Added missing destdir to Makefile.am and fix description in attraction.xml.

This commit is contained in:
Kwok-Koon Cheung 2001-08-18 20:48:25 +00:00
parent f9da6580bf
commit 7c531bc29e
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2001-08-19 Abel Cheung <maddog@linux.org.hk>
* screensavers/Makefile.am: Added missing DESTDIR to install-data-local
* screensavers/attraction.xml: Fix of description (even the original
xscreensaver description needs fixing)
2001-08-10 Richard Hestilow <hestilow@ximian.com>
* capplet/prefs-widget.c (random_timeout_cb): Fix for

View file

@ -154,4 +154,4 @@ EXTRA_DIST = $(Screensavers) README $(pixmaps_DATA)
ADFILE = $(XSCREENSAVER_PREFIX)/lib/X11/app-defaults/XScreenSaver
install-data-local:
@PERL@ magic.pl --adfile $(ADFILE) --merge $(GNOMECC_SCREENSAVERS_DIR)
@PERL@ magic.pl --adfile $(ADFILE) --merge $(DESTDIR)$(GNOMECC_SCREENSAVERS_DIR)

View file

@ -36,7 +36,7 @@
<number id="color_contrast" _label="Color Contrast"
_low-label="Low" _high-label="High" type="slider"
low="0" high="25" default="3" arg="-color-shift %"/>
<_description>Like qix, this uses a simple simple motion model to generate many different display modes. The control points attract each other up to a certain distance, and then begin to repel each other. The attraction/repulsion is proportional to the distance between any two particles, similar to the strong and weak nuclear forces.
<_description>Like qix, this uses a simple motion model to generate many different display modes. The control points attract each other up to a certain distance, and then begin to repel each other. The attraction/repulsion is proportional to the distance between any two particles, similar to the strong and weak nuclear forces.
One of the most interesting ways to watch this hack is simply as bouncing balls, because their motions and interactions with each other are so odd. Sometimes two balls will get into a tight orbit around each other, to be interrupted later by a third, or by the edge of the screen. It looks quite chaotic.
@ -45,4 +45,4 @@ Written by Jamie Zawinski, based on Lisp code by John Pezaris.</_description>
<fake name="Attraction (poly)"/>
<fake name="Attraction (splines)"/>
<fake name="Attraction (orbital)"/>
</screensaver>
</screensaver>