Changeset e7d92ea
- Timestamp:
- 11/12/2003 03:22:47 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.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, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1dbb649f
- Parents:
- eef5089b
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/lib/gconf/gconf-exp.xml
reef5089b re7d92ea 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--libexecdir= $GNOME_PREFIX/sbin</parameter>: This switch puts4 <para><parameter>--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts 5 5 libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of 6 6 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para> … … 12 12 eliminating this command <emphasis>must</emphasis> be consistent.</para> 13 13 14 <para><option>--disable-gtk-doc</option>: This switch will15 prevent the rebuilding of documentation during the16 <command>make</command> command.</para>17 18 14 </sect2> 19 15 -
gnome/lib/gconf/gconf-inst.xml
reef5089b re7d92ea 4 4 <para>Install <application>GConf</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>./configure --prefix= $GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin\7 -- sysconfdir=/etc/gnome --disable-gtk-doc&&6 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 7 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin --sysconfdir=/etc/gnome && 8 8 make && 9 9 make install</command></userinput></screen> -
gnome/lib/gconf/gconf.ent
reef5089b re7d92ea 4 4 <!ENTITY GConf-exp SYSTEM "gconf-exp.xml"> 5 5 <!ENTITY GConf-desc SYSTEM "gconf-desc.xml"> 6 <!ENTITY GConf-version "2. 2.1">6 <!ENTITY GConf-version "2.4.0.1"> 7 7 <!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2"> 8 8 <!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2"> 9 <!ENTITY GConf-size "1. 1MB">10 <!ENTITY GConf-buildsize "2 5.4MB">9 <!ENTITY GConf-size "1.3 MB"> 10 <!ENTITY GConf-buildsize "24.7 MB"> 11 11 <!ENTITY GConf-time "0.56 SBU"> -
introduction/welcome/changelog.xml
reef5089b re7d92ea 11 11 12 12 <itemizedlist> 13 14 <listitem><para>November 11th, 2003 [larry]: updated to 15 GConf-2.4.0.1.</para></listitem> 13 16 14 17 <listitem><para>November 11th, 2003 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.