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

Daniel Isenmann daniel at archlinux.org
Mon May 3 18:11:54 UTC 2010


    Date: Monday, May 3, 2010 @ 14:11:54
  Author: daniel
Revision: 79379

upgpkg: libgdiplus 2.6.4-1
New mono bugfix release 2.6.4

Modified:
  libgdiplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-03 18:10:17 UTC (rev 79378)
+++ PKGBUILD	2010-05-03 18:11:54 UTC (rev 79379)
@@ -2,23 +2,20 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 
 pkgname=libgdiplus
-pkgver=2.6.2
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="An Open Source Implementation of the GDI+ API"
 arch=(i686 x86_64)
 license=('MPL' 'LGPL')
 url="http://www.mono-project.com"
-depends=('libtiff>=3.9.2-2' 'cairo>=1.8.8-2' 'giflib' 'glib2>=2.22.3' 'libexif')
+depends=('libtiff>=3.9.2-2' 'cairo>=1.8.10' 'giflib' 'glib2>=2.24.0' 'libexif')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-        gdiplus-png14.patch)
-md5sums=('6771225607e6624f8bf99e4515bd7957'
-         '8393904b1a1a79a51cb8b29d61dc090f')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d860cfca4c13fbbaa054077eda3ab97b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/gdiplus-png14.patch" || return 1
   ./configure --prefix=/usr --with-cairo=system || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list