[arch-commits] Commit in gnome-python-extras/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 8 14:55:32 UTC 2008


    Date: Sunday, June 8, 2008 @ 10:55:32
  Author: jgc
Revision: 2617

Merged revisions 2-2616 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/gnome-python-extras/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1308 | jgc | 2008-05-04 20:38:36 +0000 (Sun, 04 May 2008) | 3 lines
  
  upgpkg: gnome-python-extras 2.19.1-1
      Fix linking against xulrunner
  Remove gda from makedepends, as our libgda is too old
........
  r1309 | jgc | 2008-05-04 20:41:32 +0000 (Sun, 04 May 2008) | 2 lines
  
  Adjust makedepends to bindings actually in the new version of gnome-python-desktop.
........

Modified:
  gnome-python-extras/repos/extra-i686/	(properties)
  gnome-python-extras/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)


Property changes on: gnome-python-extras/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /gnome-python-extras/trunk:1
   + /gnome-python-extras/trunk:1-2616

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-08 14:53:58 UTC (rev 2616)
+++ extra-i686/PKGBUILD	2008-06-08 14:55:32 UTC (rev 2617)
@@ -2,25 +2,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-python-extras
-pkgver=2.14.3
+pkgver=2.19.1
 pkgrel=1
 pkgdesc="Gnome Python interfaces for libraries not part of the core platform"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gnome-python>=2.18.0')
-makedepends=('libgnomeprintui' 'gtksourceview' 'gnome-media' 'libgda'
-             'gnome-panel' 'libgtop' 'libgtkhtml' 'gtkspell' 'gdl'
-	     'xulrunner' 'totem-plparser' 'libgksu' 'pkgconfig')
-options=('nolibtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.14/gnome-python-extras-${pkgver}.tar.bz2)
+depends=('gnome-python>=2.22.0')
+makedepends=('libgtkhtml' 'gtkspell' 'gdl' 'xulrunner' 'libgksu' 'pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.19/gnome-python-extras-${pkgver}.tar.bz2)
 url="http://www.daa.com.au/~james/pygtk/"
-md5sums=('7d3414838ccb94cfcecc0a48f68c012d')
+md5sums=('08896c63d71ce44d20fafbaf9c0edc78')
 
 build() {
-  [ -z "${MOZ_PLUGIN_DIR}" ] && . /etc/profile.d/mozilla-common.sh
-  
   cd ${startdir}/src/gnome-python-extras-${pkgver}
-  ./configure --prefix=/usr --with-gtkmozembed=xulrunner
-  make LDFLAGS+=-R/opt/mozilla/lib/xulrunner || return 1 
-  make DESTDIR=${startdir}/pkg install
+  ./configure --prefix=/usr --with-gtkmozembed=xulrunner || return 1
+  make LDFLAGS+=-R/usr/lib/xulrunner || return 1 
+  make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list