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

Daniel Isenmann daniel at archlinux.org
Mon Oct 18 17:54:25 UTC 2010


    Date: Monday, October 18, 2010 @ 13:54:25
  Author: daniel
Revision: 95334

upgpkg: mono 2.8-1
New mono 2.8 release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-18 17:54:01 UTC (rev 95333)
+++ PKGBUILD	2010-10-18 17:54:25 UTC (rev 95334)
@@ -3,29 +3,27 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.6.7
+pkgver=2.8
 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>=2.6.7' 'sh')
+depends=('zlib' 'libgdiplus>=2.8' 'sh')
 makedepends=('pkgconfig')
 options=('!libtool' '!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
 source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('cc8b7bf061bd11fbd0fcc1c95eb79d34'
+md5sums=('30b1180e20e5110d3fb36147137014a0'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # build mono
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --with-libgdiplus=installed \
-	      --with-moonlight=yes \
-	      --with-profile4=yes
+              --with-libgdiplus=installed 
   make || return 1
 }
 




More information about the arch-commits mailing list