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

daniel at archlinux.org daniel at archlinux.org
Fri Jan 23 17:05:04 UTC 2009


    Date: Friday, January 23, 2009 @ 12:05:04
  Author: daniel
Revision: 25123

Merged revisions 25109 via svnmerge from 
svn+ssh://daniel@svn.archlinux.org/srv/svn-packages/mono/trunk

........
  r25109 | daniel | 2009-01-23 17:05:50 +0100 (Fri, 23 Jan 2009) | 2 lines
  
  upgpkg: mono 2.2-1
      Mono 2.2 release
........

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

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Property changes on: mono/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /mono/trunk:1-18568
   + /mono/trunk:1-25122

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-01-23 17:01:05 UTC (rev 25122)
+++ extra-i686/PKGBUILD	2009-01-23 17:05:04 UTC (rev 25123)
@@ -3,21 +3,21 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.0.1
+pkgver=2.2
 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.0')
+depends=('zlib' 'libgdiplus>=2.2')
 makedepends=('pkgconfig')
 options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
 source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-        mono.rc.d
-	bug434892.patch)
-md5sums=('60ab4d1d1990826578891e90cd560fa0'
-         '8315e46c6a6e9625502521fc0ad1a322'
-	 '17bb6ac89946b872041a15a7fa2851d6')
+        mono.rc.d)
+md5sums=('da147e24d14a73d8ad52775dd4a3d165'
+         '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
@@ -26,7 +26,6 @@
   mkdir -p ${startdir}/pkg/usr/share/licenses/$pkgname
   # build mono
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/bug434892.patch || return 1
   rm -f libgc/libtool.m4
   autoreconf --force --install
   autoreconf --force --install libgc




More information about the arch-commits mailing list