[arch-commits] Commit in gnucash/trunk (PKGBUILD gnucash.install)
Jürgen Hötzel
juergen at nymeria.archlinux.org
Tue Dec 31 16:17:09 UTC 2013
Date: Tuesday, December 31, 2013 @ 17:17:09
Author: juergen
Revision: 203007
Compile GSettings on install/update/upgrade
Modified:
gnucash/trunk/PKGBUILD
gnucash/trunk/gnucash.install
-----------------+
PKGBUILD | 4 ++--
gnucash.install | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-31 16:08:54 UTC (rev 203006)
+++ PKGBUILD 2013-12-31 16:17:09 UTC (rev 203007)
@@ -9,7 +9,7 @@
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
license=("GPL")
-depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 'webkitgtk2')
+depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 'webkitgtk2')
makedepends=('intltool')
optdepends=('evince: for print preview'
'perl-finance-quote: for stock information lookups'
@@ -28,7 +28,7 @@
cd "${srcdir}/${pkgname}-${pkgver}"
export GUILE=/usr/bin/guile1.8
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
- --libexecdir=/usr/lib --disable-schemas-install --enable-ofx --enable-aqbanking
+ --libexecdir=/usr/lib --disable-schemas-compile --enable-ofx --enable-aqbanking
make
}
Modified: gnucash.install
===================================================================
--- gnucash.install 2013-12-31 16:08:54 UTC (rev 203006)
+++ gnucash.install 2013-12-31 16:17:09 UTC (rev 203007)
@@ -10,6 +10,7 @@
for f in ${info_files[@]}; do
usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
done
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
pre_upgrade() {
@@ -31,4 +32,5 @@
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
More information about the arch-commits
mailing list