[arch-commits] Commit in mono/repos (extra-i686 extra-i686/PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Wed Apr 23 20:13:47 UTC 2008


    Date: Wednesday, April 23, 2008 @ 16:13:45
  Author: daniel
Revision: 843

Merged revisions 2-842 via svnmerge from 
svn+ssh://daniel@svn.archlinux.org/home/svn-packages/mono/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r837 | daniel | 2008-04-23 19:43:37 +0000 (Wed, 23 Apr 2008) | 2 lines
  
  upgpkg: mono 1.9.1-1
      bugfix release
........

Modified:
  mono/repos/extra-i686/	(properties)
  mono/repos/extra-i686/PKGBUILD

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


Property changes on: mono/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /mono/trunk:1
   + /mono/trunk:1-842

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-04-23 19:58:42 UTC (rev 842)
+++ extra-i686/PKGBUILD	2008-04-23 20:13:45 UTC (rev 843)
@@ -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