mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
genius: load l10n from /usr/share
This commit is contained in:
parent
69fd8029f5
commit
ea9de2f12e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'genius'
|
# Template file for 'genius'
|
||||||
pkgname=genius
|
pkgname=genius
|
||||||
version=1.0.25
|
version=1.0.25
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-update-mimedb ac_cv_file__proc_self_maps=yes
|
configure_args="--disable-update-mimedb ac_cv_file__proc_self_maps=yes
|
||||||
GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache"
|
GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache"
|
||||||
|
@ -20,4 +20,5 @@ nocross="run the binaries"
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i -e '/PKG_CHECK_MODULES/s/ncurses/ncursesw/' configure.ac
|
vsed -i -e '/PKG_CHECK_MODULES/s/ncurses/ncursesw/' configure.ac
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue