[bamf] 02/05: debian/patches: Add 2001_build-using-mate-common.patch. Build using mate-common instead of gnome-common. (Closes: #829799).

Mike Gabriel sunweaver at debian.org
Thu Oct 13 11:43:44 UTC 2016


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

sunweaver pushed a commit to branch master
in repository bamf.

commit df48f7f30b4a9f56f22578f74e3aa493e48e63c9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Oct 13 11:44:21 2016 +0200

    debian/patches: Add 2001_build-using-mate-common.patch. Build using mate-common instead of gnome-common. (Closes: #829799).
---
 debian/patches/2001_build-using-mate-common.patch | 33 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/2001_build-using-mate-common.patch b/debian/patches/2001_build-using-mate-common.patch
new file mode 100644
index 0000000..b34f319
--- /dev/null
+++ b/debian/patches/2001_build-using-mate-common.patch
@@ -0,0 +1,33 @@
+Description: Use mate-common instead of gnome-common when building bamf for Debian.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -16,10 +16,10 @@
+     exit 1
+ }
+ 
+-which gnome-autogen.sh || {
+-    echo "You need to install the gnome-common module and make"
+-    echo "sure the gnome-autogen.sh script is in your \$PATH."
++which mate-autogen || {
++    echo "You need to install the mate-common module and make"
++    echo "sure the mate-autogen script is in your \$PATH."
+     exit 1
+ }
+ 
+-USE_GNOME2_MACROS=1 . gnome-autogen.sh
++USE_MATE2_MACROS=1 . mate-autogen
+--- a/configure.ac
++++ b/configure.ac
+@@ -14,8 +14,8 @@
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-GNOME_COMMON_INIT
+-GNOME_COMPILE_WARNINGS(maximum)
++MATE_COMMON_INIT
++MATE_COMPILE_WARNINGS(maximum)
+ 
+ AM_MAINTAINER_MODE
+ AM_DISABLE_STATIC
diff --git a/debian/patches/series b/debian/patches/series
index bf1d15d..ff6ddaf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001_allow-colon-separated-values-in-XDG-CURRENT-DESKTOP.patch
+2001_build-using-mate-common.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/bamf.git



More information about the pkg-mate-commits mailing list