[arch-commits] CVS update of extra/gnome/gnome-common (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jul 7 12:17:29 UTC 2007


    Date: Saturday, July 7, 2007 @ 08:17:29
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-common

Modified: PKGBUILD (1.31 -> 1.32)

upgpkg: gnome-common 2.18.0-2
Move to /usr, remove all profile information. Only developers should install this


----------+
 PKGBUILD |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)


Index: extra/gnome/gnome-common/PKGBUILD
diff -u extra/gnome/gnome-common/PKGBUILD:1.31 extra/gnome/gnome-common/PKGBUILD:1.32
--- extra/gnome/gnome-common/PKGBUILD:1.31	Mon Apr  9 15:48:38 2007
+++ extra/gnome/gnome-common/PKGBUILD	Sat Jul  7 08:17:29 2007
@@ -1,31 +1,20 @@
-# $Id: PKGBUILD,v 1.31 2007/04/09 19:48:38 jgc Exp $
+# $Id: PKGBUILD,v 1.32 2007/07/07 12:17:29 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-common
 pkgver=2.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common macros for GNOME2"
-depends=('scrollkeeper' 'desktop-file-utils')
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org"
-install=gnome-common.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2
-	gnome.profile
-	gnome-common.pth)
-md5sums=('567172e685fc0783b1d6ab9843a85d6a' 'cc4f2bfb53029e0822ccdf249da3a851'
-         '27bdf427b946c6b09221b547b992e432')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('567172e685fc0783b1d6ab9843a85d6a')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . ${startdir}/src/gnome.profile
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  install -d -m755 ${startdir}/pkg/etc/profile.d
-  install -d -m755 ${startdir}/pkg/usr/lib/python2.5/site-packages
-  install -m755 ${startdir}/src/gnome.profile ${startdir}/pkg/etc/profile.d/gnome.sh
-  install -m644 ${startdir}/src/gnome-common.pth ${startdir}/pkg/usr/lib/python2.5/site-packages/
 }
 




More information about the arch-commits mailing list