[Pkg-xfce-commits] r10198 - in /desktop/branches/experimental/thunar/debian: changelog patches/03_fix-tpa-build.patch patches/series
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Nov 26 21:11:12 UTC 2017
Author: corsac
Date: Sun Nov 26 21:11:11 2017
New Revision: 10198
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10198
Log:
* debian/patches:
- 03_fix-tpa-build added, fix build with TPA plugin
Added:
desktop/branches/experimental/thunar/debian/patches/03_fix-tpa-build.patch
Modified:
desktop/branches/experimental/thunar/debian/changelog
desktop/branches/experimental/thunar/debian/patches/series
Modified: desktop/branches/experimental/thunar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/thunar/debian/changelog?rev=10198&op=diff
==============================================================================
--- desktop/branches/experimental/thunar/debian/changelog (original)
+++ desktop/branches/experimental/thunar/debian/changelog Sun Nov 26 21:11:11 2017
@@ -11,6 +11,8 @@
- drop enable-dbus and enable-startup-notification options, not valid
anymore.
- use dh_missing
+ * debian/patches:
+ - 03_fix-tpa-build added, fix build with TPA plugin
-- Yves-Alexis Perez <corsac at debian.org> Sun, 26 Nov 2017 20:25:50 +0100
Added: desktop/branches/experimental/thunar/debian/patches/03_fix-tpa-build.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/thunar/debian/patches/03_fix-tpa-build.patch?rev=10198&op=file
==============================================================================
--- desktop/branches/experimental/thunar/debian/patches/03_fix-tpa-build.patch (added)
+++ desktop/branches/experimental/thunar/debian/patches/03_fix-tpa-build.patch Sun Nov 26 21:11:11 2017
@@ -0,0 +1,19 @@
+--- a/plugins/thunar-tpa/Makefile.am
++++ b/plugins/thunar-tpa/Makefile.am
+@@ -15,14 +15,14 @@ libthunar_tpa_la_SOURCES = \
+ thunar-tpa-bindings.h
+
+ libthunar_tpa_la_CFLAGS = \
+- $(DBUS_CFLAGS) \
++ -I/usr/include/dbus-1.0 \
+ $(LIBXFCE4UI_CFLAGS) \
+ $(LIBXFCE4UTIL_CFLAGS) \
+ $(LIBXFCE4PANEL_CFLAGS) \
+ $(PLATFORM_CFLAGS)
+
+ libthunar_tpa_la_LIBADD = \
+- $(DBUS_LIBS) \
++ -ldbus-glib-1 \
+ $(LIBXFCE4UTIL_LIBS) \
+ $(LIBXFCE4UI_LIBS) \
+ $(LIBXFCE4PANEL_LIBS)
Modified: desktop/branches/experimental/thunar/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/thunar/debian/patches/series?rev=10198&op=diff
==============================================================================
--- desktop/branches/experimental/thunar/debian/patches/series (original)
+++ desktop/branches/experimental/thunar/debian/patches/series Sun Nov 26 21:11:11 2017
@@ -1,2 +1,3 @@
01_support-non-multiarch-modules.patch
02_convert-appdata.patch
+03_fix-tpa-build.patch
More information about the Pkg-xfce-commits
mailing list