Ignore:
Timestamp:
01/07/2010 11:58:00 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6860518
Parents:
7ff76531
Message:

Updated to gnome-screensaver-2.28.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-screensaver.xml

    r7ff76531 r0498a0c6  
    55  %general-entities;
    66
    7   <!ENTITY gnome-screensaver-download-http "&gnome-download-http;/gnome-screensaver/&gnome-old-version;/gnome-screensaver-&gnome-screensaver-version;.tar.bz2">
    8   <!ENTITY gnome-screensaver-download-ftp  "&gnome-download-ftp;/gnome-screensaver/&gnome-old-version;/gnome-screensaver-&gnome-screensaver-version;.tar.bz2">
    9   <!ENTITY gnome-screensaver-md5sum        "b5931e1f39c62acee0df1fcf016ddc39">
    10   <!ENTITY gnome-screensaver-size          "2.0 MB">
    11   <!ENTITY gnome-screensaver-buildsize     "21 MB">
     7  <!ENTITY gnome-screensaver-download-http "&gnome-download-http;/gnome-screensaver/&gnome-version;/gnome-screensaver-&gnome-screensaver-version;.tar.bz2">
     8  <!ENTITY gnome-screensaver-download-ftp  "&gnome-download-ftp;/gnome-screensaver/&gnome-version;/gnome-screensaver-&gnome-screensaver-version;.tar.bz2">
     9  <!ENTITY gnome-screensaver-md5sum        "b37d4a210cac22a7312f9736f0c4356f">
     10  <!ENTITY gnome-screensaver-size          "4.6 MB">
     11  <!ENTITY gnome-screensaver-buildsize     "25 MB">
    1212  <!ENTITY gnome-screensaver-time          "0.3 SBU">
    1313]>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libgnomeui"/> and
     63    <para role="required"><xref linkend="gnome-desktop"/> and
    6464    <xref linkend="gnome-menus"/></para>
    6565
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="intltool"/>,
    68     <xref linkend="libexif"/>,
    69     <xref linkend="linux-pam"/>,
    70     <xref linkend="libgnomekbd"/>,
     67    <para role="optional"><xref linkend="libgnomekbd"/>,
     68    <xref linkend="libnotify"/>,
    7169    <xref linkend="xscreensaver"/>
    7270    (and <xref linkend="libxslt"/>),
    73     <xref linkend="gdm"/>, and
     71    <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>, and
    7472    <xref linkend="xmlto"/></para>
    7573
     
    8583      <para><emphasis>Optional Features</emphasis></para>
    8684
    87       <para><emphasis role='strong'>1.</emphasis> If you have
    88       <application>XScreenSaver</application> installed and wish to import any
    89       or all of the <quote>hacks</quote> into
     85      <para>If you have <application>XScreenSaver</application> installed and
     86      wish to import any or all of the <quote>hacks</quote> into
    9087      <application>gnome-screensaver</application> themes, set the following
    9188      environment variable (modify it if <application>XScreenSaver</application>
     
    9895
    9996<screen><userinput>            --with-xscreensaverdir=$XSAVERDIR</userinput></screen>
    100 
    101     <para><emphasis role='strong'>2.</emphasis> If you have
    102     <application>GDM</application> installed and wish to provide user-switching
    103     from the <application>gnome-screensaver</application> unlock-screen dialog
    104     box, add the following parameter to the <command>configure</command> script
    105     below:</para>
    106 
    107 <screen><userinput>            --with-gdm-config=&gnome-etc-dir;/gdm/custom.conf</userinput></screen>
    10897    </note>
    10998
     
    147136    <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
    148137
    149 <screen role='root'><userinput>make install &amp;&amp;
    150 
    151 GNOMEDOCDIR="$(pkg-config \
     138<screen role='root'><userinput>make install</userinput></screen>
     139
     140    <para>If you have <application>xmlto</application> installed, still as the
     141    <systemitem class='username'>root</systemitem> user issuing the following
     142    commands:</para>
     143
     144<screen role='root'><userinput>GNOMEDOCDIR="$(pkg-config \
    152145    --variable=prefix ORBit-2.0)/share/doc/gnome-screensaver-&gnome-screensaver-version;" &amp;&amp;
    153146
     
    196189    don't have <application>Linux-PAM</application> installed, though it
    197190    won't affect the build if you don't.</para>
     191
     192    <para><option>--with-xscreensaverdir=$XSAVERDIR</option>: This parameter
     193    will use the xscreensaver hack configs found in
     194    <envar>$XSAVERDIR</envar>.</para>
    198195
    199196  </sect2>
     
    256253      </sect4>
    257254
    258       <sect4>
    259         <title>User-Switching Configuration</title>
    260 
    261         <para>If you have <application>GDM</application> installed and you
    262         passed the <option>--with-gdm-config=</option> option to the
    263         <command>configure</command> script, the screen-unlocking dialog box
    264         will contain an option to <quote>Switch Users</quote>. This user
    265         switching option uses the same configuration as
    266         <application>GDM</application> to determine what users are displayed
    267         in this dialog. You can use the <application>GDM</application>
    268         configuration option from the GDM login screen, or you can directly
    269         edit the <filename>&gnome-etc-dir;/gdm/custom.conf</filename> file to
    270         modify the settings. </para>
    271 
    272       </sect4>
    273 
    274255    </sect3>
    275256
     
    288269        gnome-screensaver-preferences</seg>
    289270        <seg>None</seg>
    290         <seg><envar>$GNOME_PREFIX</envar>/share/{doc/gnome-screensaver-&gnome-screensaver-version;,
    291         gnome-screensaver, pixmaps/backgrounds/cosmos}</seg>
     271        <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-screensaver/gnome-screensaver,
     272        share/{applications/screensavers,backgrounds/cosmos,gnome-screensaver,
     273        doc/gnome-screensaver-&gnome-screensaver-version;}}</seg>
    292274      </seglistitem>
    293275    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.