[Lunar-commits] <moonbase> libunique3: new module - gtk+-3 version of libunique
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon Apr 30 11:24:46 CEST 2012
commit e0d01c7e9f903eee54e591e6a470d01e925f20cc
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Sun Apr 29 18:18:47 2012 +0200
libunique3: new module - gtk+-3 version of libunique
---
libs/libunique3/DEPENDS | 3 +++
libs/libunique3/DETAILS | 17 +++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/libs/libunique3/DEPENDS b/libs/libunique3/DEPENDS
new file mode 100644
index 0000000..6f5c1df
--- /dev/null
+++ b/libs/libunique3/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-3
+
+optional_depends gobject-introspection "" "--enable-introspection=no" "for introspection"
diff --git a/libs/libunique3/DETAILS b/libs/libunique3/DETAILS
new file mode 100644
index 0000000..44883d6
--- /dev/null
+++ b/libs/libunique3/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libunique3
+ VERSION=3.0.2
+ SOURCE=${MODULE%3}-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/${MODULE%3}/${VERSION%.*}/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%3}-$VERSION
+ SOURCE_VFY=sha1:e0d0db598159ed5bad53ad5f9e4469c2d458267c
+ WEB_SITE=http://live.gnome.org/LibUnique
+ ENTERED=20080825
+ UPDATED=20120429
+ SHORT="library for 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.
+EOF
+
More information about the Lunar-commits
mailing list