Ignore:
Timestamp:
04/25/2012 10:13:03 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
87679b2
Parents:
9fadf58
Message:

gnome-control-center 3.4.1, gnome-session 3.4.1, correct previous changelog screw up, 10 000 commit, gnome fallback now fully useable.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-control-center.xml

    r9fadf58 rb367c26  
    55  %general-entities;
    66
    7   <!ENTITY gnome-control-center-download-http "&gnome-download-http;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    8   <!ENTITY gnome-control-center-download-ftp  "&gnome-download-ftp;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    9   <!ENTITY gnome-control-center-md5sum        "7da05b8b5d78535482e8f849ca0cf274">
    10   <!ENTITY gnome-control-center-size          "4.1 MB">
    11   <!ENTITY gnome-control-center-buildsize     "115 MB">
    12   <!ENTITY gnome-control-center-time          "1.7 SBU">
     7  <!ENTITY gnome-control-center-download-http
     8           "&gnome-download-http;/gnome-control-center/3.4/gnome-control-center-&gnome-control-center-version;.tar.xz">
     9  <!ENTITY gnome-control-center-download-ftp 
     10           "&gnome-download-ftp;/gnome-control-center/3.4/gnome-control-center-&gnome-control-center-version;.tar.xz">
     11  <!ENTITY gnome-control-center-md5sum        "f9a65550e82dcd55ca23ceaa5a1489f6">
     12  <!ENTITY gnome-control-center-size          "4.3 MB">
     13  <!ENTITY gnome-control-center-buildsize     "93 MB">
     14  <!ENTITY gnome-control-center-time          "1.2 SBU">
    1315]>
    1416
     
    6062
    6163    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><!--<xref linkend="gnome-doc-utils"/>, from zenity via metacity-->
    63     <xref linkend="gnome-menus"/>,
    64     <xref linkend="gnome-settings-daemon"/>,
    65     <xref linkend="libgtop"/>,
    66     <xref linkend="libunique"/>,
    67     <xref linkend="metacity"/>,
    68     <xref linkend="pulseaudio"/>, and
    69     <xref linkend="shared-mime-info"/></para>
     64    <para role="required">
     65      <xref linkend="gnome-menus"/>,
     66      <xref linkend="gnome-online-accounts"/>,
     67      <xref linkend="gnome-settings-daemon"/>,
     68      <xref linkend="libgtop"/> and
     69      <xref linkend="shared-mime-info"/>
     70    </para>
     71
     72    <bridgehead renderas="sect4">Recommended</bridgehead>
     73    <para role="recommended">
     74      <xref linkend="gnome-bluetooth"/> and
     75      <xref linkend="NetworkManager"/>
     76    </para>
    7077
    7178    <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
    72     <para role="recommended"><xref linkend="polkit-gnome"/></para>
     79    <para role="recommended">
     80      <xref linkend="accountsservice"/>,
     81      <xref linkend="consolekit"/>,
     82      <xref linkend="gnome-screensaver"/> and
     83      <xref linkend="polkit-gnome"/>
     84    </para>
    7385
    7486    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="evolution-data-server"/> and
    76     <xref linkend="librsvg"/></para>
    77 
    78     <para>Though they are only run-time dependencies and
    79     <application>GNOME Control Center</application> will compile just fine without
    80     them installed, there are two screen saver packages that can be installed
    81     which will provide a robust collection of screen savers and screen
    82     locking capability. <xref linkend="gnome-screensaver"/> is looked for
    83     first, with a fallback to <xref linkend="xscreensaver"/> if
    84     necessary.</para>
     87    <para role="optional">
     88      <xref linkend="cheese"/> and
     89      <ulink url="http://ftp.gnome.org/pub/gnome/sources/libsocialweb/">
     90      libsocialweb</ulink>
     91    </para>
    8592
    8693    <para condition="html" role="usernotes">User Notes:
     
    95102    following commands:</para>
    96103
    97 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    98             --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr \
     105            --sysconfdir=/etc \
     106            --disable-static &amp;&amp;
    99107make</userinput></screen>
    100108
     
    110118    <title>Command Explanations</title>
    111119
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     120<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113121    href="../../xincludes/gnome-prefix.xml"/>
    114122
    115123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../../xincludes/gnome-sysconfdir.xml"/>
     124    href="../../xincludes/gnome-sysconfdir.xml"/> -->
    117125
    118     <para><option>--enable-aboutme</option>: Enables building the
    119     <command>gnome-about-me</command> capplet. <application>Evolution Data
    120     Server</application> must be installed to use this parameter.</para>
     126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     127    href="../../xincludes/static-libraries.xml"/>
    121128
    122     <para><option>--enable-static=no</option>: This switch prevents the static
    123     libraries being installed.</para>
     129    <para><option>--with-cheese</option>: enable cheese
     130    webcam support.</para>
     131
     132    <para><option>--with-libsocialweb</option>: enable
     133    libsocialweb support.</para>
    124134
    125135  </sect2>
     
    130140    <segmentedlist>
    131141      <segtitle>Installed Programs</segtitle>
    132       <segtitle>Installed Libraries</segtitle>
    133142      <segtitle>Installed Directories</segtitle>
    134143
    135144      <seglistitem>
    136         <seg>gnome-appearance-properties, gnome-at-mobility,
    137         gnome-at-properties, gnome-at-visual, gnome-control-center,
    138         gnome-default-applications-properties, gnome-display-properties,
    139         gnome-font-viewer, gnome-keybinding-properties,
    140         gnome-keyboard-properties, gnome-mouse-properties,
    141         gnome-network-properties, gnome-thumbnail-font, gnome-typing-monitor,
    142         gnome-window-properties, and gnome-about-me</seg>
    143         <seg>libgnome-window-settings.{so,a} and libmetacity.{so,a}</seg>
    144         <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-window-settings-2.0,
    145         lib/window-manager-settings,share/{gnome-control-center/{default-apps,
    146         keybindings,pixmaps,ui},gnome/help/control-center/*,mime/{application,
    147         audio,image,inode,message,model,multipart,packages,text,video,x-content,
    148         x-epoc},omf/control-center}}</seg>
     145        <seg>
     146          gnome-control-center and gnome-sound-applet
     147        </seg>
     148        <seg>
     149          /usr/lib/control-center-1, /usr/share/gnome-control-center and
     150          /usr/share/sounds/gnome
     151        </seg>
    149152      </seglistitem>
    150153    </segmentedlist>
     154
     155    <variablelist>
     156      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     157      <?dbfo list-presentation="list"?>
     158      <?dbhtml list-presentation="table"?>
     159
     160      <varlistentry id="gnome-control-center-prog">
     161        <term><command>gnome-control-center</command></term>
     162        <listitem>
     163          <para>is used to configure various system settings.</para>
     164          <indexterm zone="gnome-control-center gnome-control-center-prog">
     165            <primary sortas="b-gnome-control-center">gnome-control-center</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
     170      <varlistentry id="gnome-sound-applet">
     171        <term><command>gnome-sound-applet</command></term>
     172        <listitem>
     173          <para>is the GNOME Volume Control Applet.</para>
     174          <indexterm zone="gnome-control-center gnome-sound-applet">
     175            <primary sortas="b-gnome-sound-applet">gnome-sound-applet</primary>
     176          </indexterm>
     177        </listitem>
     178      </varlistentry>
     179
     180    </variablelist>
    151181
    152182  </sect2>
Note: See TracChangeset for help on using the changeset viewer.