From 98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Apr 2012 00:01:35 +0000 Subject: Wed Apr 25 00:01:35 UTC 2012 --- extra/dconf/PKGBUILD | 18 +++++++++--------- extra/dconf/dconf.install | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'extra/dconf') diff --git a/extra/dconf/PKGBUILD b/extra/dconf/PKGBUILD index 8da8cc7fe..c93f485fe 100644 --- a/extra/dconf/PKGBUILD +++ b/extra/dconf/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 139241 2011-10-01 18:56:24Z ibiru $ +# $Id: PKGBUILD 156734 2012-04-23 09:04:17Z ibiru $ # Maintainer: Ionut Biru pkgname=dconf -pkgver=0.10.0 +pkgver=0.12.0 pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64) url="http://live.gnome.org/dconf" license=('LGPL2.1') -depends=('glib2') -makedepends=('vala' 'gobject-introspection' 'gtk3') +depends=('glib2' 'gtk-update-icon-cache') +makedepends=('vala' 'gtk3') optdepends=('gtk3: for dconf-editor') install=dconf.install -source=(http://download.gnome.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.xz) -sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9c020e2ff0adb19ff9bc3d73ce15388fb42c52b12ed751bdb59ce53a660461af') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/dconf @@ -24,8 +24,8 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: diff --git a/extra/dconf/dconf.install b/extra/dconf/dconf.install index 39bce8f45..75d713d64 100644 --- a/extra/dconf/dconf.install +++ b/extra/dconf/dconf.install @@ -1,6 +1,7 @@ post_install() { - usr/bin/gio-querymodules usr/lib/gio/modules - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + gio-querymodules /usr/lib/gio/modules + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade(){ -- cgit v1.2.3-54-g00ecf