Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (44c5f8339387783a8456da5d66e1308031052e53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (44c5f8339387783a8456da5d66e1308031052e53)
  • Date: Sat, 17 Oct 2009 07:17:20 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

utils/notify-sharp/DEPENDS | 3 ++-
utils/notify-sharp/DETAILS | 16 +++++++++++++++-
utils/notify-sharp/HISTORY | 4 ++++
utils/notify-sharp/PREPARE | 5 +++++
4 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit c51a007810b378a2d8bd96ba3af86863268ade35
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/notify-sharp: added SCM version

diff --git a/utils/notify-sharp/DEPENDS b/utils/notify-sharp/DEPENDS
index 27566e4..0680126 100755
--- a/utils/notify-sharp/DEPENDS
+++ b/utils/notify-sharp/DEPENDS
@@ -1,2 +1,3 @@
depends mono &&
-depends ndesk-dbus-glib
+depends ndesk-dbus-glib &&
+depends gnome-common2
diff --git a/utils/notify-sharp/DETAILS b/utils/notify-sharp/DETAILS
index 79b0a3c..63f0b0f 100755
--- a/utils/notify-sharp/DETAILS
+++ b/utils/notify-sharp/DETAILS
@@ -1,9 +1,23 @@
SPELL=notify-sharp
+if [[ ${NOTIFY_SHARP_SCM} == "y" ]]
+then
+ if [[ ${GALAXIUM_SCM_AUTOUPDATE} == "y" ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+
SOURCE_URL[0]=svn_http://svn.galago-project.org/trunk/${SPELL}:${SPELL}-scm
+ SOURCE_IGNORE=volatile
+ SOURCE=$SPELL-scm.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
+else
VERSION=20080912
- SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://mirror.ovh.net/gentoo-distfiles/distfiles/$SOURCE

SOURCE_HASH=sha512:8ed65cee63125f6271e04073203a0a74d44cdc2e0ec132b544515b934ca474eafbca6296e5b321fbcf902bb0fbb2e705e7cd7316a305fd075f1cb3910aa5af02
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
WEB_SITE=http://www.ndesk.org/NotifySharp
ENTERED=20090625
LICENSE[0]=GPL
diff --git a/utils/notify-sharp/HISTORY b/utils/notify-sharp/HISTORY
index 4f47f31..1cabce0 100644
--- a/utils/notify-sharp/HISTORY
+++ b/utils/notify-sharp/HISTORY
@@ -1,3 +1,7 @@
+2009-10-17 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: added SCM version
+ * DEPENDS: added dependency on gnome-common2
+
2009-09-02 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added missing dep on ndesk-dbus-glib

diff --git a/utils/notify-sharp/PREPARE b/utils/notify-sharp/PREPARE
new file mode 100755
index 0000000..9da2271
--- /dev/null
+++ b/utils/notify-sharp/PREPARE
@@ -0,0 +1,5 @@
+config_query NOTIFY_SHARP_SCM "Build SCM version ?" n &&
+if [[ "${NOTIFY_SHARP_SCM}" == "y" ]]
+then
+ config_query NOTIFY_SHARP_SCM_AUTOUPDATE "Update on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (44c5f8339387783a8456da5d66e1308031052e53), Quentin Rameau, 10/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page