mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
geeqie: fix l10n dir
This commit is contained in:
parent
d00fa5c4e8
commit
9549944eb9
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'geeqie'
|
# Template file for 'geeqie'
|
||||||
pkgname=geeqie
|
pkgname=geeqie
|
||||||
version=1.5.1
|
version=1.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gtk3"
|
configure_args="--enable-gtk3"
|
||||||
hostmakedepends="automake pkg-config intltool glib-devel gtk+3-devel"
|
hostmakedepends="automake pkg-config intltool glib-devel gtk+3-devel"
|
||||||
|
@ -25,6 +25,11 @@ post_extract() {
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
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() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue