Changeset 64419b7
- Timestamp:
- 08/29/2014 11:34:30 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a9ee0599
- Parents:
- a9f8fb9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/git.xml
ra9f8fb9 r64419b7 204 204 </para> 205 205 206 <screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen> 206 <screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz \ 207 -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen> 207 208 208 209 <para> … … 211 212 </para> 212 213 213 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text} && 214 215 tar -xf ../git-htmldocs-&git-version;.tar.xz \ 214 <screen role="root"><userinput>tar -xf ../git-htmldocs-&git-version;.tar.xz \ 216 215 -C /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir && 217 216 … … 227 226 </para> 228 227 229 <screen role="root"><userinput>mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} && 228 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text} && 229 230 mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} && 230 231 mv /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html && 231 232 mkdir /usr/share/doc/git-&git-version;/technical/{html,text} && -
introduction/welcome/changelog.xml
ra9f8fb9 r64419b7 48 48 <para>August 29th, 2014</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - LibreOffice-4.3.0: add three new optional 52 dependencies. Thanks Wayne B.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Git-2.1.0: fix AsciiDoc/xmlto documentaion 56 install. Thanks Alex L.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - webkitgtk-2.4.5: tidy up xml.</para> 60 </listitem> 50 61 <listitem> 51 62 <para>[igor] - Update to scons-2.3.3. Fixes -
x/lib/webkitgtk2.xml
ra9f8fb9 r64419b7 92 92 93 93 <note><para> 94 WebKit2 links against GTK+ 2 (even if GTK+ 3 is being used), in order to 95 be able to use NPAPI plugins such as Adobe Flash. 94 <application>WebKit2</application> links against<application>GTK+ 95 2</application> (even if <application>GTK+ 3</application> is being 96 used), in order to be able to use NPAPI plugins such as Adobe Flash. 96 97 </para></note> 97 98 … … 131 132 132 133 <para> 133 Upstream standard now is to link this package against GTK+ 3. However, 134 for backward compatibility, manu users need also another instance, linked 135 to GTK+ 2. Both can be installed in the same system, without problem. 136 However, some packages can alternatively be linked to either one. Here, 137 both build methods are presented and recommended to be built, but if you 138 know which one you need, just jump to the respective part. 134 Upstream standard now is to link this package against <application>GTK+ 135 3</application>. However, for backward compatibility, manu users need 136 also another instance, linked to <application>GTK+ 2</application>. Both 137 can be installed in the same system, without problem. However, some 138 packages can alternatively be linked to either one. Here, both build 139 methods are presented and recommended to be built, but if you know which 140 one you need, just jump to the respective part. 139 141 </para> 140 142 141 143 <!-- ==== WebKitGTK+ against GTK+ 3 ====== --> 142 <bridgehead renderas="sect3">Build and install WebKitGTK+ against 143 GTK+ 3</bridgehead> 144 <bridgehead renderas="sect3">Build and install 145 <application>WebKitGTK+</application> against <application>GTK+ 146 3</application></bridgehead> 144 147 145 148 <para> … … 185 188 186 189 <!-- ==== WebKitGTK+ against GTK+ 2 ====== --> 187 <bridgehead renderas="sect3">Build and install WebKitGTK+ against 188 GTK+ 2</bridgehead> 190 <bridgehead renderas="sect3">Build and install 191 <application>WebKitGTK+</application> against <application>GTK+ 192 2</application></bridgehead> 189 193 190 194 <para> … … 196 200 197 201 <para> 198 If you have built and installed the package against GTK+ 3, skip the 199 following command, because the previous docummentation also applies here: 202 If you have built and installed the package against <application>GTK+ 203 3</application>. skip the following command, because the previous 204 docummentation also applies here: 200 205 </para> 201 206 … … 333 338 <listitem> 334 339 <para> 335 contains core JavaScript API functions used by <command>jsc-1</command> 336 and <filename class="libraryfile">libwebkitgtk-1.0.so</filename>. 340 contains core JavaScript API functions used by 341 <command>jsc-1</command> and <filename 342 class="libraryfile">libwebkitgtk-1.0.so</filename>. 337 343 </para> 338 344 <indexterm zone="webkitgtk2 libjavascriptcoregtk-1"> … … 347 353 <listitem> 348 354 <para> 349 contains core JavaScript API functions used by <command>jsc-3</command> 350 and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>. 355 contains core JavaScript API functions used by 356 <command>jsc-3</command> and <filename 357 class="libraryfile">libwebkitgtk-3.0.so</filename>. 351 358 </para> 352 359 <indexterm zone="webkitgtk2 libjavascriptcoregtk-3"> -
xsoft/office/libreoffice.xml
ra9f8fb9 r64419b7 213 213 <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>, 214 214 <ulink url="http://www.firebirdsql.org/">firebird</ulink>, 215 <ulink url="http://downloads.sourceforge.net/glew/">glew (OpenGL Extension Wrangler Library)</ulink>, 215 216 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, 216 217 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, … … 225 226 <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>, 226 227 <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>, 228 <ulink url="http://sourceforge.net/projects/libwpd/files/librevenge/">librevenge (WordPerfect Document importer)</ulink>, 227 229 <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>, 228 230 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>, … … 232 234 <ulink url="http://code.google.com/p/multidimalgorithm/">mdds</ulink>, 233 235 <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>, 234 <ulink url="https://gitorious.org/orcus">Orcus</ulink>, 236 <ulink url="http://sourceforge.net/projects/ogl-math/">ogl-math - OpenGL Mathematics (GLM)</ulink>, 237 <ulink url="https://gitorious.org/orcus/">Orcus</ulink>, 235 238 <ulink url="http://hci.iwr.uni-heidelberg.de/vigra/">VIGRA</ulink>, and 236 239 <ulink url="&gnome-download-http;/zenity/">Zenity</ulink>
Note:
See TracChangeset
for help on using the changeset viewer.