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

Jan de Groot jgc at archlinux.org
Tue Oct 20 08:55:18 UTC 2009


    Date: Tuesday, October 20, 2009 @ 04:55:17
  Author: jgc
Revision: 56197

upgpkg: clutter 1.0.8-1
    Add introspection data (FS#16687), update to 1.0.8

Modified:
  clutter/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-20 08:52:08 UTC (rev 56196)
+++ PKGBUILD	2009-10-20 08:55:17 UTC (rev 56197)
@@ -4,20 +4,21 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=clutter
-pkgver=1.0.4
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
 arch=('i686' 'x86_64')
 url="http://clutter-project.org/"
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2>=2.17.11' 'mesa>=7.5.1')
+depends=('gtk2>=2.18.2' 'mesa>=7.5.1' 'pango>=1.26.0-2')
+makedepends=('gobject-introspection')
 source=(http://www.clutter-project.org/sources/clutter/1.0/clutter-${pkgver}.tar.bz2)
-md5sums=('7e587d9406e362ea1151a81d37d5460c')
+md5sums=('687f9699ea5590091282034a936c6dc7')
 
 build() {
   cd "${srcdir}/clutter-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --enable-introspection || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list