Changeset 4967fd17


Ignore:
Timestamp:
05/11/2005 06:58:17 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
69a63ff
Parents:
b79b8be
Message:

Updated to Control Center-2.10.1

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

File:
1 edited

Legend:

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

    rb79b8be r4967fd17  
    77<!ENTITY control-center-download-http "http://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
    88<!ENTITY control-center-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
    9 <!ENTITY control-center-md5sum "7bd9c12b9abb05b6fcf7b4906b6918ea">
    10 <!ENTITY control-center-size "2.5 MB">
    11 <!ENTITY control-center-buildsize "51 MB">
    12 <!ENTITY control-center-time "1.11 SBU">
     9<!ENTITY control-center-md5sum "d95a5746aa349536dc0f59c61cdaf19f">
     10<!ENTITY control-center-size "2.6 MB">
     11<!ENTITY control-center-buildsize "54 MB">
     12<!ENTITY control-center-time "1.0 SBU">
    1313]>
    1414
     
    4141</sect3>
    4242
    43 <sect3><title>Additional downloads</title>
    44 <itemizedlist spacing='compact'>
    45 <listitem><para>Required patch: <ulink
    46 url="&patch-root;/control-center-&control-center-version;-fix_gswitchit-1.patch"/></para>
    47 </listitem></itemizedlist>
    48 </sect3>
    49 
    5043<sect3><title><application>Control Center</application> dependencies</title>
    5144<sect4><title>Required</title>
    5245<para><xref linkend="libxklavier"/>,
     46<xref linkend="gnome-menus"/>,
    5347<xref linkend="metacity"/>,
    5448<xref linkend="nautilus"/> and
     
    7165following commands:</para>
    7266
    73 <screen><userinput><command>patch -Np1 -i ../control-center-&control-center-version;-fix_gswitchit-1.patch &amp;&amp;
    74 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     67<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7568    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    7669    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    77 make &amp;&amp;
    78 make install</command></userinput></screen>
     70make</command></userinput></screen>
     71
     72<para>This package does not come with a test suite.</para>
     73
     74<para>Now, as the root user:</para>
     75
     76<screen><userinput role='root'><command>make install</command></userinput></screen>
    7977
    8078</sect2>
     
    120118
    121119</sect1>
    122 
Note: See TracChangeset for help on using the changeset viewer.