genius: load l10n from /usr/share

This commit is contained in:
Đoàn Trần Công Danh 2021-01-09 18:28:21 +07:00
parent 69fd8029f5
commit ea9de2f12e

View file

@ -1,7 +1,7 @@
# Template file for 'genius'
pkgname=genius
version=1.0.25
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-update-mimedb ac_cv_file__proc_self_maps=yes
GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache"
@ -20,4 +20,5 @@ nocross="run the binaries"
post_patch() {
vsed -i -e '/PKG_CHECK_MODULES/s/ncurses/ncursesw/' configure.ac
autoreconf -fi
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
}