[arch-commits] Commit in gconf/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Fri May 31 01:57:09 UTC 2013


    Date: Friday, May 31, 2013 @ 03:57:09
  Author: allan
Revision: 186747

upgpkg: gconf 3.2.6-2

/usr move

Modified:
  gconf/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 01:44:27 UTC (rev 186746)
+++ PKGBUILD	2013-05-31 01:57:09 UTC (rev 186747)
@@ -3,7 +3,7 @@
 
 pkgname=gconf
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A configuration database system"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -23,7 +23,7 @@
             '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694'
             'c883dec2b96978874a53700cfe7f26f24f8296767203e970bc6402b4b9945eb8')
 
-build() {
+prepare() {
   cd "GConf-$pkgver"
 
   # Patch from fedora - reloads gconf after installing schemas
@@ -33,7 +33,11 @@
 
   # Python2 fix
   sed -i '1s|#!/usr/bin/env python$|&2|' gsettings/gsettings-schema-convert
+}
 
+build() {
+  cd "GConf-$pkgver"
+
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/GConf \
       --disable-static --enable-defaults-service --with-gtk=3.0 \
@@ -48,5 +52,5 @@
 
   install -m755 -d "$pkgdir/etc/gconf/gconf.xml.system"
   install -m755 "$srcdir/gconf-merge-schema" "$pkgdir/usr/bin/"
-  install -Dm755 "$srcdir/gconfpkg" "$pkgdir/usr/sbin/gconfpkg"
+  install -m755 "$srcdir/gconfpkg" "$pkgdir/usr/bin/gconfpkg"
 }




More information about the arch-commits mailing list