Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8bc01d370fece4b82e6f5ebbfc48587b44e39a56
commit 8bc01d370fece4b82e6f5ebbfc48587b44e39a56 Author: bouleetbil <[email protected]> Date: Wed Feb 11 21:46:51 2009 +0100 monodevelop-1.9.1-2-i686 *enable --enable-gtksourceview2 (added patch) *not necessary to rebuild it when firefox is bumped diff --git a/source/gnome-extra/monodevelop/Fix_gtksource.diff b/source/gnome-extra/monodevelop/Fix_gtksource.diff new file mode 100644 index 0000000..bceb63c --- /dev/null +++ b/source/gnome-extra/monodevelop/Fix_gtksource.diff @@ -0,0 +1,32 @@ +--- _monodevelop-1.9.1/Makefile.in 2008-11-19 17:43:06.000000000 +0100 ++++ _monodevelop-1.9.1/Makefile.in 2009-02-11 20:44:30.000000000 +0100 +@@ -222,7 +222,7 @@ + build/bin/MonoDevelop.Ide.addin.xml \ + build/bin/MonoDevelop.Projects.addin.xml \ + build/bin/MonoDevelop.Projects.Gui.addin.xml \ +- build/AddIns/MonoDevelop.SourceEditor.addin.xml \ ++ build/AddIns/MonoDevelop.SourceEditor2.addin.xml \ + build/AddIns/BackendBindings/BooBinding.addin.xml \ + build/AddIns/BackendBindings/CSharpBinding.addin.xml \ + build/AddIns/BackendBindings/ILAsmBinding.addin.xml \ +--- _monodevelop-1.9.1/src/addins/Makefile.in 2008-11-19 17:43:04.000000000 +0100 ++++ _monodevelop-1.9.1/src/addins/Makefile.in 2009-02-11 21:21:49.000000000 +0100 +@@ -29,7 +29,7 @@ + NORMAL_UNINSTALL = : + PRE_UNINSTALL = : + POST_UNINSTALL = : +...@enable_gtksourceview2_true@am__append_1 = MonoDevelop.SourceEditor +...@enable_gtksourceview2_true@am__append_1 = MonoDevelop.SourceEditor2 + subdir = src/addins + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -59,8 +59,7 @@ + MonoDevelop.GtkCore MonoDevelop.SourceEditor2 \ + MonoDevelop.XmlEditor AspNetAddIn MonoDevelop.WebReferences \ + MonoDevelop.RegexToolkit CBinding MonoDevelop.AssemblyBrowser \ +- MonoDevelop.Moonlight MonoDevelop.CodeMetrics WindowsPlatform \ +- MonoDevelop.SourceEditor ++ MonoDevelop.Moonlight MonoDevelop.CodeMetrics WindowsPlatform + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + ACLOCAL = @ACLOCAL@ + ALL_LINGUAS = @ALL_LINGUAS@ diff --git a/source/gnome-extra/monodevelop/FrugalBuild b/source/gnome-extra/monodevelop/FrugalBuild index f4db808..af59970 100644 --- a/source/gnome-extra/monodevelop/FrugalBuild +++ b/source/gnome-extra/monodevelop/FrugalBuild @@ -3,26 +3,29 @@ pkgname=monodevelop pkgver=1.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="A project to port SharpDevelop to Gtk#" url="http://www.mono-project.com/" -depends=('gecko-sharp' 'shared-mime-info' \ - 'mono-tools>=2.0' 'firefox=3.0.6' 'gnome-sharp>=2.24.0' 'mono>=2.0.1' \ - 'monodoc>=2.0' 'mono-addins') +depends=('gecko-sharp' 'shared-mime-info' 'gtksourceview-sharp'\ + 'mono-tools>=2.2' 'firefox>=3.0.6' 'gnome-sharp>=2.24.0' 'mono>=2.2' \ + 'monodoc>=2.2' 'mono-addins') makedepends=('intltool' 'perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar http://www.go-mono.com/sources-stable/" -source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) +source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 Fix_gtksource.diff) options=('scriptlet') _F_gnome_desktop=y _F_gnome_mime=y _F_gnome_iconcache=y Finclude gnome-scriptlet mono -sha1sums=('dfe2e73433602130fce32a41730a7afd246923a9') -Fconfopts="$Fconfopts --enable-versioncontrol" +sha1sums=('dfe2e73433602130fce32a41730a7afd246923a9' \ + '6570af4908da5ed5aa11a44c0ae82c8f39cefb82') +Fconfopts="$Fconfopts --enable-gtksourceview2 --enable-versioncontrol" build() { + Fcd + Fpatchall Fmonoexport Fconf ## won't build without on an SMP system _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
