geeqie: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-30 09:43:02 +07:00
parent d00fa5c4e8
commit 9549944eb9

View file

@ -1,7 +1,7 @@
# Template file for 'geeqie'
pkgname=geeqie
version=1.5.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-gtk3"
hostmakedepends="automake pkg-config intltool glib-devel gtk+3-devel"
@ -25,6 +25,11 @@ post_extract() {
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
# The shipped configure doesn't have the code path
# for generating gtk+3 cflags and ldflags
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' \
-e '/CATOBJEXT=/s/\.mo/.gmo/' \
configure
}
do_build() {