[Pkg-xfce-commits] r10178 - in /goodies/trunk/xfce4-xkb-plugin/debian: changelog patches/ patches/missing_linker_x11.patch patches/series

Unit 193 unit193-guest at moszumanska.debian.org
Tue Nov 14 20:39:04 UTC 2017


Author: unit193-guest
Date: Tue Nov 14 20:39:04 2017
New Revision: 10178

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10178
Log:
d/p/debian/patches/missing_linker_x11.patch: Backport patch to work around a FTBFS by adding -lX11 to LDFLAGS.

Added:
    goodies/trunk/xfce4-xkb-plugin/debian/patches/
    goodies/trunk/xfce4-xkb-plugin/debian/patches/missing_linker_x11.patch
    goodies/trunk/xfce4-xkb-plugin/debian/patches/series
Modified:
    goodies/trunk/xfce4-xkb-plugin/debian/changelog

Modified: goodies/trunk/xfce4-xkb-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-xkb-plugin/debian/changelog?rev=10178&op=diff
==============================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-xkb-plugin/debian/changelog	Tue Nov 14 20:39:04 2017
@@ -17,6 +17,8 @@
     - Update homepage as listed in the plugin.
     - Update Standards-Version to 4.1.1.
   * d/rules: Use pkg-info.mk and DEB_SOURCE to remove 'la' files.
+  * d/p/debian/patches/missing_linker_x11.patch:
+    - Backport patch to work around a FTBFS by adding -lX11 to LDFLAGS.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 14 Nov 2017 15:25:37 -0500
 

Added: goodies/trunk/xfce4-xkb-plugin/debian/patches/missing_linker_x11.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-xkb-plugin/debian/patches/missing_linker_x11.patch?rev=10178&op=file
==============================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/patches/missing_linker_x11.patch	(added)
+++ goodies/trunk/xfce4-xkb-plugin/debian/patches/missing_linker_x11.patch	Tue Nov 14 20:39:04 2017
@@ -0,0 +1,26 @@
+From 0fcd3fd72ca4c3469549059948978307a7e58186 Mon Sep 17 00:00:00 2001
+From: Viktor Odintsev <ninetls at xfce.org>
+Date: Sun, 10 Sep 2017 02:58:11 +0300
+Subject: Add -lX11 to libxkb_la_LIBADD
+
+---
+ panel-plugin/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
+index 21c69ea..9f74c99 100644
+--- a/panel-plugin/Makefile.am
++++ b/panel-plugin/Makefile.am
+@@ -58,7 +58,8 @@ libxkb_la_LIBADD = \
+ 	$(LIBXKLAVIER_LIBS) \
+ 	$(LIBWNCK_LIBS) \
+ 	$(GARCON_LIBS) \
+-	$(LIBRSVG_LIBS)
++	$(LIBRSVG_LIBS) \
++	-lX11
+ 
+ #
+ # Desktop file
+-- 
+cgit v1.1
+

Added: goodies/trunk/xfce4-xkb-plugin/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-xkb-plugin/debian/patches/series?rev=10178&op=file
==============================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/patches/series	(added)
+++ goodies/trunk/xfce4-xkb-plugin/debian/patches/series	Tue Nov 14 20:39:04 2017
@@ -0,0 +1 @@
+missing_linker_x11.patch




More information about the Pkg-xfce-commits mailing list