[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 01/15: Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
noreply at xfce.org
noreply at xfce.org
Fri Oct 4 05:13:36 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-time-out-plugin.
commit 2fff939fa65f9dcb7b286b9b488f387e576a8c33
Author: Skunnyk <skunnyk at alteroot.org>
Date: Thu May 19 13:08:34 2016 +0200
Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
Also use newer xfce4/panel/plugins paths for desktop file
---
configure.ac.in | 6 ++----
panel-plugin/Makefile.am | 2 --
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 522baf9..2ecf678 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -70,10 +70,8 @@ XDT_CHECK_LIBX11_REQUIRE()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
dnl ***********************************
dnl *** Check for debugging support ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index bd4211c..22c664b 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -21,13 +21,11 @@ libtime_out_la_CFLAGS = \
-I$(top_builddir) \
-DG_LOG_DOMAIN=\"xfce4-time-out-plugin\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
- $(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBXFCE4PANEL_CFLAGS) \
$(PLATFORM_CFLAGS)
libtime_out_la_LIBADD = \
- $(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(LIBXFCE4PANEL_LIBS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list