orage: fix l10n dir
This commit is contained in:
parent
1b327ff1fe
commit
ea43c9393c
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'orage'
|
||||
pkgname=orage
|
||||
version=4.12.1
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-locales-dir=/usr/share/locale"
|
||||
hostmakedepends="pkg-config intltool flex"
|
||||
makedepends="libical-devel libnotify-devel gtk+3-devel
|
||||
popt-devel libxfce4util-devel gtk+-devel"
|
||||
|
@ -13,3 +14,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://xfce.org/"
|
||||
distfiles="https://archive.xfce.org/src/apps/orage/${version%.*}/orage-$version.tar.bz2"
|
||||
checksum=3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062
|
||||
|
||||
post_patch() {
|
||||
vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue