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

Daniel Isenmann daniel at archlinux.org
Thu Jan 8 16:15:11 UTC 2015


    Date: Thursday, January 8, 2015 @ 17:15:11
  Author: daniel
Revision: 228743

upgpkg: monodevelop 5.5.4.15-1

New upstream release, changed to ANY architecture, changed source to git source

Modified:
  monodevelop/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 15:52:43 UTC (rev 228742)
+++ PKGBUILD	2015-01-08 16:15:11 UTC (rev 228743)
@@ -4,13 +4,10 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=monodevelop
-pkgver=5.0.1
+pkgver=5.5.4.15
 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')
-
+arch=('any')
 url="http://www.monodevelop.com"
 license=('GPL')
 depends=('mono>=3.2.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme')
@@ -17,25 +14,24 @@
 makedepends=('rsync' 'git')
 options=(!makeflags)
 install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-0.tar.bz2
-        monodevelop-core-addins.pc.in.patch)
-md5sums=('5f68aa384c7aa473fdd36da2f70117b4'
-         '8466d032735130e37d4091a793a7966c')
+source=(git://github.com/mono/monodevelop.git)
+md5sums=('SKIP')
 
 build() {
   export MONO_SHARED_DIR=$srcdir/src/.wabi
   mkdir -p $MONO_SHARED_DIR
 
-  cd $srcdir/$pkgname-$pkgver
-  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
-  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
   
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --profile=stable 
   LD_PRELOAD="" make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   
   LD_PRELOAD="" make DESTDIR=$pkgdir install
   # delete conflicting files



More information about the arch-commits mailing list