Changeset 63310fe


Ignore:
Timestamp:
04/01/2012 10:10:48 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:
a0204a04
Parents:
22cfe82
Message:

Tags and fixes for gnome-screensaver and gdm.

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

Location:
gnome/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gdm.xml

    r22cfe82 r63310fe  
    99  <!ENTITY gdm-md5sum        "df3f38061066f5e0816676b4eef7854a">
    1010  <!ENTITY gdm-size          "1.6 MB">
    11   <!ENTITY gdm-buildsize     "?? MB">
    12   <!ENTITY gdm-time          "?? SBU">
     11  <!ENTITY gdm-buildsize     "59 MB">
     12  <!ENTITY gdm-time          "0.7 SBU">
    1313]>
    1414
     
    3434    useful for allowing configurable graphical logins.</para>
    3535
    36     <!-- &lfs67_checked; not for this version! -->
     36    &lfs70_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
    83     <ulink url="http://check.sourceforge.net/">Check</ulink>,
     83    <xref linkend='check'/> (required to run the testsuite),
    8484    <xref linkend="upower"/>,
    8585    <xref linkend="libxklavier"/>, and
     
    111111            --libexecdir=$GNOME_PREFIX/lib/gdm \
    112112            --localstatedir=/var \
    113             --with-pam-prefix=/etc &amp;&amp;
     113            --with-pam-prefix=/etc \
     114            --enable-static=no &amp;&amp;
    114115make</userinput></screen>
    115116
    116     <para>This package does not come with a test suite.</para>
     117    <para>If you have installed <xref linkend="check"/> and you wish to run
     118    the testsuite, issue: <command>make check</command>.</para>
    117119
    118120    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    119121
    120122<screen role='root'><userinput>make install &amp;&amp;
     123<!-- fixed by assumption
    121124ln -fsv $GNOME_PREFIX/lib/gnome-settings-daemon-2.0/gnome-settings-daemon \
     125        $GNOME_PREFIX/lib/gdm &amp;&amp;-->
     126ln -fsv $GNOME_PREFIX/lib/gnome-settings-daemon/gnome-settings-daemon \
    122127        $GNOME_PREFIX/lib/gdm &amp;&amp;
    123128ln -fsv /usr/lib/ConsoleKit/ck-get-x11-display-device \
     
    152157    <filename class="directory">/etc/pam.d</filename> instead of
    153158    <filename class="directory">$GNOME_SYSCONFDIR</filename>.</para>
     159
     160    <para><parameter>--enable-static=no</parameter>: This switch prevents the static
     161    libraries being installed.</para>
    154162
    155163  </sect2>
     
    321329        gdm-simple-chooser, gdm-simple-greeter, gdm-simple-slave,
    322330        gdm-user-switch-applet, gdm-xdmcp-chooser-slave, gdm, and gdm-binary</seg>
    323         <seg>None</seg>
    324         <seg>$GNOME_SYSCONFDIR/gdm/{Init,PostLogin,PostSession,PreSession},
     331        <seg>libfingerprint.so, libpassword.so, libsmartcard.so</seg>
     332        <seg>$GNOME_SYSCONFDIR/{dbus-1/system.d.gdm/{Init,PostLogin,PostSession,PreSession}},
    325333        <envar>$GNOME_PREFIX</envar>/{lib/gdm,share/{gnome/help/gdm/*,omf/gdm,
    326334        pixmaps/faces}},
  • gnome/core/gnome-screensaver.xml

    r22cfe82 r63310fe  
    99  <!ENTITY gnome-screensaver-md5sum        "53fdcff388fadbc788571724874d5ab6">
    1010  <!ENTITY gnome-screensaver-size          "553 KB">
    11   <!ENTITY gnome-screensaver-buildsize     "?? MB">
    12   <!ENTITY gnome-screensaver-time          "?? SBU">
     11  <!ENTITY gnome-screensaver-buildsize     "13 MB">
     12  <!ENTITY gnome-screensaver-time          "0.2 SBU">
    1313]>
    1414
     
    3636    convenient user switching.</para>
    3737
    38     <!-- &lfs65_checked; not for this version! -->
     38    &lfs70_built;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    7070    <para role="optional"><xref linkend="libgnomekbd"/>,
    71     <xref linkend="libnotify"/>,
    72     <xref linkend="xscreensaver"/>
    73     (and <xref linkend="libxslt"/>),
    74     <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>, and
    75     <xref linkend="xmlto"/></para>
     71    <xref linkend="libnotify"/>, and
     72    <!--<xref linkend="xscreensaver"/>
     73    (and <xref linkend="libxslt"/>),-->
     74    <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>
     75    <!--<xref linkend="xmlto"/>--></para>
    7676
    7777    <para condition="html" role="usernotes">User Notes:
     
    8383    <title>Installation of gnome-screensaver</title>
    8484
     85    <!-- for 3.2, the script to import the hacks is not present
    8586    <note>
    8687      <para><emphasis>Optional Features</emphasis></para>
     
    9798    script below:</para>
    9899
    99 <screen><userinput>            --with-xscreensaverdir=$XSAVERDIR</userinput></screen>
    100     </note>
     100<screen><userinput>            \-\-with-xscreensaverdir=$XSAVERDIR</userinput></screen>
     101    </note> -->
    101102
    102103    <para>Install <application>gnome-screensaver</application> by running the
     
    110111make</userinput></screen>
    111112
     113    <!--
    112114    <para>If you have <application>XScreenSaver</application> installed and
    113115    wish to import any or all of the <quote>hacks</quote> into
     
    132134unset SAVERLIST
    133135
    134 cd ..</userinput></screen>
     136cd ..</userinput></screen> -->
    135137
    136138    <para>This package does not come with a test suite.</para>
     
    140142<screen role='root'><userinput>make install</userinput></screen>
    141143
     144     <!-- in 3.2, gnome-screensaver.html is commented out in the doc/Makefile
    142145    <para>If you have <application>xmlto</application> installed, still as the
    143146    <systemitem class='username'>root</systemitem> user issuing the following
     
    148151install -v -m644 -D doc/gnome-screensaver.html \
    149152                    ${GNOMEDOCDIR}/gnome-screensaver.html &amp;&amp;
    150 unset GNOMEDOCDIR</userinput></screen>
    151 
     153unset GNOMEDOCDIR</userinput></screen>-->
     154
     155    <!--
    152156    <para>If you identified some, or all,
    153157    <application>XScreenSaver</application> hacks to be imported into
     
    158162<screen role='root'><userinput>install -v -m755 -d $GNOME_PREFIX/share/applications/screensavers/xscreensaver &amp;&amp;
    159163install -v -m644 xscreensavers/*.desktop \
    160         $GNOME_PREFIX/share/applications/screensavers/xscreensaver</userinput></screen>
     164        $GNOME_PREFIX/share/applications/screensavers/xscreensaver</userinput></screen>-->
    161165
    162166  </sect2>
     
    186190    installed in the correct location.</para>
    187191
    188     <para><option>--with-xscreensaverdir=$XSAVERDIR</option>: This parameter
     192<!--<para><option>\-\-with-xscreensaverdir=$XSAVERDIR</option>: This parameter
    189193    will use the xscreensaver hack configs found in
    190     <envar>$XSAVERDIR</envar>.</para>
     194    <envar>$XSAVERDIR</envar>.</para>-->
    191195
    192196  </sect2>
     
    230234        <title>Linux-PAM Configuration</title>
    231235
    232         <!-- FIXME:ken PAM is *required*.  I assume this config does no harm
    233         <para>If you have <application>Linux-PAM</application> installed, the-->
    234236        <para>The
    235237        just-installed <filename>gnome-screensaver</filename> configuration
     
    265267      <seglistitem>
    266268        <seg>gnome-screensaver, gnome-screensaver-command,
    267         gnome-screensaver-preferences, gnome-screensaver-dialog,
    268         gnome-screensaver-gl-helper, floaters, popsquares, and slideshow</seg>
     269        gnome-screensaver-dialog</seg>
    269270        <seg>None</seg>
    270         <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-screensaver/gnome-screensaver,
    271         share/{applications/screensavers,backgrounds/cosmos,
    272         gnome-screensaver}}</seg>
     271        <seg>None</seg>
    273272      </seglistitem>
    274273    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.