[csw-devel] SF.net SVN: gar:[7837] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Sun Jan 3 00:51:10 CET 2010
Revision: 7837
http://gar.svn.sourceforge.net/gar/?rev=7837&view=rev
Author: hson
Date: 2010-01-02 23:51:10 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
libunique: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libunique/
csw/mgar/pkg/libunique/Makefile
csw/mgar/pkg/libunique/branches/
csw/mgar/pkg/libunique/tags/
csw/mgar/pkg/libunique/trunk/
csw/mgar/pkg/libunique/trunk/Makefile
csw/mgar/pkg/libunique/trunk/checksums
csw/mgar/pkg/libunique/trunk/files/
Added: csw/mgar/pkg/libunique/Makefile
===================================================================
--- csw/mgar/pkg/libunique/Makefile (rev 0)
+++ csw/mgar/pkg/libunique/Makefile 2010-01-02 23:51:10 UTC (rev 7837)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/libunique/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libunique/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libunique/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libunique/trunk/Makefile 2010-01-02 23:51:10 UTC (rev 7837)
@@ -0,0 +1,60 @@
+GARNAME = libunique
+GARVERSION = 1.1.6
+CATEGORIES = gnome
+
+DESCRIPTION = Library for writing single instance application
+define BLURB
+ 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.
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTNAME = $(GARNAME)-$(GARVERSION)
+
+PACKAGES = CSWlibunique CSWlibuniquedevel CSWlibuniquedoc
+CATALOGNAME_CSWlibunique = libunique
+CATALOGNAME_CSWlibuniquedevel = libunique_devel
+CATALOGNAME_CSWlibuniquedoc = libunique_doc
+
+SPKG_DESC_CSWlibunique += Library for writing single instance application
+SPKG_DESC_CSWlibuniquedevel += Library for writing single instance application - developer package
+SPKG_DESC_CSWlibuniquedoc += Library for writing single instance application - documentation
+
+REQUIRED_PKGS_CSWlibunique += CSWfconfig CSWftype2 CSWggettextrt CSWglib2
+REQUIRED_PKGS_CSWlibunique += CSWgtk2 CSWlibatk CSWlibcairo CSWlibx11 CSWpango
+REQUIRED_PKGS_CSWlibuniquedevel += CSWlibunique
+REQUIRED_PKGS_CSWlibuniquedoc += CSWlibunique
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL = http://live.gnome.org/LibUnique
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+#NO_ISAEXEC = 1
+#NOISALIST = 1
+#BUILD64 = 1
+
+PKGFILES_CSWlibuniquedevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWlibuniquedoc = $(sharedstatedir)/gtk-doc/.*
+
+ARCHALL_CSWlibuniquedoc = 1
+
+LIBS = -lsocket -lnsl
+export LIBS
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
Added: csw/mgar/pkg/libunique/trunk/checksums
===================================================================
--- csw/mgar/pkg/libunique/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libunique/trunk/checksums 2010-01-02 23:51:10 UTC (rev 7837)
@@ -0,0 +1 @@
+7955769ef31f1bc4f83446dbb3625e6d libunique-1.1.6.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list