mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lxappearance-obconf: fix l10n dir
This commit is contained in:
parent
c813fc4494
commit
a5ca06db5d
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxappearance-obconf'
|
# Template file for 'lxappearance-obconf'
|
||||||
pkgname=lxappearance-obconf
|
pkgname=lxappearance-obconf
|
||||||
version=0.2.3
|
version=0.2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-gtk3"
|
configure_args="--disable-static --enable-gtk3"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
@ -15,3 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://lxde.org/"
|
homepage="http://lxde.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149
|
checksum=3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue