gimp-lqr-plugin: fix l10n dir
This commit is contained in:
parent
4c01f331dd
commit
fe3234e4d4
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'gimp-lqr-plugin'
|
# Template file for 'gimp-lqr-plugin'
|
||||||
pkgname=gimp-lqr-plugin
|
pkgname=gimp-lqr-plugin
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-locales-dir=/usr/share/locale"
|
||||||
hostmakedepends="automake intltool pkg-config"
|
hostmakedepends="automake intltool pkg-config"
|
||||||
makedepends="gimp-devel glib-devel gettext-devel liblqr-devel"
|
makedepends="gimp-devel glib-devel gettext-devel liblqr-devel"
|
||||||
short_desc="Gimp plugins for image resizing through seam carving"
|
short_desc="Gimp plugins for image resizing through seam carving"
|
||||||
|
@ -13,3 +14,7 @@ distfiles="http://liquidrescale.wdfiles.com/local--files/en:download-page-source
|
||||||
checksum=169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a
|
checksum=169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue