[Lunar-commits] <moonbase-gnome> ekiga: remove gnome3 libnotify

v4hn me at v4hn.de
Wed Oct 10 23:24:10 CEST 2012


commit b933b41b28301644ec0043cb46543cd8f0d6d3ad
Author: v4hn <me at v4hn.de>
Date: Wed, 10 Oct 2012 14:24:10 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/b933b41b28301644ec0043cb46543cd8f0d6d3ad

ekiga: remove gnome3 libnotify
---
  desktop/ekiga/BUILD   | +7/-0     
  desktop/ekiga/DEPENDS | +4/-1     
  2 files changed, 11 insertions(+), 1 deletion(-)

--- /dev/null
+++ b/desktop/ekiga/BUILD
@@ -0,0 +1,7 @@
+(
+
+    OPTS+=" --disable-notify" &&
+
+    default_build
+
+) > $C_FIFO 2>&1
--- a/desktop/ekiga/DEPENDS
+++ b/desktop/ekiga/DEPENDS
@@ -4,7 +4,10 @@ depends cyrus-sasl
 
 
 optional_depends boost     "--with-boost"    "--without-boost"  "for boost library support"
-optional_depends libnotify "--enable-notify" "--disable-notify" "for desktop notification support"
+
+#needs gtk+3 libnotify
+#optional_depends libnotify "--enable-notify" "--disable-notify" "for desktop notification support"
+
 optional_depends dbus      "--enable-dbus"   "--disable-dbus"   "for dbus support"
 optional_depends avahi     "--enable-avahi"  "--disable-avahi"  "for avahi support"
 optional_depends openldap  "--enable-ldap"   "--disable-ldap"   "for OpenLDAP support"




More information about the Lunar-commits mailing list