[Lunar-commits] <moonbase> startup-notification: small tweaks.

Florin Braescu florin at lunar-linux.org
Sat Apr 3 00:34:43 CEST 2010


commit 77242237cc2f9fa648272a4e76ee9c03acb5be8b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Apr 3 01:34:43 2010 +0300

    startup-notification: small tweaks.
---
 gnome2/desktop/startup-notification/BUILD   |   14 +++++++-------
 gnome2/desktop/startup-notification/DEPENDS |    2 +-
 gnome2/desktop/startup-notification/DETAILS |    3 ++-
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnome2/desktop/startup-notification/BUILD b/gnome2/desktop/startup-notification/BUILD
index 80d990a..f0ab69a 100644
--- a/gnome2/desktop/startup-notification/BUILD
+++ b/gnome2/desktop/startup-notification/BUILD
@@ -1,12 +1,12 @@
 (
 
    ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make                   
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+    default_make
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/startup-notification/DEPENDS b/gnome2/desktop/startup-notification/DEPENDS
index 3ddb42b..7892b55 100644
--- a/gnome2/desktop/startup-notification/DEPENDS
+++ b/gnome2/desktop/startup-notification/DEPENDS
@@ -1 +1 @@
-depends %X
+depends  libX11
\ No newline at end of file
diff --git a/gnome2/desktop/startup-notification/DETAILS b/gnome2/desktop/startup-notification/DETAILS
index 3811268..2339f37 100644
--- a/gnome2/desktop/startup-notification/DETAILS
+++ b/gnome2/desktop/startup-notification/DETAILS
@@ -1,12 +1,13 @@
           MODULE=startup-notification
          VERSION=0.9
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION
       SOURCE_VFY=sha1:2c09f43247683d1e4a16b2f8d1e236b57eafae68
         WEB_SITE=http://www.gnome.org
          ENTERED=20021013
          UPDATED=20071120
            SHORT="startup lib for Gnome"
+
 cat << EOF
 startup-notification is a startup lib for Gnome
 EOF


More information about the Lunar-commits mailing list