[Lunar-commits] r22153 - in moonbase/trunk: libs libs/libstroke science/geda-gschem
Dennis Veatch
stumbles at lunar-linux.org
Sun Nov 12 15:03:56 CET 2006
Author: stumbles
Date: 2006-11-12 15:03:55 +0100 (Sun, 12 Nov 2006)
New Revision: 22153
Added:
moonbase/trunk/libs/libstroke/
moonbase/trunk/libs/libstroke/DETAILS
Modified:
moonbase/trunk/science/geda-gschem/DEPENDS
Log:
Initial import of libstroke to use mouse movements as
commands. An optional depends for geda-gschem.
libstroke does depend on gtk+. Debated with myself to add
that but suspect most or nearly all users would have that
installed by the time they get X and a desktop going. If
it proves to be an issue I will add it.
Added: moonbase/trunk/libs/libstroke/DETAILS
===================================================================
--- moonbase/trunk/libs/libstroke/DETAILS (rev 0)
+++ moonbase/trunk/libs/libstroke/DETAILS 2006-11-12 14:03:55 UTC (rev 22153)
@@ -0,0 +1,15 @@
+ MODULE=libstroke
+ VERSION=0.5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.etla.net/$MODULE/
+ SOURCE_VFY=sha1:48bd2b98faa8681ccd97eda7a09442845dbf1b7b
+ WEB_SITE=http://www.etla.net/$MODULE/
+ ENTERED=20061112
+ UPDATED=20061112
+ SHORT="stroke translation library"
+
+cat << EOF
+LibStroke is a stroke translation library. Strokes are motions of the
+mouse that can be interpreted by a program as a command. Strokes are
+used extensively in CAD programs.
+EOF
Modified: moonbase/trunk/science/geda-gschem/DEPENDS
===================================================================
--- moonbase/trunk/science/geda-gschem/DEPENDS 2006-11-11 03:15:57 UTC (rev 22152)
+++ moonbase/trunk/science/geda-gschem/DEPENDS 2006-11-12 14:03:55 UTC (rev 22153)
@@ -1,2 +1,4 @@
depends geda-symbols &&
-depends indent
+depends indent &&
+
+optional_depends "libstroke" "" "" "interpret mouse motions as commands"
More information about the Lunar-commits
mailing list