gimp-lqr-plugin: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-01 20:00:34 +07:00
parent 4c01f331dd
commit fe3234e4d4

View file

@ -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
}