Skip to Content.
Sympa Menu

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

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 (946252c85ab0096f75f381665a8f1b4663326921)
  • Date: Mon, 25 Apr 2011 13:16:25 -0500

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

ChangeLog | 1
gnome3-libs/libunique/DEPENDS | 18 +++++++++++++++++
gnome3-libs/libunique/DETAILS | 23
++++++++++++++++++++++
gnome3-libs/libunique/HISTORY | 2 +
gnome3-libs/libunique/libunique-3.0.0.tar.bz2.sig |binary
5 files changed, 44 insertions(+)

New commits:
commit 946252c85ab0096f75f381665a8f1b4663326921
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome3-libs/libunique: new spell, based on unique

diff --git a/ChangeLog b/ChangeLog
index 633e494..a750a4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-04-25 Ladislav Hagara <hgr AT vabo.cz>
* gnome3-libs/gnome-desktop3: new spell, based on gnome-desktop
+ * gnome3-libs/libunique: new spell, based on unique

2011-04-24 Ladislav Hagara <hgr AT vabo.cz>
* graphics-libs/libgxps: new spell, XPS Documents library
diff --git a/gnome3-libs/libunique/DEPENDS b/gnome3-libs/libunique/DEPENDS
new file mode 100755
index 0000000..7837ee0
--- /dev/null
+++ b/gnome3-libs/libunique/DEPENDS
@@ -0,0 +1,18 @@
+depends glib2 &&
+depends gtk+3 &&
+
+optional_depends dbus-glib \
+ "--enable-dbus=yes" \
+ "--enable-dbus=no" \
+ "to enable dbus support" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build devhelp docs?"
+
diff --git a/gnome3-libs/libunique/DETAILS b/gnome3-libs/libunique/DETAILS
new file mode 100755
index 0000000..e7241ad
--- /dev/null
+++ b/gnome3-libs/libunique/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libunique
+ VERSION=3.0.0
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://live.gnome.org/LibUnique
+ ENTERED=20110425
+ SHORT="Library for writing single instance application"
+cat << EOF
+Unique is a library for writing single instance application. If you launch a
+single instance application twice, the second instance will either just quit
or
+will send a message to the running instance.
+
+Unique makes it easy to write this kind of applications, by providing a base
+class, taking care of all the IPC machinery needed to send messages to a
running
+instance, and also handling the startup notification side.
+
+Unique aims to replace the BaconMessageConnection code that has been copied
by
+many projects and the code using Bonobo and D-Bus.
+EOF
diff --git a/gnome3-libs/libunique/HISTORY b/gnome3-libs/libunique/HISTORY
new file mode 100644
index 0000000..2461933
--- /dev/null
+++ b/gnome3-libs/libunique/HISTORY
@@ -0,0 +1,2 @@
+2011-04-25 Ladislav Hagara <hgr AT vabo.cz>
+ * *: spell created, based on unique
diff --git a/gnome3-libs/libunique/libunique-3.0.0.tar.bz2.sig
b/gnome3-libs/libunique/libunique-3.0.0.tar.bz2.sig
new file mode 100644
index 0000000..405864d
Binary files /dev/null and
b/gnome3-libs/libunique/libunique-3.0.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (946252c85ab0096f75f381665a8f1b4663326921), Ladislav Hagara, 04/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page