Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c84f7afa599e1262bfa89b65da874d77abf814c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c84f7afa599e1262bfa89b65da874d77abf814c)
  • Date: Wed, 24 Jun 2009 22:00:58 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 2 ++
utils/notify-sharp/DEPENDS | 1 +
utils/notify-sharp/DETAILS | 13 +++++++++++++
utils/notify-sharp/HISTORY | 3 +++
utils/notify-sharp/PRE_BUILD | 3 +++
5 files changed, 22 insertions(+)

New commits:
commit 0c84f7afa599e1262bfa89b65da874d77abf814c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

utils/notify-sharp: new spell, C# client implementation for Desktop
Notifications

diff --git a/ChangeLog b/ChangeLog
index 4b60883..8614a2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
Networking library for Mono
* gnome2-libs/gnome-keyring-sharp: new spell, C# client library to
access the GNOME Keyring daemon
+ * utils/notify-sharp: new spell, C# client implementation for Desktop
+ Notifications

2009-06-24 Ladislav Hagara <hgr AT vabo.cz>
* utils/eggdbus: new spell, D-Bus bindings for GObject
diff --git a/utils/notify-sharp/DEPENDS b/utils/notify-sharp/DEPENDS
new file mode 100755
index 0000000..78057dd
--- /dev/null
+++ b/utils/notify-sharp/DEPENDS
@@ -0,0 +1 @@
+depends mono
diff --git a/utils/notify-sharp/DETAILS b/utils/notify-sharp/DETAILS
new file mode 100755
index 0000000..79b0a3c
--- /dev/null
+++ b/utils/notify-sharp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=notify-sharp
+ VERSION=20080912
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://mirror.ovh.net/gentoo-distfiles/distfiles/$SOURCE
+
SOURCE_HASH=sha512:8ed65cee63125f6271e04073203a0a74d44cdc2e0ec132b544515b934ca474eafbca6296e5b321fbcf902bb0fbb2e705e7cd7316a305fd075f1cb3910aa5af02
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.ndesk.org/NotifySharp
+ ENTERED=20090625
+ LICENSE[0]=GPL
+ SHORT="C# client implementation for Desktop Notifications"
+cat << EOF
+C# client implementation for Desktop Notifications.
+EOF
diff --git a/utils/notify-sharp/HISTORY b/utils/notify-sharp/HISTORY
new file mode 100644
index 0000000..044d275
--- /dev/null
+++ b/utils/notify-sharp/HISTORY
@@ -0,0 +1,3 @@
+2009-06-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD: spell created, version 20080912
+
diff --git a/utils/notify-sharp/PRE_BUILD b/utils/notify-sharp/PRE_BUILD
new file mode 100755
index 0000000..0f559b1
--- /dev/null
+++ b/utils/notify-sharp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE=ON ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c84f7afa599e1262bfa89b65da874d77abf814c), Ladislav Hagara, 06/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page