[Lunar-commits] <moonbase> unique: rename the module libunique and bump the version to 1.1.6.
Florin Braescu
florin at lunar-linux.org
Sun Apr 11 09:03:36 CEST 2010
commit 4b3cea35a331cb499f8e7734c434d1a26e8ab404
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 11 10:03:36 2010 +0300
unique: rename the module libunique and bump the version to 1.1.6.
Thanks to brebs for the submission.
---
libs/libunique/DEPENDS | 1 +
libs/libunique/DETAILS | 16 ++++++++++++++++
libs/unique/DEPENDS | 1 -
libs/unique/DETAILS | 16 ----------------
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/libs/libunique/DEPENDS b/libs/libunique/DEPENDS
new file mode 100644
index 0000000..f98b7d7
--- /dev/null
+++ b/libs/libunique/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/libs/libunique/DETAILS b/libs/libunique/DETAILS
new file mode 100644
index 0000000..e794aaf
--- /dev/null
+++ b/libs/libunique/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=unique
+ VERSION=1.0.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.gnome.org/~ebassi/source/
+ SOURCE_VFY=sha1:c68d1a47e9c2326a671f054c5373d41fc296f2d6
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20080825
+ UPDATED=20100220
+ 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
+
diff --git a/libs/unique/DEPENDS b/libs/unique/DEPENDS
deleted file mode 100644
index f98b7d7..0000000
--- a/libs/unique/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gtk+-2
diff --git a/libs/unique/DETAILS b/libs/unique/DETAILS
deleted file mode 100644
index e794aaf..0000000
--- a/libs/unique/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=unique
- VERSION=1.0.6
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.gnome.org/~ebassi/source/
- SOURCE_VFY=sha1:c68d1a47e9c2326a671f054c5373d41fc296f2d6
- WEB_SITE=http://www.gnome.org
- ENTERED=20080825
- UPDATED=20100220
- 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