[Pkg-cli-apps-commits] [banshee] 02/02: Use Mono 4.5

Iain Lane laney at moszumanska.debian.org
Thu Mar 3 17:24:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

laney pushed a commit to branch master
in repository banshee.

commit 88af423547f9da0b657de71ec6133145ecc74198
Author: Iain Lane <laney at debian.org>
Date:   Thu Mar 3 15:59:15 2016 +0000

    Use Mono 4.5
---
 debian/patches/mono-4.5.patch | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/mono-4.5.patch b/debian/patches/mono-4.5.patch
new file mode 100644
index 0000000..1d1f4b8
--- /dev/null
+++ b/debian/patches/mono-4.5.patch
@@ -0,0 +1,35 @@
+Description: Find 4.5 versions of required assemblies
+Author: Iain Lane <laney at debian.org>
+
+Index: b/configure.ac
+===================================================================
+--- a/configure.ac
++++ b/configure.ac
+@@ -65,9 +65,9 @@
+ 
+ dnl Mono and gmcs
+ SHAMROCK_CHECK_MONO_MODULE(2.4.3)
+-SHAMROCK_FIND_MONO_2_0_COMPILER
++SHAMROCK_FIND_MONO_1_0_COMPILER
+ SHAMROCK_FIND_MONO_RUNTIME
+-SHAMROCK_CHECK_MONO_2_0_GAC_ASSEMBLIES([Mono.Cairo Mono.Posix ICSharpCode.SharpZipLib])
++SHAMROCK_CHECK_MONO_4_5_GAC_ASSEMBLIES([Mono.Cairo Mono.Posix ICSharpCode.SharpZipLib])
+ 
+ dnl In MeeGo we want the full name, but not in GNOME 3 (see bgo#596242)
+ PKG_CHECK_MODULES(MEEGO_PANEL, meego-panel, HAVE_MEEGO_PANEL=yes, HAVE_MEEGO_PANEL=no)
+Index: b/build/m4/shamrock/mono.m4
+===================================================================
+--- a/build/m4/shamrock/mono.m4
++++ b/build/m4/shamrock/mono.m4
+@@ -87,6 +87,11 @@
+ 	_SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(mono, 4.0, $*)
+ ])
+ 
++AC_DEFUN([SHAMROCK_CHECK_MONO_4_5_GAC_ASSEMBLIES],
++[
++	_SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(mono, 4.5, $*)
++])
++
+ AC_DEFUN([SHAMROCK_CHECK_MONO2_4_0_GAC_ASSEMBLIES],
+ [
+ 	_SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(mono-2, 4.0, $*)
diff --git a/debian/patches/series b/debian/patches/series
index 8d8859c..3e8aa82 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ Use-dbus-2.patch
 Remove-IDBusExportable-inheritance-from-exported-int.patch
 Database-fix-performance-for-the-new-SQLite-s-query-.patch
 build-Remove-obsolete-check-for-gnome-desktop-2.0-2..patch
+mono-4.5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/banshee.git



More information about the Pkg-cli-apps-commits mailing list