[csw-devel] SF.net SVN: gar:[11842] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 01:36:19 CET 2010


Revision: 11842
          http://gar.svn.sourceforge.net/gar/?rev=11842&view=rev
Author:   skayser
Date:     2010-12-09 00:36:18 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
gpicview: initial commit

Added Paths:
-----------
    csw/mgar/pkg/gpicview/
    csw/mgar/pkg/gpicview/branches/
    csw/mgar/pkg/gpicview/tags/
    csw/mgar/pkg/gpicview/trunk/
    csw/mgar/pkg/gpicview/trunk/Makefile
    csw/mgar/pkg/gpicview/trunk/checksums
    csw/mgar/pkg/gpicview/trunk/files/
    csw/mgar/pkg/gpicview/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/gpicview/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/gpicview/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gpicview/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gpicview/trunk/Makefile	2010-12-09 00:36:18 UTC (rev 11842)
@@ -0,0 +1,31 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+NAME = gpicview
+VERSION = 0.2.1
+CATEGORIES = utils
+
+DESCRIPTION = A Simple and Fast Image Viewer for X
+define BLURB
+endef
+
+VENDOR_URL   = http://lxde.sourceforge.net/gpicview/
+MASTER_SITES = $(SF_MIRRORS)
+SF_PROJ      = lxde
+DISTFILES    = $(NAME)-$(VERSION).tar.gz
+
+# No test suite available
+TEST_SCRIPTS =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+EXTRA_LDFLAGS  = -lm -lX11
+
+include gar/category.mk
+
+# Requires GNU gettext in PATH
+PATH := $(prefix)/gnu:$(PATH)
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/gpicview/trunk/checksums
===================================================================
--- csw/mgar/pkg/gpicview/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gpicview/trunk/checksums	2010-12-09 00:36:18 UTC (rev 11842)
@@ -0,0 +1 @@
+a2de255bf9bdc40746c0dc89b3454a10  download/gpicview-0.2.1.tar.gz

Added: csw/mgar/pkg/gpicview/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/gpicview/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/gpicview/trunk/files/changelog.CSW	2010-12-09 00:36:18 UTC (rev 11842)
@@ -0,0 +1,5 @@
+gpicview (0.2.1,REV=2010.12.09)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu,  9 Dec 2010 01:35:50 +0100


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