[arch-commits] Commit in monodevelop/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Aug 4 09:30:16 UTC 2012
Date: Saturday, August 4, 2012 @ 05:30:16
Author: andyrtr
Revision: 164730
add ID
Modified:
monodevelop/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-08-04 08:45:39 UTC (rev 164729)
+++ PKGBUILD 2012-08-04 09:30:16 UTC (rev 164730)
@@ -1,3 +1,4 @@
+# $Id$
# Maintainer: Daniel Isenmann <daniel at archlinux.org>
# Contributor: Timm Preetz <timm at preetz.us>
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
@@ -3,15 +4,18 @@
pkgname=monodevelop
-pkgver=2.8.8.4
+pkgver=3.0.3.5
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
arch=('i686' 'x86_64')
+
url="http://www.monodevelop.com"
license=('GPL')
-depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp')
+depends=('mono>=2.10.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme')
options=(!makeflags)
install=monodevelop.install
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('106a1eed3f8ad6ff5caa71b34cde95cf')
+md5sums=('ca46b77b49266112b63a8f5c451c5565')
build() {
@@ -21,12 +25,12 @@
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
- make || return 1
+ LD_PRELOAD="" make
}
package() {
cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ LD_PRELOAD="" make DESTDIR=$pkgdir install
rm -r $MONO_SHARED_DIR
}
Property changes on: monodevelop/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list