Date: Tuesday, July 16, 2013 @ 23:16:42 Author: heftig Revision: 190797
0.16.1; reduce deps. the icon is only the dconf-editor icon Modified: dconf/trunk/PKGBUILD dconf/trunk/dconf.install ---------------+ PKGBUILD | 6 +++--- dconf.install | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-16 21:14:44 UTC (rev 190796) +++ PKGBUILD 2013-07-16 21:16:42 UTC (rev 190797) @@ -2,18 +2,18 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=dconf -pkgver=0.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64) url="http://live.gnome.org/dconf" license=('LGPL2.1') -depends=('glib2' 'gtk-update-icon-cache') +depends=('glib2') makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2') optdepends=('gtk3: for dconf-editor') install=dconf.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb') +sha256sums=('a551d04d06599ee9adde500c71ad8567d68f45420b6dbca10ca51e2834d80fee') build() { cd "$pkgname-$pkgver" Modified: dconf.install =================================================================== --- dconf.install 2013-07-16 21:14:44 UTC (rev 190796) +++ dconf.install 2013-07-16 21:16:42 UTC (rev 190797) @@ -1,13 +1,15 @@ post_install() { - gio-querymodules /usr/lib/gio/modules - glib-compile-schemas /usr/share/glib-2.0/schemas + gio-querymodules /usr/lib/gio/modules + glib-compile-schemas /usr/share/glib-2.0/schemas + if [[ -x /usr/bin/gtk-update-icon-cache ]]; then gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + fi } post_upgrade(){ - post_install + post_install } post_remove() { - post_install + post_install }
