[Xfce4-commits] [xfce/thunar] 01/02: Remove startup notification dependencies (bug #11837)

noreply at xfce.org noreply at xfce.org
Tue Apr 21 11:56:41 CEST 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit dd7b7edee3ea4b3d8cc5e642837ae960b98b2974
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue Apr 21 11:53:02 2015 +0200

    Remove startup notification dependencies (bug #11837)
    
    This functionality is now provided by libxfce4ui, see commit
    8990efaf5a "Use the spawn code from libxfce4ui."
---
 configure.ac.in    |   13 -------------
 thunar/Makefile.am |    2 --
 2 files changed, 15 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 38b6e2f..eaf8418 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -168,14 +168,6 @@ dnl **********************************
 XDT_CHECK_OPTIONAL_PACKAGE([DBUS], [dbus-glib-1],
                            [0.34], [dbus], [D-BUS support])
 
-dnl *************************************************
-dnl *** Optional support for startup notification ***
-dnl *************************************************
-XDT_CHECK_OPTIONAL_PACKAGE([LIBSTARTUP_NOTIFICATION],
-                           [libstartup-notification-1.0],
-                           [0.4], [startup-notification],
-                           [startup notification library])
-
 dnl ***************************************************************
 dnl *** Optional support for GUDev (required for thunar-volman) ***
 dnl ***************************************************************
@@ -284,11 +276,6 @@ echo "* GIO UNIX features:                  yes"
 else
 echo "* GIO UNIX features:                  no"
 fi
-if test x"$LIBSTARTUP_NOTIFICATION_FOUND" = x"yes"; then
-echo "* Startup Notification:               yes"
-else
-echo "* Startup Notification:               no"
-fi
 if test x"$GUDEV_FOUND" = x"yes"; then
 echo "* GUDev (required for thunar-volman): yes"
 else
diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 16394b1..8e7d624 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -224,7 +224,6 @@ thunar_CFLAGS =								\
 	$(GUDEV_CFLAGS)							\
 	$(LIBNOTIFY_CFLAGS)						\
 	$(LIBSM_CFLAGS)							\
-	$(LIBSTARTUP_NOTIFICATION_CFLAGS)				\
 	$(LIBXFCE4UI_CFLAGS)						\
 	$(XFCONF_CFLAGS)						\
 	$(PLATFORM_CFLAGS)
@@ -242,7 +241,6 @@ thunar_LDADD =								\
 	$(GUDEV_LIBS)							\
 	$(LIBNOTIFY_LIBS)						\
 	$(LIBSM_LIBS)							\
-	$(LIBSTARTUP_NOTIFICATION_LIBS)					\
 	$(LIBXFCE4UI_LIBS)						\
 	$(XFCONF_LIBS)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list