[arch-commits] Commit in gir-repository/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Feb 21 14:59:12 UTC 2010


    Date: Sunday, February 21, 2010 @ 09:59:11
  Author: jgc
Revision: 69621

upgpkg: gir-repository 0.6.6-0.20100201
Add new package: gir-repository. Contains introspection data for packages not shipping it yet

Modified:
  gir-repository/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-21 14:52:48 UTC (rev 69620)
+++ PKGBUILD	2010-02-21 14:59:11 UTC (rev 69621)
@@ -9,7 +9,8 @@
 pkgdesc="Sharing binding infrastructure work, to make the GNOME platform even more binding friendly" 
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('poppler-glib' 'dbus-glib' 'gconf' 'libsoup' 'babl' 'nautilus' 'libgnome-keyring' 'libnotify' 'gtksourceview2')
+depends=('gobject-introspection' 'dbus-glib')
+makedepends=('poppler-glib' 'gconf' 'libsoup' 'nautilus' 'libgnome-keyring' 'libnotify' 'gtksourceview2' 'vte' 'gnome-menus' 'libwnck')
 url="http://live.gnome.org/GObjectIntrospection/" 
 options=('!libtool')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${_gitdate}.tar.bz2)
@@ -17,7 +18,7 @@
 
 build() { 
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static --with-skipped-gir-modules=Pango,Atk,Gtk,PangoXft || return 1
+  ./configure --prefix=/usr --disable-static --with-skipped-gir-modules=Pango,Atk,Gtk,PangoXft,Babl,Unique || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list