[Pkg-xfce-commits] r9537 - in /desktop/branches/experimental/libxfce4ui/debian/patches: bd55a3c.patch series
Mateusz Łukasik
mati75-guest at moszumanska.debian.org
Thu Sep 15 12:51:48 UTC 2016
Author: mati75-guest
Date: Thu Sep 15 12:51:48 2016
New Revision: 9537
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9537
Log:
Add cherry-pick to fix build error with --disable-gtk3.
Added:
desktop/branches/experimental/libxfce4ui/debian/patches/bd55a3c.patch
desktop/branches/experimental/libxfce4ui/debian/patches/series
Added: desktop/branches/experimental/libxfce4ui/debian/patches/bd55a3c.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/patches/bd55a3c.patch?rev=9537&op=file
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/patches/bd55a3c.patch (added)
+++ desktop/branches/experimental/libxfce4ui/debian/patches/bd55a3c.patch Thu Sep 15 12:51:48 2016
@@ -0,0 +1,39 @@
+From bd55a3cee960255aa59a331ee2998c01fdfff8eb Mon Sep 17 00:00:00 2001
+From: Flo <flo.xfce at gmx-topmail.de>
+Date: Thu, 15 Sep 2016 10:06:18 +0200
+Subject: Fix build error with --disable-gtk3 (Bug #12648)
+
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index fffeadb..0cd6e55 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -22,8 +22,7 @@ AM_CPPFLAGS = \
+ -DG_LOG_DOMAIN=\"libxfce4ui-tests\"
+
+ noinst_PROGRAMS = \
+- test-ui-gtk2 \
+- test-ui-gtk3
++ test-ui-gtk2
+
+
+ # test-ui-gtk2
+@@ -48,6 +47,10 @@ test_ui_gtk2_LDADD = \
+ $(top_builddir)/libxfce4ui/libxfce4ui-1.la
+
+ # test-ui-gtk3
++if ENABLE_GTK3_LIBRARY
++noinst_PROGRAMS += \
++ test-ui-gtk3
++
+ test_ui_gtk3_SOURCES = \
+ test-ui.c
+
+@@ -67,3 +70,4 @@ test_ui_gtk3_LDADD = \
+ $(LIBSTARTUP_NOTIFICATION_LIBS) \
+ $(LIBXFCE4UTIL_LIBS) \
+ $(top_builddir)/libxfce4ui/libxfce4ui-2.la
++endif
+--
+cgit v0.10.1
+
Added: desktop/branches/experimental/libxfce4ui/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/patches/series?rev=9537&op=file
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/patches/series (added)
+++ desktop/branches/experimental/libxfce4ui/debian/patches/series Thu Sep 15 12:51:48 2016
@@ -0,0 +1,2 @@
+02_Fix-keyboard-shortcuts-with-Shift-modifier-bug-8744.patch
+bd55a3c.patch
More information about the Pkg-xfce-commits
mailing list