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

Daniel Isenmann daniel at archlinux.org
Sat Jan 12 15:30:22 UTC 2013


    Date: Saturday, January 12, 2013 @ 10:30:22
  Author: daniel
Revision: 175071

upgpkg: monodevelop 3.0.6-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-12 14:16:01 UTC (rev 175070)
+++ PKGBUILD	2013-01-12 15:30:22 UTC (rev 175071)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=monodevelop
-pkgver=3.0.3.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 
 # should probably changed to "any" - no ELF files - OpenSUSE builds it as NOARCH 
@@ -14,11 +14,12 @@
 url="http://www.monodevelop.com"
 license=('GPL')
 depends=('mono>=2.10.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('rsync')
 options=(!makeflags)
 install=monodevelop.install
 source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         monodevelop-core-addins.pc.in.patch)
-md5sums=('ca46b77b49266112b63a8f5c451c5565'
+md5sums=('748d0fb89c40c2cb5a9267c8635eb55d'
          '8466d032735130e37d4091a793a7966c')
 
 build() {
@@ -27,7 +28,7 @@
 
   cd $srcdir/$pkgname-$pkgver
   # fix location for MonoDevelop.Gettext.dll - breaks gdb build
-  patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
   
   ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
   LD_PRELOAD="" make




More information about the arch-commits mailing list