gtk2-engines: fix l10n dir
This commit is contained in:
parent
fc6b97945d
commit
b2dad79a29
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gtk2-engines'
|
||||
pkgname=gtk2-engines
|
||||
version=2.21.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=gtk-engines-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-animation"
|
||||
|
@ -9,7 +9,11 @@ hostmakedepends="pkg-config intltool"
|
|||
makedepends="gtk+-devel"
|
||||
short_desc="GTK+2 Theme engines"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://live.gnome.org/GnomeArt"
|
||||
distfiles="https://sources.archlinux.org/other/gtk-engines/gtk-engines-${version}.tar.gz"
|
||||
checksum=6c38c297c3b95d667c5159c1f379384806fedb53a828d44ac73ff54570ed185b
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue