diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 10:48:47 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 10:48:47 -0300 |
commit | 52905437ad86d91ec0fa307f8322f6a5f265e505 (patch) | |
tree | 2053d0e96bf61fc1b307d1eb07bc4b9a68ff01e1 /extra/dconf/PKGBUILD | |
parent | 214c4f12ab4dfb21722a383924603c21698282c5 (diff) | |
parent | 8867b1d4d0601b21618d44d015460739590ca01d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/abuse/PKGBUILD
extra/glibmm/PKGBUILD
Diffstat (limited to 'extra/dconf/PKGBUILD')
-rw-r--r-- | extra/dconf/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/dconf/PKGBUILD b/extra/dconf/PKGBUILD index ad04b9be4..601ccbe31 100644 --- a/extra/dconf/PKGBUILD +++ b/extra/dconf/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 123094 2011-05-08 12:20:20Z ibiru $ +# $Id: PKGBUILD 123352 2011-05-10 15:42:26Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=dconf -pkgver=0.7.4 -pkgrel=2 +pkgver=0.7.5 +pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64 'mips64el') url="http://live.gnome.org/dconf" @@ -11,16 +11,12 @@ depends=('glib2') makedepends=('vala' 'gobject-introspection' 'gtk3') optdepends=('gtk3: for dconf-editor') install=dconf.install -source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2 - fix-crash-when-user-database-is-not-present.patch) -sha256sums=('299d79daf0b214c692e7d5788d7bda76d778c1748ea37c33256c4fa6143b22cd' - 'c78ea8db69a1be1286846282897f99e843e14d1e450beee4339d5500b2f0f73d') +source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('e2103e8207744903790e9fac6427fa394bb485a0c7f4e0d03b0fb43268c34f33') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/fix-crash-when-user-database-is-not-present.patch" - ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/dconf make |