[Lunar-commits] r21771 - in moonbase/trunk/graphics: . gimmage
Samuel Verstraete
elangelo at lunar-linux.org
Thu Oct 12 14:09:43 UTC 2006
Author: elangelo
Date: 2006-10-12 14:09:43 +0000 (Thu, 12 Oct 2006)
New Revision: 21771
Added:
moonbase/trunk/graphics/gimmage/
moonbase/trunk/graphics/gimmage/BUILD
moonbase/trunk/graphics/gimmage/DEPENDS
moonbase/trunk/graphics/gimmage/DETAILS
Log:
small image viewer
gr,S.
Added: moonbase/trunk/graphics/gimmage/BUILD
===================================================================
--- moonbase/trunk/graphics/gimmage/BUILD (rev 0)
+++ moonbase/trunk/graphics/gimmage/BUILD 2006-10-12 14:09:43 UTC (rev 21771)
@@ -0,0 +1,6 @@
+(
+
+ sedit "s/PREFIX=\/usr\/local/PREFIX=\/usr/g" Makefile
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/graphics/gimmage/DEPENDS
===================================================================
--- moonbase/trunk/graphics/gimmage/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/gimmage/DEPENDS 2006-10-12 14:09:43 UTC (rev 21771)
@@ -0,0 +1,2 @@
+depends gtk+-2 &&
+depends gtkmm
Added: moonbase/trunk/graphics/gimmage/DETAILS
===================================================================
--- moonbase/trunk/graphics/gimmage/DETAILS (rev 0)
+++ moonbase/trunk/graphics/gimmage/DETAILS 2006-10-12 14:09:43 UTC (rev 21771)
@@ -0,0 +1,12 @@
+MODULE=gimmage
+VERSION=0.1.8
+SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL=http://download.berlios.de/$MODULE
+SOURCE_VFY=sha1:2f03b0a303d708d729568c3113d506dae0e7ef85
+ENTERED=20061012
+UPDATED=20061012
+SHORT="minimalistic image viewer"
+
+cat<<EOF
+A minimalistic but full-featured image viewer that supports command line operation.
+EOF
More information about the Lunar-commits
mailing list