[Lunar-commits] <moonbase> startup-notification: updated to 0.12 added startup notify to supported apps

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat May 21 01:55:28 CEST 2011


commit 2468a182c47a8e4d478fae6d18cab29b8125a68e
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat May 21 01:55:28 2011 +0200

    startup-notification: updated to 0.12 added startup notify to supported apps
---
 gnome2/desktop/startup-notification/BUILD   |   14 +++++++-------
 gnome2/desktop/startup-notification/DEPENDS |    3 ++-
 gnome2/desktop/startup-notification/DETAILS |   20 ++++++++++++--------
 mail/thunderbird/thunderbird.desktop        |    1 +
 web/seamonkey/DEPENDS                       |    1 +
 web/seamonkey/seamonkey.desktop             |    1 +
 6 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/gnome2/desktop/startup-notification/BUILD b/gnome2/desktop/startup-notification/BUILD
index f0ab69a..60dfcc9 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                                         &&
+   ./configure  --prefix=/usr  \
+                --build=$BUILD \
+                --sysconfdir=/etc    \
+                --localstatedir=/var \
+                --infodir=/usr/share/info \
+                --mandir=/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 7892b55..d822bb1 100644
--- a/gnome2/desktop/startup-notification/DEPENDS
+++ b/gnome2/desktop/startup-notification/DEPENDS
@@ -1 +1,2 @@
-depends  libX11
\ No newline at end of file
+depends  libX11
+depends  xcb-util
diff --git a/gnome2/desktop/startup-notification/DETAILS b/gnome2/desktop/startup-notification/DETAILS
index 2339f37..04c5552 100644
--- a/gnome2/desktop/startup-notification/DETAILS
+++ b/gnome2/desktop/startup-notification/DETAILS
@@ -1,13 +1,17 @@
           MODULE=startup-notification
-         VERSION=0.9
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION
-      SOURCE_VFY=sha1:2c09f43247683d1e4a16b2f8d1e236b57eafae68
-        WEB_SITE=http://www.gnome.org
+         VERSION=0.12
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.freedesktop.org/software/$MODULE/releases
+      SOURCE_VFY=sha1:4198bce2808d03160454a2940d989f3a5dc96dbb
+        WEB_SITE=http://www.freedesktop.org/wiki/Software/startup-notification
          ENTERED=20021013
-         UPDATED=20071120
-           SHORT="startup lib for Gnome"
+         UPDATED=20110520
+           SHORT="reference implementation of the startup notification protocol"
 
 cat << EOF
-startup-notification is a startup lib for Gnome
+startup-notification contains a reference
+implementation of the startup notification
+protocol. The reference implementation is mostly
+under an X Window System style license,
+and has no special dependencies.
 EOF
diff --git a/mail/thunderbird/thunderbird.desktop b/mail/thunderbird/thunderbird.desktop
index ae94b6d..3cc7194 100644
--- a/mail/thunderbird/thunderbird.desktop
+++ b/mail/thunderbird/thunderbird.desktop
@@ -9,3 +9,4 @@ Terminal=false
 Type=Application
 Categories=Application;Network;
 Comment[pl]=Thunderbird - klient poczty
+StartupNotify=true
diff --git a/web/seamonkey/DEPENDS b/web/seamonkey/DEPENDS
index 4b5c969..a795775 100644
--- a/web/seamonkey/DEPENDS
+++ b/web/seamonkey/DEPENDS
@@ -5,6 +5,7 @@ depends expat
 depends gtk+-2
 depends nss
 depends curl
+depends startup-notification
 
 # Seamonkey crashes with sqlite 3.6.18 when adding new bookmarks:
 # https://bugzilla.mozilla.org/show_bug.cgi?id=512940
diff --git a/web/seamonkey/seamonkey.desktop b/web/seamonkey/seamonkey.desktop
index 16b59ab..8c66ec8 100644
--- a/web/seamonkey/seamonkey.desktop
+++ b/web/seamonkey/seamonkey.desktop
@@ -9,3 +9,4 @@ Type=Application
 Categories=Application;Network;
 Comment[pl]=Seamonkey - przeglÄ…darka WWW
 X-KDE-StartupNotify=true
+StartupNotify=true


More information about the Lunar-commits mailing list