Changeset 4967fd17
- Timestamp:
- 05/11/2005 06:58:17 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 69a63ff
- Parents:
- b79b8be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/core/control-center.xml
rb79b8be r4967fd17 7 7 <!ENTITY control-center-download-http "http://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2"> 8 8 <!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. 5MB">11 <!ENTITY control-center-buildsize "5 1MB">12 <!ENTITY control-center-time "1. 11SBU">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"> 13 13 ]> 14 14 … … 41 41 </sect3> 42 42 43 <sect3><title>Additional downloads</title>44 <itemizedlist spacing='compact'>45 <listitem><para>Required patch: <ulink46 url="&patch-root;/control-center-&control-center-version;-fix_gswitchit-1.patch"/></para>47 </listitem></itemizedlist>48 </sect3>49 50 43 <sect3><title><application>Control Center</application> dependencies</title> 51 44 <sect4><title>Required</title> 52 45 <para><xref linkend="libxklavier"/>, 46 <xref linkend="gnome-menus"/>, 53 47 <xref linkend="metacity"/>, 54 48 <xref linkend="nautilus"/> and … … 71 65 following commands:</para> 72 66 73 <screen><userinput><command>patch -Np1 -i ../control-center-&control-center-version;-fix_gswitchit-1.patch && 74 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 67 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 75 68 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ 76 69 --localstatedir=/var/lib --sysconfdir=/etc/gnome && 77 make && 78 make install</command></userinput></screen> 70 make</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> 79 77 80 78 </sect2> … … 120 118 121 119 </sect1> 122
Note:
See TracChangeset
for help on using the changeset viewer.