Commit Graph

12 Commits

Author SHA1 Message Date
aanriot
8e2dea579c update to 4.22.
ok marcm@
2005-09-04 19:53:33 +00:00
marcm
bd83817373 Update to 4.21, it works better with Gnome 2.10. Also default to gtk2 and
remove gtk1 support entirely as it makes the port a lot simpler :).
2005-06-03 05:38:32 +00:00
naddy
2c349190c4 don't rely on inter-library dependency; maintainer timeout 2004-10-05 14:15:22 +00:00
marcm
c511db5cc0 Update to 4.16. More screensaver hacks... same autoconf hacks. 2004-06-24 16:23:37 +00:00
marcm
5eb6d74abc Update to 4.06, mostly a bug fix release.
Add support for a gtk2 flavor.
2003-02-18 19:10:33 +00:00
lebel
d29d0e4598 xscreensaver will "autodetect" gtk+1 or gtk+2 libs. This patch forces
the use of gtk+1 libs even when gtk+2 libs are present.  A FLAVOR for
gtk+2 is pending, and eventually gtk+2 will replace gtk+ as the preferred
toolkit for xscreensaver.

Bump package version.  Marc Matteo <marcm@lectroid.net> is taking over
maintainership.
2002-08-27 02:46:17 +00:00
lebel
ca76eb0ec8 update x11/xscreensaver to 4.05 2002-06-26 02:36:03 +00:00
lebel
cd459cfe83 oups, forgot those two patches 2002-03-27 01:28:58 +00:00
lebel
f9eab828bb - do a better job for deco and rename everything from deco to xdeco.
- re-arrange the dependencies and make sure everything is accounted for.
- remove the depreciated motif FLAVOR and default to gtk.
brad@ found issues with deco and agreed with the rest of the modifications.
2002-03-27 01:28:27 +00:00
lebel
37bd7e787b update xscreensaver to 4.00. 2002-01-26 23:59:49 +00:00
lebel
29e5afa52c update x11/xscreensaver to 3.34 2001-11-21 19:35:44 +00:00
lebel
abe14b2928 The xscreensaver program waits until the keyboard and mouse have
been idle for a period, and then runs a graphics demo chosen at
random. It turns off as soon as there is any mouse or keyboard
activity. It can also lock the screen (immediately, after a longer
idle period, or on demand.) xscreensaver consists of two parts:
xscreensaver itself, the (the ``driver'' or ``daemon''), which
detects idleness and does locking; and the many graphics demos that
are launched by xscreensaver.
 
Any X program that can draw on the root window can be used with
xscreensaver, regardless of how that program is written, or what
language it is written in, or what libraries it uses. The xscreensaver
daemon takes care of detecting when the user is idle, locking, and
checking passwords and all the other book-keeping; all the other
programs need to do is draw.
 
The benefit that xscreensaver has over the combination of the xlock
and xautolock programs is the ease with which new graphics hacks
can be installed.  You don't need to recompile (or even re-run) the
xscreensaver program to add a new display mode, you just change a
config file.
 
WWW: http://www.jwz.org/xscreensaver/
2001-06-20 19:16:45 +00:00