diff --git a/srcpkgs/gimp-lqr-plugin/template b/srcpkgs/gimp-lqr-plugin/template index 6a49a881e8f..45d8ce44f05 100644 --- a/srcpkgs/gimp-lqr-plugin/template +++ b/srcpkgs/gimp-lqr-plugin/template @@ -1,8 +1,9 @@ # Template file for 'gimp-lqr-plugin' pkgname=gimp-lqr-plugin version=0.7.2 -revision=1 +revision=2 build_style=gnu-configure +configure_args="--with-locales-dir=/usr/share/locale" hostmakedepends="automake intltool pkg-config" makedepends="gimp-devel glib-devel gettext-devel liblqr-devel" 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 CFLAGS="-fcommon" + +post_patch() { + vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure +}