From 2057015b2fad74bebfb2a8b372acad44b064a54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 14 Sep 2005 15:14:52 +0000 Subject: [PATCH] added a README file to screensaver kit package git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14185 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/screensaver/Jamfile | 3 +++ src/kits/screensaver/README | 49 ++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/kits/screensaver/README diff --git a/src/kits/screensaver/Jamfile b/src/kits/screensaver/Jamfile index fc40f4ca8b..3a7bc3da8e 100644 --- a/src/kits/screensaver/Jamfile +++ b/src/kits/screensaver/Jamfile @@ -18,3 +18,6 @@ RelSymLink libscreensaver.so : libscreensaver.so ; Package haiku-screensaverkit-cvs : libscreensaver.so : boot home config lib ; + +Packages haiku-screensaverkit-cvs : + README ; diff --git a/src/kits/screensaver/README b/src/kits/screensaver/README new file mode 100644 index 0000000000..752f5df4a1 --- /dev/null +++ b/src/kits/screensaver/README @@ -0,0 +1,49 @@ +Haiku ScreenSaver Kit Replacement v1.0.0 + +ABOUT: + +This is a drop-in replacement for the BeOS ScreenSaver Kit that comes with +BeOS. The package contains the following files: + + README + The file you are reading. + + LICENSE + Conditions for using/distributing this package. + + screen_blanker + This is the new screen_blanker. It will be installed in + /boot/home/config/bin/ + + ScreenSaver preferences app + This is the new preferences app. It will be installed in + /boot/home/Desktop/haiku-screensaverkit + + screen_saver + This is the new input filter addon. It will be installed in + /boot/home/config/add-ons/input_server/filters/ + + libscreensaver.so + This is the new library. It will be installed in + /boot/home/config/lib/ + + Haiku + This is a ScreenSaver addon we wrote for fun. It will be installed in + /boot/home/config/add-ons/Screen Savers/ + +REQUIREMENTS: BeOS R5 - R5.0.3 for Intel + +INSTALLATION: + +Installation is through a zip file. Just unzip the +file somewhere and double click the install.sh icon. + +File bug reports at (category ScreenSaver Kit) +http://www.haiku-os.org/bugzilla + +TODO: + +This is a partial list of what we intend to implement. Suggestions are welcome: + + - More... +