[banshee/gtk3] Remove external notify-sharp which is based on gtk2



commit 32355d3ca1b2e4d812e676b262697aea85f73936
Author: Olivier Dufour <olivier duff gmail com>
Date:   Fri Jul 22 00:12:02 2011 +0200

    Remove external notify-sharp which is based on gtk2

 build/m4/banshee/notify-sharp.m4                   |    8 --------
 .../Banshee.NotificationArea/Makefile.am           |    8 +-------
 src/Extensions/Banshee.SoundMenu/Makefile.am       |    7 +------
 3 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/build/m4/banshee/notify-sharp.m4 b/build/m4/banshee/notify-sharp.m4
index bbe444a..6310e1a 100644
--- a/build/m4/banshee/notify-sharp.m4
+++ b/build/m4/banshee/notify-sharp.m4
@@ -1,12 +1,4 @@
 AC_DEFUN([BANSHEE_CHECK_NOTIFY_SHARP],
 [
-	PKG_CHECK_MODULES(NOTIFY_SHARP, notify-sharp, have_notify_sharp=yes, have_notify_sharp=no)
-	if test "x$have_notify_sharp" = "xyes"; then
-		AC_SUBST(NOTIFY_SHARP_LIBS)
-		AM_CONDITIONAL(EXTERNAL_NOTIFY_SHARP, true)
-	else
-		AM_CONDITIONAL(EXTERNAL_NOTIFY_SHARP, false)
-		AC_MSG_RESULT([no])
-	fi
 ])
 
diff --git a/src/Extensions/Banshee.NotificationArea/Makefile.am b/src/Extensions/Banshee.NotificationArea/Makefile.am
index b499244..ee4f409 100644
--- a/src/Extensions/Banshee.NotificationArea/Makefile.am
+++ b/src/Extensions/Banshee.NotificationArea/Makefile.am
@@ -1,9 +1,5 @@
-if EXTERNAL_NOTIFY_SHARP
-NOTIFY_SHARP_LIBS = $(NOTIFY_SHARP_LIBS)
-else
 GMCS_FLAGS+="-define:INTERNAL_NOTIFY_SHARP"
 NOTIFY_SHARP_LIBS = 
-endif
 
 if HAVE_GDK_2_22
 GMCS_FLAGS+= "-define:HAVE_GDK_2_22"
@@ -11,7 +7,7 @@ endif
 
 ASSEMBLY = Banshee.NotificationArea
 TARGET = library
-LINK = $(REF_EXTENSION_NOTIFICATIONAREA) $(NOTIFY_SHARP_LIBS)
+LINK = $(REF_EXTENSION_NOTIFICATIONAREA)
 INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 
 SOURCES =  \
@@ -19,8 +15,6 @@ SOURCES =  \
 	Banshee.NotificationArea/INotificationAreaBox.cs \
 	Banshee.NotificationArea/NotificationAreaService.cs \
 	Banshee.NotificationArea/TrackInfoPopup.cs \
-	Banshee.NotificationArea/X11NotificationArea.cs \
-	Banshee.NotificationArea/X11NotificationAreaBox.cs \
 	Notifications/Notification.cs \
 	Notifications/Notifications.cs
 
diff --git a/src/Extensions/Banshee.SoundMenu/Makefile.am b/src/Extensions/Banshee.SoundMenu/Makefile.am
index cbe504c..e803bae 100644
--- a/src/Extensions/Banshee.SoundMenu/Makefile.am
+++ b/src/Extensions/Banshee.SoundMenu/Makefile.am
@@ -1,9 +1,4 @@
-if EXTERNAL_NOTIFY_SHARP
-NOTIFY_SHARP_LIBS = $(NOTIFY_SHARP_LIBS)
-else
 GMCS_FLAGS+="-define:INTERNAL_NOTIFY_SHARP"
-NOTIFY_SHARP_LIBS = 
-endif
 
 if HAVE_INDICATESHARP
 GMCS_FLAGS+= "-define:HAVE_INDICATESHARP"
@@ -11,7 +6,7 @@ endif
 
 ASSEMBLY = Banshee.SoundMenu
 TARGET = library
-LINK = $(REF_EXTENSION_SOUNDMENU) $(NOTIFY_SHARP_LIBS)
+LINK = $(REF_EXTENSION_SOUNDMENU)
 INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 
 SOURCES =  \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]