Changeset 0a33516c
- Timestamp:
- 06/23/2006 10:45:35 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a7e2709
- Parents:
- a91c0e2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/evince.xml
ra91c0e2 r0a33516c 19 19 <othername>$LastChangedBy$</othername> 20 20 <date>$Date$</date> 21 <keywordset>22 <keyword role="package">evince-&evince-version;.tar</keyword>23 <keyword role="ftpdir">evince</keyword>24 </keywordset>25 21 </sect1info> 26 22 … … 62 58 </itemizedlist> 63 59 64 <!-- 60 <!-- 65 61 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 66 62 <itemizedlist spacing="compact"> -
gnome/add/gnome-netstatus.xml
ra91c0e2 r0a33516c 5 5 %general-entities; 6 6 7 <!ENTITY gnome-netstatus-download-http "&gnome-download-http;/gnome-netstatus/ &gnome-version;/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">8 <!ENTITY gnome-netstatus-download-ftp "&gnome-download-ftp;/gnome-netstatus/ &gnome-version;/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">7 <!ENTITY gnome-netstatus-download-http "&gnome-download-http;/gnome-netstatus/2.12/gnome-netstatus-&gnome-netstatus-version;.tar.bz2"> 8 <!ENTITY gnome-netstatus-download-ftp "&gnome-download-ftp;/gnome-netstatus/2.12/gnome-netstatus-&gnome-netstatus-version;.tar.bz2"> 9 9 <!ENTITY gnome-netstatus-md5sum "a5f23731a3bf232969e82afef8792a36"> 10 10 <!ENTITY gnome-netstatus-size "473 KB"> … … 20 20 <othername>$LastChangedBy$</othername> 21 21 <date>$Date$</date> 22 <keywordset>23 <keyword role="package">gnome-netstatus-&gnome-netstatus-version;.tar</keyword>24 <keyword role="ftpdir">gnome-netstatus</keyword>25 </keywordset>26 22 </sect1info> 27 23 … … 79 75 by running the following commands:</para> 80 76 81 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 82 --libexecdir=`pkg-config \ 83 --variable=prefix ORBit-2.0`/lib/gnome-netstatus \ 77 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ 84 78 --sysconfdir=&gnome-etc-dir; \ 85 --localstatedir=/var/lib && 79 --localstatedir=/var/lib \ 80 --libexecdir=$(pkg-config \ 81 --variable=prefix ORBit-2.0)/lib/gnome-netstatus && 86 82 make</userinput></screen> 87 83 … … 97 93 <title>Command Explanations</title> 98 94 99 <para><parameter>--libexecdir= `pkg-config --variable=prefix100 ORBit-2.0 `/lib/gnome-netstatus</parameter>: This switch puts libexec files95 <para><parameter>--libexecdir=$(pkg-config --variable=prefix 96 ORBit-2.0)/lib/gnome-netstatus</parameter>: This switch puts libexec files 101 97 in <filename class="directory">$GNOME_PREFIX/lib/gnome-netstatus</filename> 102 98 instead of … … 127 123 <seg>None</seg> 128 124 <seg>gnome-netstatus-applet</seg> 129 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/netstatus_applet 130 and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}gnome-netstatus</seg> 125 <seg>$GNOME_PREFIX/share/{,gnome/help/ ,omf/}gnome-netstatus</seg> 131 126 </seglistitem> 132 127 </segmentedlist> -
introduction/welcome/changelog.xml
ra91c0e2 r0a33516c 54 54 </listitem> 55 55 <listitem> 56 <para>[randy] - Updated the Evince and Poppler instructions to57 conform with the GNOME-2.14.2 update.</para>56 <para>[randy] - Updated the Evince, Poppler and GNOME Netstatus 57 instructions to conform with the GNOME-2.14.2 update.</para> 58 58 </listitem> 59 59 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.