summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/libunique/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs/libunique/DETAILS')
-rwxr-xr-xgnome3-libs/libunique/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome3-libs/libunique/DETAILS b/gnome3-libs/libunique/DETAILS
new file mode 100755
index 0000000000..e7241ad5ac
--- /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