[arch-commits] Commit in gnome-settings-daemon-compat/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Fri Sep 27 02:31:17 UTC 2013


    Date: Friday, September 27, 2013 @ 04:31:17
  Author: bgyorgy
Revision: 97667

upgpkg: gnome-settings-daemon-compat 3.6.4-4

Rebuild for gnome-desktop 3.10

Modified:
  gnome-settings-daemon-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-27 02:23:28 UTC (rev 97666)
+++ PKGBUILD	2013-09-27 02:31:17 UTC (rev 97667)
@@ -5,7 +5,7 @@
 pkgname=gnome-settings-daemon-compat
 _pkgname=gnome-settings-daemon
 pkgver=3.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Compatibility package that provides background, media keys and mount helpers for the Gnome Flashback session"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -31,7 +31,7 @@
             '730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c'
             'c58ace67581a1e14dc21efc8d22dd1f385cd05483d67e8a385b0767a8daf9fb4')
 
-build() {
+prepare() {
   cd $_pkgname-$pkgver
 
   # Build background and media keys helpers as a stand alone binary
@@ -54,6 +54,11 @@
   # Move desktop files out of autostart, so they can be easily reusable in custom sessions
   patch -Np1 -i ../move-desktop-file.patch
 
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_pkgname \
               --disable-static --enable-systemd




More information about the arch-commits mailing list