[arch-commits] CVS update of extra/lib (gettext-mono/PKGBUILD libgdiplus/PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Thu Dec 13 18:26:53 UTC 2007


    Date: Thursday, December 13, 2007 @ 13:26:53
  Author: daniel
    Path: /home/cvs-extra/extra/lib

Modified: gettext-mono/PKGBUILD (1.5 -> 1.6)
          libgdiplus/PKGBUILD (1.23 -> 1.24)

upgpkg: mono packages to 1.2.6


-----------------------+
 gettext-mono/PKGBUILD |    8 ++++----
 libgdiplus/PKGBUILD   |   12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)


Index: extra/lib/gettext-mono/PKGBUILD
diff -u extra/lib/gettext-mono/PKGBUILD:1.5 extra/lib/gettext-mono/PKGBUILD:1.6
--- extra/lib/gettext-mono/PKGBUILD:1.5	Sun May 21 13:16:56 2006
+++ extra/lib/gettext-mono/PKGBUILD	Thu Dec 13 13:26:53 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.5 2006/05/21 17:16:56 uid1015 Exp $
+# $Id: PKGBUILD,v 1.6 2007/12/13 18:26:53 daniel Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=gettext-mono
-pkgver=0.14.5
-pkgrel=2
+pkgver=0.17
+pkgrel=1
 pkgdesc="mono assemblies for GNU internationalization library"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/gettext"
 depends=('gcc' 'mono')
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz)
-md5sums=('e2f6581626a22a0de66dce1d81d00de3')
+md5sums=('58a2bc6d39c0ba57823034d55d65d606')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
Index: extra/lib/libgdiplus/PKGBUILD
diff -u extra/lib/libgdiplus/PKGBUILD:1.23 extra/lib/libgdiplus/PKGBUILD:1.24
--- extra/lib/libgdiplus/PKGBUILD:1.23	Sun Sep  2 14:11:59 2007
+++ extra/lib/libgdiplus/PKGBUILD	Thu Dec 13 13:26:53 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.23 2007/09/02 18:11:59 jgc Exp $
+# $Id: PKGBUILD,v 1.24 2007/12/13 18:26:53 daniel Exp $
 # Maintainer: tobias at archlinux.org
 
 pkgname=libgdiplus
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="An Open Source Implementation of the GDI+ API"
 arch=(i686 x86_64)
@@ -13,16 +13,16 @@
 options=('!libtool')
 source=(http://go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         system-cairo.patch)
-md5sums=('82bbf6ca86b85e5148a15d8d88c6e548'
-	 '4eef182c5a09b1be0068942d6604033a')
+md5sums=('dfe8e43a49b4aa40ab5b7cf53bf83675'
+         '4eef182c5a09b1be0068942d6604033a')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/system-cairo.patch || return 1
+  #patch -Np1 -i ${startdir}/src/system-cairo.patch || return 1
   aclocal
   autoconf
   automake
-  ./configure --prefix=/usr --with-cairo=installed
+  ./configure --prefix=/usr --with-cairo=system
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list