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

daniel at archlinux.org daniel at archlinux.org
Mon Oct 13 16:28:32 UTC 2008


    Date: Monday, October 13, 2008 @ 12:28:31
  Author: daniel
Revision: 15384

upgpkg: mono 2.0-1
    Mono 2.0 release

Modified:
  mono/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-13 15:40:04 UTC (rev 15383)
+++ PKGBUILD	2008-10-13 16:28:31 UTC (rev 15384)
@@ -3,21 +3,21 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=1.9.1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=1.9')
+depends=('zlib' 'libgdiplus>=2.0')
 makedepends=('pkgconfig')
 options=('!libtool' '!makeflags')
 source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d
 	mono-1.9.1-wapi_glop.diff)
-md5sums=('6610c3b999d791553a9dc21059ca9d35'
+md5sums=('d8fb1b2bab0066b82289b8a5856b9705'
          '8315e46c6a6e9625502521fc0ad1a322'
-	 'dbedac8463eceba2b05194d4e8ceda6c')
+         'dbedac8463eceba2b05194d4e8ceda6c')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
@@ -34,7 +34,7 @@
               --with-tls=pthread --with-jit=yes --with-preview=yes \
               --with-sigaltstack=yes --enable-nunit-tests \
 	      --with-moonlight=yes
-  patch -Np0 -i ../mono-1.9.1-wapi_glop.diff || return 1
+  #patch -Np0 -i ../mono-1.9.1-wapi_glop.diff || return 1
   make || return 1
   sed -i "/NO_INSTALL = yes/d" mcs/nunit20/nunit-console/Makefile
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list