Changeset c85a7c2 for gnome


Ignore:
Timestamp:
02/14/2012 06:27:08 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
79f61a7
Parents:
b82ef46
Message:

gnome-screensaver-3.2.0

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

Location:
gnome
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • gnome/add/add.xml

    rb82ef46 rc85a7c2  
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/>
    5050  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-power-manager.xml"/>
    51   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/>
    5251  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/>
    5352  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-tools.xml"/>
  • gnome/core/core.xml

    rb82ef46 rc85a7c2  
    7070  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-packagekit.xml"/>
    72 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/> -->
     72  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/>
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-session.xml"/>
    7474  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-settings-daemon.xml"/>
  • gnome/core/gnome-screensaver.xml

    rb82ef46 rc85a7c2  
    55  %general-entities;
    66
    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        "a18086bf2191795d87b7ea80b7b66daa">
    10   <!ENTITY gnome-screensaver-size          "4.6 MB">
    11   <!ENTITY gnome-screensaver-buildsize     "26 MB">
    12   <!ENTITY gnome-screensaver-time          "0.3 SBU">
     7  <!ENTITY gnome-screensaver-download-http "&gnome-download-http;/gnome-screensaver/&gnome-version;/gnome-screensaver-&gnome-screensaver-version;.tar.xz">
     8  <!ENTITY gnome-screensaver-download-ftp  "&gnome-download-ftp;/gnome-screensaver/&gnome-version;/gnome-screensaver-&gnome-screensaver-version;.tar.xz">
     9  <!ENTITY gnome-screensaver-md5sum        "53fdcff388fadbc788571724874d5ab6">
     10  <!ENTITY gnome-screensaver-size          "553 KB">
     11  <!ENTITY gnome-screensaver-buildsize     "?? MB">
     12  <!ENTITY gnome-screensaver-time          "?? SBU">
    1313]>
    1414
     
    3636    convenient user switching.</para>
    3737
    38     &lfs65_checked;
     38    <!-- &lfs65_checked; not for this version! -->
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="gnome-desktop"/> and
    66     <xref linkend="gnome-menus"/></para>
     65    <para role="required"><xref linkend="gnome-desktop"/>,
     66    <xref linkend="gnome-menus"/>, and
     67    <xref linkend="linux-pam"/></para>
    6768
    6869    <bridgehead renderas="sect4">Optional</bridgehead>
     
    103104
    104105<screen><userinput>sed -i 's|etc/pam\.d"|etc"|' data/Makefile.in &amp;&amp;
    105 ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    106             --sysconfdir=&gnome-etc-dir; \
    107             --libexecdir=$(pkg-config \
    108                 --variable=prefix ORBit-2.0)/lib/gnome-screensaver \
     106./configure --prefix=$GNOME_PREFIX \
     107            --sysconfdir=$GNOME_SYSCONFDIR \
     108            --libexecdir=$GNOME_PREFIX/lib/gnome-screensaver \
    109109            --with-pam-prefix=/etc &amp;&amp;
    110110make</userinput></screen>
     
    144144    commands:</para>
    145145
    146 <screen role='root'><userinput>GNOMEDOCDIR="$(pkg-config \
    147     --variable=prefix ORBit-2.0)/share/doc/gnome-screensaver-&gnome-screensaver-version;" &amp;&amp;
     146<screen role='root'><userinput>GNOMEDOCDIR="$GNOME_PREFIX/share/doc/gnome-screensaver-&gnome-screensaver-version;" &amp;&amp;
    148147
    149148install -v -m644 -D doc/gnome-screensaver.html \
     
    157156    user:</para>
    158157
    159 <screen role='root'><userinput>install -v -m755 -d $(pkg-config --variable=prefix \
    160         ORBit-2.0)/share/applications/screensavers/xscreensaver &amp;&amp;
     158<screen role='root'><userinput>install -v -m755 -d $GNOME_PREFIX/share/applications/screensavers/xscreensaver &amp;&amp;
    161159install -v -m644 xscreensavers/*.desktop \
    162         $(pkg-config --variable=prefix \
    163             ORBit-2.0)/share/applications/screensavers/xscreensaver</userinput></screen>
     160        $GNOME_PREFIX/share/applications/screensavers/xscreensaver</userinput></screen>
    164161
    165162  </sect2>
     
    178175    href="../../xincludes/gnome-sysconfdir.xml"/>
    179176
    180     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    181     ORBit-2.0)/lib/gnome-screensaver</parameter>: This parameter causes the
    182     libexec files to be installed in the preferred location of
    183     <filename class="directory">$GNOME_PREFIX/lib/gnome-screensaver</filename>
    184     instead of
     177    <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-screensaver</parameter>:
     178    This parameter causes the libexec files to be installed in the preferred
     179    location of <filename
     180    class="directory">$GNOME_PREFIX/lib/gnome-screensaver</filename> instead of
    185181    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    186182
     
    188184    used so that the <application>Linux-PAM</application> configuration file
    189185    for the <application>gnome-screensaver</application> application is
    190     installed in the correct location. You may omit this parameter if you
    191     don't have <application>Linux-PAM</application> installed, though it
    192     won't affect the build if you don't.</para>
     186    installed in the correct location.</para>
    193187
    194188    <para><option>--with-xscreensaverdir=$XSAVERDIR</option>: This parameter
     
    205199
    206200      <para><filename>/etc/pam.d/gnome-screensaver</filename>,
    207       <filename>&gnome-etc-dir;/gdm/custom.conf</filename></para>
     201      <filename>$GNOME_SYSCONFDIR/gdm/custom.conf</filename></para>
    208202
    209203      <indexterm zone="gnome-screensaver gnome-screensaver-config">
     
    213207      <indexterm zone="gnome-screensaver gnome-screensaver-config">
    214208        <primary sortas="etc-gnome-&gnome-version;&gnome-minor-version;gdm-custom.conf">
    215         &gnome-etc-dir;/gdm/custom.conf</primary>
     209        $GNOME_SYSCONFDIR/gdm/custom.conf</primary>
    216210      </indexterm>
    217211
     
    228222        <guimenuitem>Screensaver</guimenuitem> menu item from the
    229223        <guimenu>Desktop</guimenu>&mdash;<guisubmenu>Preferences</guisubmenu>
    230         drop-down menu. Some of the fine-tuning parameters are only available
    231         using <xref linkend="gconf-editor"/>.</para>
     224        drop-down menu.<!-- Some of the fine-tuning parameters are only available
     225        using <xref linkend="gconf-editor"/>.--></para>
    232226
    233227      </sect4>
     
    236230        <title>Linux-PAM Configuration</title>
    237231
    238         <para>If you have <application>Linux-PAM</application> installed, the
     232        <!-- FIXME:ken PAM is *required*.  I assume this config does no harm
     233        <para>If you have <application>Linux-PAM</application> installed, the-->
     234        <para>The
    239235        just-installed <filename>gnome-screensaver</filename> configuration
    240236        file does not work with a BLFS system. Replace the existing file with
Note: See TracChangeset for help on using the changeset viewer.