seahorse-nautilus: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-26 21:13:10 +07:00
parent 721c10c758
commit e4542592f9
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -14606,8 +14606,8 @@ fi
DATADIRNAME=share
;;
*)
- CATOBJEXT=.mo
- DATADIRNAME=lib
+ CATOBJEXT=.gmo
+ DATADIRNAME=share
;;
esac
fi

View File

@ -1,7 +1,7 @@
# Template file for 'seahorse-nautilus'
pkgname=seahorse-nautilus
version=3.10.1
revision=4
revision=5
build_style=gnu-configure
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool gpgme-devel gnupg glib"