[Lunar-commits] <moonbase-gnome3> libnotify4: rename the module in order to avoid the conflict with the old libnotify used by xfce.

Florin Braescu florin at lunar-linux.org
Sun Mar 3 14:54:28 CET 2013


commit 93c9a36d5a9a308e9c9bdfa0d694c29b943fd62c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 05:54:28 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/93c9a36d5a9a308e9c9bdfa0d694c29b943fd62c

libnotify4: rename the module in order to avoid the conflict with the old libnotify used by xfce.
---
  core/gnome-settings-daemon/DEPENDS                | +1/-1     
  core/libnotify/DEPENDS -> core/libnotify4/DEPENDS
  core/libnotify4/DETAILS                           | +5/-3     
  core/nemo/DEPENDS                                 | +1/-1     
  core/zenity/DEPENDS                               | +1/-1     
  5 files changed, 8 insertions(+), 6 deletions(-)

--- a/core/gnome-settings-daemon/DEPENDS
+++ b/core/gnome-settings-daemon/DEPENDS
@@ -2,7 +2,7 @@ depends  colord
 depends  dconf
 depends  gnome-desktop
 depends  hicolor-icon-theme
-depends  libnotify
+depends  libnotify4
 depends  nss
 depends  libcanberra
 depends  pulseaudio
@@ -1,7 +1,9 @@
-          MODULE=libnotify
+          MODULE=libnotify4
+         PAKNAME=libnotify
          VERSION=0.7.5
-          SOURCE=$MODULE-$VERSION.tar.xz
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+          SOURCE=$PAKNAME-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKGNAME-$VERSION
+      SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/$PAKNAME/${VERSION%.*}
       SOURCE_VFY=sha1:729d1382617fee7e82eac17d808c11469ab2b7e1
         WEB_SITE=http://www.galago-project.org
          ENTERED=20060526
--- a/core/nemo/DEPENDS
+++ b/core/nemo/DEPENDS
@@ -6,6 +6,6 @@ depends  gtk-doc
 depends  gnome-common
 depends  gnome-desktop
 depends  gnome-icon-theme
-depends  libnotify
+depends  libnotify4
 
 #optional_depends  "gksu"  ""  ""  "open it as root"
--- a/core/zenity/DEPENDS
+++ b/core/zenity/DEPENDS
@@ -3,6 +3,6 @@ depends  docbook-xsl
 depends  gtk+-3
 depends  itstool
 
-optional_depends  "libnotify"  "--enable-notify"     "--disable-notify"     "for libnotify support"
+optional_depends  "libnotify4"  "--enable-notify"     "--disable-notify"     "for libnotify support"
 #optional_depends  "webkitgtk3" "--enable-webkitgtk"  "--disable-webkitgtk"  "for webkit support"
 




More information about the Lunar-commits mailing list