[arch-commits] Commit in mono/repos (extra-x86_64 extra-x86_64/PKGBUILD)
daniel at archlinux.org
daniel at archlinux.org
Wed Apr 23 19:44:20 UTC 2008
Date: Wednesday, April 23, 2008 @ 15:44:19
Author: daniel
Revision: 838
Merged revisions 2-837 via svnmerge from
svn+ssh://daniel@svn.archlinux.org/home/svn-packages/mono/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r837 | daniel | 2008-04-23 21:43:37 +0200 (Wed, 23 Apr 2008) | 2 lines
upgpkg: mono 1.9.1-1
bugfix release
........
Modified:
mono/repos/extra-x86_64/ (properties)
mono/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Property changes on: mono/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /mono/trunk:1
+ /mono/trunk:1-837
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-04-23 19:43:37 UTC (rev 837)
+++ extra-x86_64/PKGBUILD 2008-04-23 19:44:19 UTC (rev 838)
@@ -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