Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=84f34339e525c24c65d6a12fc2cbb8a8f355663b

commit 84f34339e525c24c65d6a12fc2cbb8a8f355663b
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Mar 20 14:39:29 2011 +0100

monodevelop-python-2.5.90-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-python/FrugalBuild 
b/source/gnome-extra/monodevelop-python/FrugalBuild
index 16d18ed..565abec 100644
--- a/source/gnome-extra/monodevelop-python/FrugalBuild
+++ b/source/gnome-extra/monodevelop-python/FrugalBuild
@@ -1,37 +1,32 @@
# Compiling time: 0 SBU
# Maintainer: bouleetbil <bouleet...@frogdev.info>

+USE_DEVEL=${USE_DEVEL:-"y"}
+
pkgname=monodevelop-python
-pkgver=2.4
-pkgrel=2
+pkgver=2.5.90
+pkgrel=1
pkgdesc="Python Extension for MonoDevelop"
url="http://www.mono-project.com/";
-depends=('monodevelop>=2.4' 'python>=2.7')
+depends=('monodevelop>=2.5.90' 'python>=2.7')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
-up2date="Flasttar http://ftp.novell.com/pub/mono/sources-stable/";
+if Fuse $USE_DEVEL; then
+       up2date="Flasttar http://www.go-mono.com/sources/$pkgname/";
+else
+       up2date="Flasttar http://www.go-mono.com/sources-stable/";
+fi
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('ccc8db0d745829cd304af012b665ef8260457220')
+sha1sums=('2e14e4a6399558c436938124dd343aedcabc4589')

build() {
Fcd
+       unset MAKEFLAGS
Fmonoexport
-       Fsed "python2.6" "python2.7" 
PyBinding/PyBinding.Runtime/Python26Runtime.cs
-       Fsed "python2.6" "python2.7" PyBinding/PyBinding/PythonHelper.cs
-       Fsed "python2.6" "python2.7" PyBinding/Resources/completion.py
-       Fsed "Python 2.6" "Python 2.7" 
PyBinding/PyBinding.Gui/PythonOptionsWidget.cs
-       Fsed '$(DESTDIR)$(libdir)/pkgconfig' \
-               "$Fdestdir\$(DESTDIR)\$(libdir)/pkgconfig" \
-               PyBinding/Makefile
-       Fmake
-       Fmakeinstall
-       Fmkdir /usr/lib/pkgconfig
-       Fmv /var/tmp/fst/pkg/usr/lib/pkgconfig/monodevelop-pybinding.pc \
-               /usr/lib/pkgconfig
-       Frm /var
+       Fbuild
Fmonocleanup
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to