This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 0c885ff2c46264cb5fcbd7fb597e12b8dfa42200 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 11 03:51:16 2016 +0200 x2gomatebindings.spec: prepare GTK library version switching and hardcode GTK 2 for now. --- debian/changelog | 1 + x2gomatebindings.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e36b6fd..ce3e65d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low - Add dependency upon gnome-icon-theme-symbolic for OpenSuSE Leap 42.1, OpenSuSE 13.2 and SLE{S,D} 12. - Switch to use -symbolic icons on OpenSUSE 13.2 and 42.1. + - Prepare GTK library version switching and hardcode GTK 2 for now. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Whitespace only. diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 300915b..853b343 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -80,7 +80,8 @@ MATE desktops. if [ ! -e configure ]; then ./autogen.sh; fi; -%configure +# Remember to switch to --with-gtk=3.0 once OpenSuSE already provides a newer MATE version compiled against GTK 3. +%configure --with-gtk=2.0 make %{?_smp_mflags}; -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git