[arch-commits] CVS update of extra/gnome/gnome-python-desktop (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Sep 21 22:04:01 UTC 2007
Date: Friday, September 21, 2007 @ 18:04:01
Author: jgc
Path: /home/cvs-extra/extra/gnome/gnome-python-desktop
Modified: PKGBUILD (1.6 -> 1.7)
upgpkg: gnome-python-desktop 2.20.0-1
GNOME 2.20
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Index: extra/gnome/gnome-python-desktop/PKGBUILD
diff -u extra/gnome/gnome-python-desktop/PKGBUILD:1.6 extra/gnome/gnome-python-desktop/PKGBUILD:1.7
--- extra/gnome/gnome-python-desktop/PKGBUILD:1.6 Mon Mar 19 18:45:30 2007
+++ extra/gnome/gnome-python-desktop/PKGBUILD Fri Sep 21 18:04:01 2007
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD,v 1.6 2007/03/19 22:45:30 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/09/21 22:04:01 jgc Exp $
# Maintainer: Arjan <arjan at archlinux.org>
# Jan de Groot <jgc at archlinux.org>
# Contributer: Wael Nasreddine <gandalf at siemens-mobiles.org>
pkgname=gnome-python-desktop
-pkgver=2.18.0
+pkgver=2.20.0
pkgrel=1
pkgdesc="Gnome Python interfaces for libraries not part of the core platform"
arch=(i686 x86_64)
-depends=('pygtk>=2.10.4' 'gnome-desktop>=2.18.0' 'gnome-python>=2.18.0')
-options=('nolibtool')
-makedepends=('perlxml' 'pkgconfig' 'gnome-media>=2.18.0' 'gnome-panel>=2.18.0' 'gtksourceview>=1.8.5' 'libgnomeprintui>=2.18.0' 'libgtop>=2.14.8' 'totem-plparser>=2.18.0' 'bug-buddy>=2.18.0' 'metacity>=2.18.0' 'nautilus-cd-burner>=2.18.0')
+license=('GPL' 'LGPL')
+depends=('gnome-desktop>=2.20.0' 'gnome-python>=2.20.0')
+options=('!libtool')
+makedepends=('perlxml' 'pkgconfig' 'gnome-media>=2.20.0' 'gnome-panel>=2.20.0' 'gtksourceview>=1.8.5' 'libgnomeprintui>=2.18.1' 'libgtop>=2.20.0' 'totem-plparser>=2.20.0' 'bug-buddy>=2.20.0' 'metacity>=2.20.0' 'nautilus-cd-burner>=2.20.0')
groups=('gnome-extra')
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ce1b1c095a69c2656177570a2939fabb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('02b177f488091d27bf0648ec4660d8f7')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
-
- [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
./configure --prefix=/usr --enable-metacity
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
More information about the arch-commits
mailing list