[Lunar-commits] r19174 - moonbase/trunk/x11-apps/rss-glx

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Mar 9 07:27:57 UTC 2006


Author: v3rt1g0
Date: 2006-03-09 07:27:57 +0000 (Thu, 09 Mar 2006)
New Revision: 19174

Modified:
   moonbase/trunk/x11-apps/rss-glx/BUILD
   moonbase/trunk/x11-apps/rss-glx/DEPENDS
   moonbase/trunk/x11-apps/rss-glx/POST_INSTALL
Log:
  Misc Tidy: rss-glx (0.8.1)

  * install the handy-dandy install script for user's to set up their
    .xscreensaver file without manual editing
  * other misc tidy changes


Modified: moonbase/trunk/x11-apps/rss-glx/BUILD
===================================================================
--- moonbase/trunk/x11-apps/rss-glx/BUILD	2006-03-08 23:19:45 UTC (rev 19173)
+++ moonbase/trunk/x11-apps/rss-glx/BUILD	2006-03-09 07:27:57 UTC (rev 19174)
@@ -9,5 +9,7 @@
   rm -f /cyclone.desktop /fieldlines.desktop /flocks.desktop /flux.desktop \
         /helios.desktop /plasma.desktop /skyrocket.desktop /solarwinds.desktop \
         /hyperspace.desktop	
-  
+
+  install -m0755 utils/rss-glx_install.pl $MODULE_PREFIX/bin/
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-apps/rss-glx/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/rss-glx/DEPENDS	2006-03-08 23:19:45 UTC (rev 19173)
+++ moonbase/trunk/x11-apps/rss-glx/DEPENDS	2006-03-09 07:27:57 UTC (rev 19174)
@@ -1,7 +1,5 @@
-depends %XSCREENSAVER  &&
-depends ImageMagick    &&
+depends  %XSCREENSAVER  &&
+depends  ImageMagick    &&
 
-optional_depends "openal-cvs"      \
-                 "--enable-sound"  \
-                 "--disable-sound" \
-                 "for sound support in some hacks"
+optional_depends  "openal-cvs"  "--enable-sound"  "--disable-sound"  \
+                  "for sound support in some hacks"

Modified: moonbase/trunk/x11-apps/rss-glx/POST_INSTALL
===================================================================
--- moonbase/trunk/x11-apps/rss-glx/POST_INSTALL	2006-03-08 23:19:45 UTC (rev 19173)
+++ moonbase/trunk/x11-apps/rss-glx/POST_INSTALL	2006-03-09 07:27:57 UTC (rev 19174)
@@ -1,26 +1,4 @@
-message "${MESSAGE_COLOR}To use the new screensavers in \
-xscreensaver, add the following 
-lines the systemwide \
-${FILE_COLOR}/etc/X11/app-defaults/XScreenSaver${MESSAGE_COLOR} file
-(in the \"*programs:\\\" section) and/or to your \
-${FILE_COLOR}.xscreensaver${MESSAGE_COLOR} file.
-
-GL:          \"BioF\"  biof --root        \\\n\\
-GL:   \"BusySpheres\"  busyspheres --root \\\n\\
-GL:     \"Colorfire\"  colorfire --root   \\\n\\
-GL:       \"Cyclone\"  cyclone --root     \\\n\\
-GL:      \"Euphoria\"  euphoria --root    \\\n\\
-GL:    \"Fieldlines\"  fieldlines --root  \\\n\\
-GL:        \"Flocks\"  flocks --root      \\\n\\
-GL:          \"Flux\"  flux --root        \\\n\\
-GL:        \"Helios\"  helios --root      \\\n\\
-GL:   \"Hufos Smoke\"  hufo_smoke --root  \\\n\\
-GL:  \"Hufos Tunnel\"  hufo_tunnel --root \\\n\\
-GL:       \"Lattice\"  lattice --root     \\\n\\
-GL:    \"MatrixView\"  matrixview --root  \\\n\\
-GL:        \"Plasma\"  plasma --root      \\\n\\
-GL:     \"Skyrocket\"  skyrocket --root   \\\n\\
-GL:    \"Solarwinds\"  solarwinds --root  \\\n\\
-GL:   \"Spirographx\"  spirographx --root \\\n\\
-GL:    \"Sundancer2\"  sundancer2 --root  \\\n\\
-${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR}To use the screensavers in xscreensaver, each \
+user needs to run \nthe ${FILE_COLOR}rss-glx_install.pl${MESSAGE_COLOR} \
+script which will modify their ${FILE_COLOR}.xscreensaver${MESSAGE_COLOR} \
+\nfile to include the new/updated screensavers.${DEFAULT_COLOR}"



More information about the Lunar-commits mailing list