[Lunar-commits] <moonbase-other> libunique-3: Adding to moonbase, does not conflict with libunique.

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 22 21:14:28 CEST 2014


commit c9cd7b9f094180a511b281f7d0ecd7c358e97323
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 15:14:08 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/c9cd7b9f094180a511b281f7d0ecd7c358e97323

libunique-3: Adding to moonbase, does not conflict with libunique.
---
  libs/libunique-3/BUILD   | +4/-0     
  libs/libunique-3/DEPENDS | +3/-0     
  libs/libunique-3/DETAILS | +17/-0    
  3 files changed, 24 insertions(+)

--- /dev/null
+++ b/libs/libunique-3/BUILD
@@ -0,0 +1,4 @@
+
+  OPTS+=" --disable-dbus --disable-maintainer-flags --disable-static"
+
+  default_build
--- /dev/null
+++ b/libs/libunique-3/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-2
+
+optional_depends gobject-introspection "" "--enable-introspection=no" "for introspection"
--- /dev/null
+++ b/libs/libunique-3/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=libunique-3
+         VERSION=0.2
+          SOURCE=$MODULE.$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/${MODULE%-*}/3.0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
+      SOURCE_VFY=sha1:e0d0db598159ed5bad53ad5f9e4469c2d458267c
+        WEB_SITE=http://live.gnome.org/LibUnique
+         ENTERED=20080825
+         UPDATED=20140921
+           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