[arch-commits] CVS update of extra/devel/mono-tools (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Thu Mar 27 20:02:25 UTC 2008


    Date: Thursday, March 27, 2008 @ 16:02:25
  Author: daniel
    Path: /home/cvs-extra/extra/devel/mono-tools

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: mono-tools 1.9-1
    mono-1.9, mainly bugfix release


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: extra/devel/mono-tools/PKGBUILD
diff -u extra/devel/mono-tools/PKGBUILD:1.17 extra/devel/mono-tools/PKGBUILD:1.18
--- extra/devel/mono-tools/PKGBUILD:1.17	Mon Mar 24 10:39:17 2008
+++ extra/devel/mono-tools/PKGBUILD	Thu Mar 27 16:02:25 2008
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD,v 1.17 2008/03/24 14:39:17 jgc Exp $
-# Maintainer: tobias <tobias at archlinux.org>
+# $Id: PKGBUILD,v 1.18 2008/03/27 20:02:25 daniel Exp $
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 # The mono-tool package now calls make-search-index by post_install().
@@ -10,18 +10,17 @@
 # properly.
 
 pkgname=mono-tools
-pkgver=1.2.6
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.mono-project.com/"
-depends=('monodoc' 'desktop-file-utils' 'gnome-desktop-sharp')
-makedepends=('gecko-sharp-2.0')
+depends=('monodoc>=1.9' 'desktop-file-utils' 'gnome-desktop-sharp>=2.20.1')
+makedepends=('gecko-sharp-2.0>=0.13')
 install=$pkgname.install
-source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2
-	gnome-sharp-2.20.patch)
-md5sums=('979aa2b947f1af8c181050aec3685125' 'e8c5ec86da3f02571778327e78e0199e')
+source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f00eb74bd0f467f81fad3ab62e215e1a')
 
 build() {
  # get rid of that .wapi errors; thanks to brice
@@ -29,7 +28,6 @@
   mkdir -p "${MONO_SHARED_DIR}"
 
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/gnome-sharp-2.20.patch || return 1
   aclocal || return 1
   autoconf || return 1
   automake || return 1




More information about the arch-commits mailing list