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

daniel at archlinux.org daniel at archlinux.org
Wed Apr 23 19:43:37 UTC 2008


    Date: Wednesday, April 23, 2008 @ 15:43:37
  Author: daniel
Revision: 837

upgpkg: mono 1.9.1-1
    bugfix release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-23 19:34:42 UTC (rev 836)
+++ PKGBUILD	2008-04-23 19:43:37 UTC (rev 837)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool' '!makeflags')
 source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('371158ca0bbd9d6fb391d9c0f9834529'
+md5sums=('6610c3b999d791553a9dc21059ca9d35'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
@@ -30,7 +30,8 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
               --with-libgdiplus=installed --with-icu=no \
               --with-tls=pthread --with-jit=yes --with-preview=yes \
-              --with-sigaltstack=yes,no --enable-nunit-tests
+              --with-sigaltstack=yes --enable-nunit-tests \
+	      --with-moonlight=yes
   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