Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=677d0f23584d471d50719278c6d3c3e9d6007141
commit 677d0f23584d471d50719278c6d3c3e9d6007141 Author: bouleetbil <[email protected]> Date: Sun Mar 20 13:51:18 2011 +0100 monodevelop-debugger-gdb-2.5.90-1-x86_64 *Version bump diff --git a/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild b/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild index 3ea22d0..b9de3ad 100644 --- a/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild +++ b/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild @@ -1,21 +1,27 @@ # Compiling time: 0 SBU # Maintainer: bouleetbil <[email protected]> +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=monodevelop-debugger-gdb -pkgver=2.4 +pkgver=2.5.90 pkgrel=1 pkgdesc="Debugger-gdb Extension for MonoDevelop" url="http://www.mono-project.com/" -depends=('monodevelop>=2.4' 'mono-debugger>=2.6.3') +depends=('monodevelop>=2.5.90' 'mono-debugger>=2.6.3') makedepends=('intltool' 'perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64') -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=('4401ff8ce5ea5b76a268136b6aa5bc38857ce8a6') +sha1sums=('759ef946c2534aeebd100f81de6316802ba6c78d') Fconfopts="$Fconfopts --config=RELEASE" build() { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
