Changeset f69efd7
- Timestamp:
- 02/16/2003 04:35:35 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:
- 204067e
- Parents:
- 5574a2c
- Files:
-
- 10 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/add.xml
r5574a2c rf69efd7 17 17 &gedit; 18 18 &eog; 19 &gstreamer; 20 &gst-plugins; 19 21 &gnome-media; 20 22 &gnome2-user-docs; -
gnome/add/docs/gnome2-user-docs-exp.xml
r5574a2c rf69efd7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--localstatedir=/var/lib :</userinput> This command4 <para><userinput>--localstatedir=/var/lib</userinput> : This switch 5 5 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 6 instead of <filename> /opt/gnome2/var/scrollkeeper</filename>.</para>6 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 7 7 8 8 </sect2> -
gnome/add/docs/gnome2-user-docs-inst.xml
r5574a2c rf69efd7 4 4 <para>Install gnome2-user-docs by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix= /opt/gnome2--localstatedir=/var/lib &&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib && 7 7 make && 8 8 make install</userinput></screen></para> -
gnome/add/docs/gnome2-user-docs.ent
r5574a2c rf69efd7 5 5 <!ENTITY gnome2-user-docs-desc SYSTEM "gnome2-user-docs-desc.xml"> 6 6 <!ENTITY gnome2-user-docs-config SYSTEM "gnome2-user-docs-config.xml"> 7 <!ENTITY gnome2-user-docs-buildsize " 6.3MB">8 <!ENTITY gnome2-user-docs-version "2.0. 1">9 <!ENTITY gnome2-user-docs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-2.0. 1.tar.bz2">10 <!ENTITY gnome2-user-docs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-2.0. 1.tar.bz2">11 <!ENTITY gnome2-user-docs-size " 4 MB">7 <!ENTITY gnome2-user-docs-buildsize "13.1 MB"> 8 <!ENTITY gnome2-user-docs-version "2.0.5"> 9 <!ENTITY gnome2-user-docs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-2.0.5.tar.bz2"> 10 <!ENTITY gnome2-user-docs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-2.0.5.tar.bz2"> 11 <!ENTITY gnome2-user-docs-size "7.4 MB"> -
gnome/add/eog/eog-exp.xml
r5574a2c rf69efd7 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 <para><userinput>--localstatedir=/var/lib :</userinput> This command8 <para><userinput>--localstatedir=/var/lib</userinput> : This switch 9 9 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 10 instead of <filename> /opt/gnome2/var/scrollkeeper</filename>.</para>10 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 11 11 12 <para><userinput>--sysconfdir=/etc/gnome :</userinput> This command12 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch 13 13 puts configuration files in <filename>/etc/gnome</filename> instead of 14 <filename> /opt/gnome2/etc</filename>.</para>14 <filename>$GNOME_PREFIX/etc</filename>.</para> 15 15 16 16 </sect2> -
gnome/add/eog/eog-inst.xml
r5574a2c rf69efd7 4 4 <para>Install eog 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 --localstatedir=/var/lib --sysconfdir=/etc/gnome && 8 8 make && -
gnome/add/eog/eog.ent
r5574a2c rf69efd7 5 5 <!ENTITY eog-desc SYSTEM "eog-desc.xml"> 6 6 <!ENTITY eog-config SYSTEM "eog-config.xml"> 7 <!ENTITY eog-buildsize " 4MB">8 <!ENTITY eog-version " 1.0.4">9 <!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/ 1.0/eog-1.0.4.tar.bz2">10 <!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/ 1.0/eog-1.0.4.tar.bz2">11 <!ENTITY eog-size " 372KB">7 <!ENTITY eog-buildsize "5 MB"> 8 <!ENTITY eog-version "2.2.0"> 9 <!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.0.tar.bz2"> 10 <!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/2.2/eog-2.2.0.tar.bz2"> 11 <!ENTITY eog-size "464 KB"> -
gnome/gnome.ent
r5574a2c rf69efd7 111 111 <!ENTITY % at-spi SYSTEM "add/gail/at-spi.ent"> 112 112 <!ENTITY % libgail-gnome SYSTEM "add/gail/libgail-gnome.ent"> 113 <!ENTITY % gstreamer SYSTEM "add/media/gstreamer.ent"> 114 <!ENTITY % gst-plugins SYSTEM "add/media/gst-plugins.ent"> 113 115 %gnome-terminal; 114 116 %gnome-utils; … … 124 126 %at-spi; 125 127 %libgail-gnome; 128 %gstreamer; 129 %gst-plugins; 126 130 %gnome2-user-docs; 127 131 -
gnome/lib/librsvg/librsvg-inst.xml
r5574a2c rf69efd7 4 4 <para>Install librsvg by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX - disable-gtk-doc &&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc && 7 7 make && 8 8 make install </userinput></screen></para> -
introduction/welcome/changelog.xml
r5574a2c rf69efd7 14 14 control-center-2.2.0.1, librsvg-2.2.3, eel-2.2.0.2, nautilus-2.2.0.2, 15 15 libgtkhtml-2.2.0, yelp-2.2.0, bug-buddy-2.2.102, libgnomeprint-2.2.1.1, 16 libgnomeprintui-2.2.1.1, gtk-thinice-engine-2.0.2, gedit-2.2.0.1.</para></listitem> 16 libgnomeprintui-2.2.1.1, gtk-thinice-engine-2.0.2, gedit-2.2.0.1, 17 gstreamer-0.6.0 and gst-plugins-0.6.0.</para></listitem> 17 18 18 19 <listitem><para>February 15th, 2003 [larry]: pst: updated to
Note:
See TracChangeset
for help on using the changeset viewer.