[arch-commits] CVS update of unstable/gnome/system-tools-backends (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed May 30 20:51:58 UTC 2007


    Date: Wednesday, May 30, 2007 @ 16:51:58
  Author: jgc
    Path: /home/cvs-unstable/unstable/gnome/system-tools-backends

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: system-tools-backends 1.4.2-2
Move to /usr


----------+
 PKGBUILD |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)


Index: unstable/gnome/system-tools-backends/PKGBUILD
diff -u unstable/gnome/system-tools-backends/PKGBUILD:1.3 unstable/gnome/system-tools-backends/PKGBUILD:1.4
--- unstable/gnome/system-tools-backends/PKGBUILD:1.3	Sat Feb 17 15:03:07 2007
+++ unstable/gnome/system-tools-backends/PKGBUILD	Wed May 30 16:51:57 2007
@@ -1,18 +1,18 @@
 # Contributor: Mario A. Vazquez <mario_vazq at hotmail.com>
 pkgname=system-tools-backends
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Backends for Gnome System Tools"
 arch=(i686 x86_64)
 url="http://www.gnome.org/projects/gst/"
 license=(GPL)
 depends=('perl')
-makedepends=('intltool' 'sed')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.4/$pkgname-$pkgver.tar.bz2  gst-arch.patch)
+makedepends=('perlxml' 'sed')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.4/$pkgname-$pkgver.tar.bz2
+	gst-arch.patch)
+md5sums=('a0af1513becdf3b9bfed3535ad8f7dab' 'af7dbec2fb37978c9accce9dc8d0dd6f')
 
 build() {
-[ "$GNOMEDIR" = "" ] && source /etc/profile.d/gnome.sh
-
   cd $startdir/src/$pkgname-$pkgver
   find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
   if [ -f omf.make ]; then
@@ -20,12 +20,8 @@
   fi
 
   # add archlinux support
-  patch -p1 -i ../gst-arch.patch || return 1 
-  ./configure --prefix=/opt/gnome
-  # lalala hack for always apply changes to the source, remove if it goes to extra.
-  make clean
+  patch -p1 -i ${startdir}/src/gst-arch.patch || return 1 
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make || return 1
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1  DESTDIR=$startdir/pkg install
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$startdir/pkg install
 }
-md5sums=('a0af1513becdf3b9bfed3535ad8f7dab' 'af7dbec2fb37978c9accce9dc8d0dd6f')




More information about the arch-commits mailing list