[arch-commits] Commit in libgdiplus/repos (extra-x86_64 extra-x86_64/PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Mon Oct 13 16:40:38 UTC 2008


    Date: Monday, October 13, 2008 @ 12:40:37
  Author: daniel
Revision: 15387

Merged revisions 356,2316,15386 via svnmerge from 
svn+ssh://daniel@svn.archlinux.org/home/svn-packages/libgdiplus/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2316 | daniel | 2008-05-31 21:41:28 +0200 (Sat, 31 May 2008) | 1 line
  
  fixed FS#10548
........
  r15386 | daniel | 2008-10-13 18:29:55 +0200 (Mon, 13 Oct 2008) | 2 lines
  
  upgpkg: libgdiplus 2.0-1
      Mono 2.0 release
........

Modified:
  libgdiplus/repos/extra-x86_64/	(properties)
  libgdiplus/repos/extra-x86_64/PKGBUILD

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


Property changes on: libgdiplus/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /libgdiplus/trunk:1
   + /libgdiplus/trunk:1-15386

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-13 16:29:55 UTC (rev 15386)
+++ extra-x86_64/PKGBUILD	2008-10-13 16:40:37 UTC (rev 15387)
@@ -1,24 +1,21 @@
 # $Id$
-# Maintainer: tobias at archlinux.org
+# Maintainer: daniel at archlinux.org
 
 pkgname=libgdiplus
-pkgver=1.9
+pkgver=2.0
 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' 'cairo>=1.4.10' 'libungif' 'glib2>=2.14.0' 'libexif')
+depends=('libtiff' 'cairo>=1.6.4' 'giflib' 'glib2>=2.18.0' 'libexif')
 makedepends=('automake' 'pkgconfig')
 options=('!libtool')
 source=(http://go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('939f65903ea385ae1dc9bf0098669838')
+md5sums=('dc732fb2d996b54405c27645cb8642d9')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  aclocal
-  autoconf
-  automake
   ./configure --prefix=/usr --with-cairo=system
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1




More information about the arch-commits mailing list