Changeset cd1030f
- Timestamp:
- 02/16/2003 12:16:41 AM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5574a2c
- Parents:
- a513a17
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/add.xml
ra513a17 rcd1030f 12 12 &gnome-utils; 13 13 &gnome-games; 14 &nautilus; 15 &yelp; 14 16 &bug-buddy; 15 17 &eog; 16 &nautilus;17 &yelp;18 18 &gedit; 19 19 &gnome-media; -
gnome/add/nautilus.xml
ra513a17 rcd1030f 6 6 &nautilus-inst; 7 7 &nautilus-exp; 8 &nautilus-config;9 8 &nautilus-desc; 10 9 -
gnome/add/nautilus/nautilus-exp.xml
ra513a17 rcd1030f 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--sysconfdir=/etc/gnome :</userinput> This command4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch 5 5 puts configuration files in <filename>/etc/gnome</filename> instead of 6 <filename> /opt/gnome2/etc</filename>.</para>6 <filename>$GNOME_PREFIX/etc</filename>.</para> 7 7 8 <para><userinput>--libexecdir= /opt/gnome2/sbin :</userinput> This commandputs9 libexec files in <filename> /opt/gnome2/sbin</filename> instead of10 <filename> /opt/gnome2/libexec</filename>.</para>8 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts 9 libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of 10 <filename>$GNOME_PREFIX/libexec</filename>.</para> 11 11 12 12 -
gnome/add/nautilus/nautilus-inst.xml
ra513a17 rcd1030f 4 4 <para>Install nautilus by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix= /opt/gnome2--sysconfdir=/etc/gnome \7 --libexecdir= /opt/gnome2/sbin &&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \ 7 --libexecdir=$GNOME_PREFIX/sbin && 8 8 make && 9 9 make install</userinput></screen></para> -
gnome/add/nautilus/nautilus.ent
ra513a17 rcd1030f 5 5 <!ENTITY nautilus-desc SYSTEM "nautilus-desc.xml"> 6 6 <!ENTITY nautilus-config SYSTEM "nautilus-config.xml"> 7 <!ENTITY nautilus-buildsize " 40.1MB">8 <!ENTITY nautilus-version "2. 0.8">9 <!ENTITY nautilus-download-http "http://ftp.gnome.org/pub/GNOME/sources/nautilus/2. 0/nautilus-2.0.8.tar.bz2">10 <!ENTITY nautilus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/nautilus/2. 0/nautilus-2.0.8.tar.bz2">11 <!ENTITY nautilus-size " 5MB">7 <!ENTITY nautilus-buildsize "39.2 MB"> 8 <!ENTITY nautilus-version "2.2.0.2"> 9 <!ENTITY nautilus-download-http "http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.2/nautilus-2.2.0.2.tar.bz2"> 10 <!ENTITY nautilus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/nautilus/2.2/nautilus-2.2.0.2.tar.bz2"> 11 <!ENTITY nautilus-size "4.3 MB"> -
gnome/add/yelp/yelp-exp.xml
ra513a17 rcd1030f 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--libexecdir= /opt/gnome2/sbin :</userinput> This commandputs5 libexec files in <filename> /opt/gnome2/sbin</filename> instead of6 <filename> /opt/gnome2/libexec</filename>.</para>4 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts 5 libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of 6 <filename>$GNOME_PREFIX/libexec</filename>.</para> 7 7 8 8 -
gnome/add/yelp/yelp-inst.xml
ra513a17 rcd1030f 4 4 <para>Install yelp by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix= /opt/gnome2 --libexecdir=/opt/gnome2/sbin &&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin && 7 7 make && 8 8 make install </userinput></screen></para> -
gnome/add/yelp/yelp.ent
ra513a17 rcd1030f 5 5 <!ENTITY yelp-desc SYSTEM "yelp-desc.xml"> 6 6 <!ENTITY yelp-config SYSTEM "yelp-config.xml"> 7 <!ENTITY yelp-buildsize " 5.6 MB">8 <!ENTITY yelp-version " 1.0.7">9 <!ENTITY yelp-download-http "http://ftp.gnome.org/pub/GNOME/sources/yelp/ 1.0/yelp-1.0.7.tar.bz2">10 <!ENTITY yelp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/yelp/ 1.0/yelp-1.0.7.tar.bz2">11 <!ENTITY yelp-size "4 60KB">7 <!ENTITY yelp-buildsize "6 MB"> 8 <!ENTITY yelp-version "2.2.0"> 9 <!ENTITY yelp-download-http "http://ftp.gnome.org/pub/GNOME/sources/yelp/2.2/yelp-2.2.0.tar.bz2"> 10 <!ENTITY yelp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/yelp/2.2/yelp-2.2.0.tar.bz2"> 11 <!ENTITY yelp-size "484 KB"> -
gnome/lib/eel.xml
ra513a17 rcd1030f 5 5 &eel-intro; 6 6 &eel-inst; 7 &eel-config;8 7 &eel-desc; 9 8 -
gnome/lib/eel/eel-inst.xml
ra513a17 rcd1030f 4 4 <para>Install eel by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix= /opt/gnome2&&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX && 7 7 make && 8 8 make install</userinput></screen></para> -
gnome/lib/eel/eel.ent
ra513a17 rcd1030f 5 5 <!ENTITY eel-desc SYSTEM "eel-desc.xml"> 6 6 <!ENTITY eel-config SYSTEM "eel-config.xml"> 7 <!ENTITY eel-buildsize "7. 7MB">8 <!ENTITY eel-version "2. 0.8">9 <!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2. 0/eel-2.0.8.tar.bz2">10 <!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2. 0/eel-2.0.8.tar.bz2">11 <!ENTITY eel-size "4 12KB">7 <!ENTITY eel-buildsize "7.9 MB"> 8 <!ENTITY eel-version "2.2.0.2"> 9 <!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.0.2.tar.bz2"> 10 <!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.0.2.tar.bz2"> 11 <!ENTITY eel-size "464 KB"> -
gnome/lib/libgtkhtml.xml
ra513a17 rcd1030f 5 5 &libgtkhtml-intro; 6 6 &libgtkhtml-inst; 7 &libgtkhtml-config;8 7 &libgtkhtml-desc; 9 8 -
gnome/lib/libgtkhtml/libgtkhtml-inst.xml
ra513a17 rcd1030f 4 4 <para>Install libgtkhtml by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix= /opt/gnome2&&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX && 7 7 make && 8 8 make install</userinput></screen></para> -
gnome/lib/libgtkhtml/libgtkhtml.ent
ra513a17 rcd1030f 5 5 <!ENTITY libgtkhtml-desc SYSTEM "libgtkhtml-desc.xml"> 6 6 <!ENTITY libgtkhtml-config SYSTEM "libgtkhtml-config.xml"> 7 <!ENTITY libgtkhtml-buildsize "6.9 MB"> 8 <!ENTITY libgtkhtml-version "2.0.3"> 9 <!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.0/libgtkhtml-2.0.3.tar.bz2"> 10 <!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.0/libgtkhtml-2.0.3.tar.bz2"> 11 <!ENTITY libgtkhtml-size "323 KB"> 7 <!ENTITY libgtkhtml-buildsize "7 MB"> 8 <!ENTITY libgtkhtml-version "2.2.0"> 9 <!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.0.tar.bz2"> 10 <!ENTITY libgtkhtml-download-ftp 11 "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.0.tar.bz2"> 12 <!ENTITY libgtkhtml-size "332 KB"> -
introduction/welcome/changelog.xml
ra513a17 rcd1030f 10 10 11 11 <itemizedlist> 12 13 <listitem><para>February 15th, 2003 [larry]: gnome: Updated to 14 control-center-2.2.0.1, librsvg-2.2.3, eel-2.2.0.2, nautilus-2.2.0.2, 15 libgtkhtml-2.2.0, yelp-2.2.0,</para></listitem> 12 16 13 17 <listitem><para>February 15th, 2003 [larry]: pst: updated to
Note:
See TracChangeset
for help on using the changeset viewer.