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

Jan de Groot jgc at archlinux.org
Fri Feb 19 11:42:20 UTC 2010


    Date: Friday, February 19, 2010 @ 06:42:20
  Author: jgc
Revision: 69248

upgpkg: gnome-games 2.29.6-2
Add introspection data

Modified:
  gnome-games/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-19 11:12:20 UTC (rev 69247)
+++ PKGBUILD	2010-02-19 11:42:20 UTC (rev 69248)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-games
 pkgver=2.29.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Some Games for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'gnome-doc-utils>=0.18.1' 'intltool')
 provides=('glchess' 'gnome-sudoku')
 conflicts=('glchess' 'gnome-sudoku')
-options=('!emptydirs')
+options=('!emptydirs' '!libtool')
 install=gnome-games.install
 url="http://www.gnome.org"
 groups=('gnome-extra')
@@ -22,8 +22,9 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper \
+      --disable-static \
       --with-scores-user=root --with-scores-group=games \
-      --enable-introspection=no || return 1
+      --enable-introspection=yes || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list