Changeset 7d9348e


Ignore:
Timestamp:
11/21/2004 07:23:46 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c94066d
Parents:
10f89cee
Message:

Applied a bunch of fixes to XScreenSaver, contributed by Randy.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2991 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    r10f89cee r7d9348e  
    1010  <!ENTITY xscreensaver-size          "4.2 MB">
    1111  <!ENTITY xscreensaver-buildsize     "90 MB">
    12   <!ENTITY xscreensaver-time          " ">
     12  <!ENTITY xscreensaver-time          "0.97 SBU">
    1313]>
    1414
     
    6060<ulink url="http://linas.org/gle/">GLE</ulink>,
    6161<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
    62 <ulink url="http://www.redellipse.net/code/fortune">fortune-mod</ulink>
     62<ulink url="http://www.ibiblio.org/pub/Linux/games/amusements/fortune/fortune-mod-9708.tar.gz">fortune-mod</ulink>
    6363(requires <ulink
    6464url="ftp://ftp.gnu.org/pub/gnu/recode/recode-3.6.tar.gz">recode</ulink>),
     
    7878<title>Installation of <application>XScreenSaver</application></title>
    7979
     80<para><application>XScreenSaver</application> makes some poor choices
     81where to put all the files if GNOME is installed. To get around this
     82run the following command and see an optional configure switch
     83described later below.</para>
     84
     85<screen><userinput><command>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</command></userinput></screen>
     86
    8087<para>Install <application>XScreenSaver</application> by running the following
    8188commands:</para>
     
    94101needed in order to ping other hosts.   
    95102</para>
     103
     104<para><option>--with-configdir=/usr/lib/xscreensaver/config</option>:
     105If GNOME is installed, you can use this switch to put the
     106configuration files in a single directory rather than spreading them
     107all over the disk.</para>
    96108   
    97109</sect2>
  • introduction/welcome/changelog.xml

    r10f89cee r7d9348e  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 21st, 2004 [igor]: Applied a bunch of fixes to
     26XScreenSaver, contributed by Randy.</para></listitem>
    2427
    2528<listitem><para>November 21st, 2004 [igor]: NTP: removed setclock
Note: See TracChangeset for help on using the changeset viewer.