Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=mono.git;a=commitdiff;h=5f7ddd5341896fa8050108c8466ef653d8e18deb
commit 5f7ddd5341896fa8050108c8466ef653d8e18deb Author: Pingax <[email protected]> Date: Wed Aug 8 11:57:44 2012 +0200 mono-debugger-2.10-2-i686 * Rebuild with mono-2.10.9 * Add patch for glib's includes diff --git a/source/devel-extra/mono-debugger/FrugalBuild b/source/devel-extra/mono-debugger/FrugalBuild index 8e29c65..656a6fd 100644 --- a/source/devel-extra/mono-debugger/FrugalBuild +++ b/source/devel-extra/mono-debugger/FrugalBuild @@ -3,7 +3,7 @@ pkgname=mono-debugger pkgver=2.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Mono Debugger (MDB) can debug both managed and unmanaged applications." url="http://www.mono-project.com/" depends=('mono>=2.10') @@ -11,8 +11,15 @@ groups=('devel-extra') archs=('i686' 'x86_64') _F_mono_aot=0 Finclude mono -up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-debugger-'|sed 's/.*-\(.*\).t.*/\1/'" -source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('b72deb48133683eed4c4a1532022d18302ca69a2') +up2date="Flasttar http://download.mono-project.com/sources/$pkgname" +source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 glib-includes.patch) +sha1sums=('b72deb48133683eed4c4a1532022d18302ca69a2' \ + 'b327e94b664b992ace472bb3169c9a6088e944dd') +build() +{ + Fcd + Fpatchall + Fmake +} # optimization OK diff --git a/source/devel-extra/mono-debugger/glib-includes.patch b/source/devel-extra/mono-debugger/glib-includes.patch new file mode 100644 index 0000000..b0896d8 --- /dev/null +++ b/source/devel-extra/mono-debugger/glib-includes.patch @@ -0,0 +1,10 @@ +--- sysdeps/server/breakpoints.c.orig 2012-08-08 01:44:17.254548303 +0200 ++++ sysdeps/server/breakpoints.c 2012-08-08 01:44:30.456548665 +0200 +@@ -1,6 +1,6 @@ + #include <server.h> + #include <breakpoints.h> +-#include <glib/gthread.h> ++#include <glib.h> + #include <sys/stat.h> + #include <signal.h> + #ifdef HAVE_UNISTD_H _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
