[arch-commits] CVS update of extra/lib/glib (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jan 5 02:35:22 UTC 2008


    Date: Friday, January 4, 2008 @ 21:35:22
  Author: eric
    Path: /home/cvs-extra/extra/lib/glib

Modified: PKGBUILD (1.14 -> 1.15)

upgpkg: glib 1.2.10-7
added license, PKGBUILD cleanup


----------+
 PKGBUILD |   29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)


Index: extra/lib/glib/PKGBUILD
diff -u extra/lib/glib/PKGBUILD:1.14 extra/lib/glib/PKGBUILD:1.15
--- extra/lib/glib/PKGBUILD:1.14	Sun Oct  1 03:45:15 2006
+++ extra/lib/glib/PKGBUILD	Fri Jan  4 21:35:22 2008
@@ -1,25 +1,32 @@
-# $Id: PKGBUILD,v 1.14 2006/10/01 07:45:15 ganja_guru Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.15 2008/01/05 02:35:22 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
 pkgname=glib
 pkgver=1.2.10
-pkgrel=6.1
+pkgrel=7
 pkgdesc="Common C routines used by Gtk+ and other libs"
+arch=('i686' 'x86_64')
 url="http://www.gtk.org/"
-depends=(glibc)
-source=(ftp://ftp.gtk.org/pub/gtk/v1.2/$pkgname-$pkgver.tar.gz
-	gcc340.patch
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=(ftp://ftp.gtk.org/pub/gtk/v1.2/$pkgname-$pkgver.tar.gz \
+	gcc340.patch \
 	aclocal-fixes.patch)
-md5sums=(6fe30dad87c77b91b632def29dd69ef9 877b3330e822a4be69a0f8a8c268cfd7
-	 e52c4b88427b9785bb8049dbdc9ff6fb)
+md5sums=('6fe30dad87c77b91b632def29dd69ef9' '877b3330e822a4be69a0f8a8c268cfd7'\
+         'e52c4b88427b9785bb8049dbdc9ff6fb')
+sha1sums=('e5a9361c594608d152d5d9650154c2e3260b87fa'\
+          'a2cc224a66aeffdcac16ebd9e8af18143cf54918'\
+          'ae4438cf56c0c9264ee36f6973fb445f9a820be0')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   patch -Np1 -i ../gcc340.patch || return 1
-  patch -Np0 -i ${startdir}/src/aclocal-fixes.patch || return 1
+  patch -Np0 -i ../aclocal-fixes.patch || return 1
 
   #Arch64 fixes --build/host
-  ./configure --prefix=/usr --host=i686-pc-linux-gnu
+  ./configure --prefix=/usr #--host=i686-pc-linux-gnu
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list