Changeset c870dc3
- Timestamp:
- 10/19/2015 10:40:12 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c15a47c1
- Parents:
- 2ea1836
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
r2ea1836 rc870dc3 24 24 <!ENTITY dconf-version "0.24.0"> 25 25 <!ENTITY dconf-editor-version "3.16.1"> 26 <!ENTITY adwaita-icon-theme-version "3.1 6.2.1">26 <!ENTITY adwaita-icon-theme-version "3.18.0"> 27 27 <!ENTITY gnome-icon-theme-version "3.12.0"> 28 28 <!ENTITY gnome-icon-theme-extras-version "3.12.0"> -
gnome/platform/adwaita-icon-theme.xml
r2ea1836 rc870dc3 7 7 8 8 <!ENTITY adwaita-icon-theme-download-http 9 "&gnome-download-http;/adwaita-icon-theme/&gnome-minor-1 6;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">9 "&gnome-download-http;/adwaita-icon-theme/&gnome-minor-18;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz"> 10 10 <!ENTITY adwaita-icon-theme-download-ftp 11 "&gnome-download-ftp;/adwaita-icon-theme/&gnome-minor-1 6;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">12 <!ENTITY adwaita-icon-theme-md5sum " 9ef86952c947aa27a1a888b7735d60b3">13 <!ENTITY adwaita-icon-theme-size "1 8MB">14 <!ENTITY adwaita-icon-theme-buildsize "1 40 MB">11 "&gnome-download-ftp;/adwaita-icon-theme/&gnome-minor-18;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz"> 12 <!ENTITY adwaita-icon-theme-md5sum "ec1fa3fde83ad166ae7075a97dc1ec4b"> 13 <!ENTITY adwaita-icon-theme-size "19 MB"> 14 <!ENTITY adwaita-icon-theme-buildsize "130 MB"> 15 15 <!ENTITY adwaita-icon-theme-time "1.1 SBU"> 16 16 ]> -
introduction/welcome/changelog.xml
r2ea1836 rc870dc3 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Update to pango-1.38.1. Fixes 52 <ulink url="&blfs-ticket-root;7014">#7014</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to gtk+-3.18.2. Fixes 56 <ulink url="&blfs-ticket-root;7013">#7013</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to adwaita-icon-theme-3.18.0. Partially 60 fixes <ulink url="&blfs-ticket-root;6950">#6950</ulink>.</para> 61 </listitem> 62 <listitem> 51 63 <para>[bdubbs] - Update to qt-5.5.1. Fixes 52 64 <ulink url="&blfs-ticket-root;7025">#7025</ulink>.</para> -
multimedia/libdriv/pulseaudio.xml
r2ea1836 rc870dc3 244 244 <seg> 245 245 esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat), 246 paplay (symlink to pacat), parec (symlink to pacat), 246 paplay (symlink to pacat), parec (symlink to pacat), 247 247 parecord (symlink to pacat), pasuspender, 248 248 pax11publish, pulseaudio, and … … 256 256 libpulse-mainloop-glib.so, 257 257 libpulse-simple.so, and 258 libpulsecore-&pulseaudio-major-version;.so 258 libpulsecore-&pulseaudio-major-version;.so 259 259 </seg> 260 260 <seg> … … 263 263 /usr/lib/{pulseaudio,pulse-7.0}, 264 264 /usr/lib/cmake/PulseAudio, 265 /usr/libexec/pulse, an 265 /usr/libexec/pulse, and 266 266 /usr/share/pulseaudio 267 267 </seg> -
packages.ent
r2ea1836 rc870dc3 473 473 <!ENTITY goffice010-version "0.10.23"> 474 474 <!ENTITY gtk2-version "2.24.28"> 475 <!ENTITY gtk3-version "3.18. 1">475 <!ENTITY gtk3-version "3.18.2"> 476 476 <!ENTITY gtk-engines-version "2.20.2"> 477 477 <!ENTITY gtkmm2-version "2.24.4"> … … 482 482 <!ENTITY libnotify-version "0.7.6"> 483 483 <!ENTITY libxklavier-version "5.4"> 484 <!ENTITY pango-version "1.38. 0">484 <!ENTITY pango-version "1.38.1"> 485 485 <!ENTITY pangomm-version "2.38.1"> 486 486 <!ENTITY qt4-version "4.8.7"> -
pst/printing/cups.xml
r2ea1836 rc870dc3 218 218 sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 && 219 219 sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 && 220 sed -i 's@else /\* HAVE_AVAHI \*/@elif defined(HAVE_AVAHI)@' test/ippserver.c &&221 220 <!--sed -i 's@else /\* HAVE_AVAHI \*/@elif defined(HAVE_AVAHI)@' test/ippserver.c && 221 --> 222 222 aclocal -I config-scripts && 223 223 autoconf -I config-scripts && … … 295 295 package. 296 296 </para> 297 297 <!-- 298 298 <para> 299 299 <command>sed ... test/ippserver.c</command>: This sed fixes a bug, 300 300 which shows up when <application>avahi</application> is not present. 301 </para> 301 </para>--> 302 302 303 303 <para> -
x/lib/gtk+3.xml
r2ea1836 rc870dc3 7 7 <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-18;/gtk+->k3-version;.tar.xz"> 8 8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-18;/gtk+->k3-version;.tar.xz"> 9 <!ENTITY gtk3-md5sum " b4d4d30d90f4831855b410fb6a1fae63">10 <!ENTITY gtk3-size "1 8MB">11 <!ENTITY gtk3-buildsize "5 03 MB (add 10 MB fortests)">12 <!ENTITY gtk3-time " 11 SBU (add 0.8 SBU fortests)">9 <!ENTITY gtk3-md5sum "230fd78e42419d35ff790784b457e5f2"> 10 <!ENTITY gtk3-size "19 MB"> 11 <!ENTITY gtk3-buildsize "512 MB (with tests)"> 12 <!ENTITY gtk3-time "7.3 SBU (with tests)"> 13 13 ]> 14 14 … … 258 258 <seglistitem> 259 259 <seg> 260 broadwayd, 261 gtk3-demo, 262 gtk3-demo-application, 263 gtk3-icon-browser, 264 gtk3-widget-factory, 265 gtk-encode-symbolic-svg, 266 gtk-launch, 260 broadwayd, 261 gtk3-demo, 262 gtk3-demo-application, 263 gtk3-icon-browser, 264 gtk3-widget-factory, 265 gtk-builder-tool, 266 gtk-encode-symbolic-svg, 267 gtk-launch, 267 268 gtk-query-immodules-3.0, and 268 269 gtk-update-icon-cache … … 275 276 /etc/gtk-3.0, 276 277 /usr/include/{gail,gtk}-3.0, 277 /usr/{lib,share}/gtk-3.0, 278 /usr/{lib,share}/gtk-3.0, 278 279 /usr/share/gtk-doc/html/{gail-libgail-util3,gdk3,gtk3}, and 279 280 /usr/share/themes/{Default,Emacs}/gtk-3.0 … … 301 302 </varlistentry> 302 303 304 <varlistentry id="gtk3-demo"> 305 <term><command>gtk3-demo</command></term> 306 <listitem> 307 <para> 308 is a simple program that demonstrates some of the things that can be 309 done with <application>GTK+ 3</application> 310 </para> 311 <indexterm zone="gtk3 gtk3-demo"> 312 <primary sortas="b-gtk3-demo">gtk3-demo</primary> 313 </indexterm> 314 </listitem> 315 </varlistentry> 316 317 <varlistentry id="gtk3-demo-application"> 318 <term><command>gtk3-demo-application</command></term> 319 <listitem> 320 <para> 321 is a simple <application>GTK+ 3</application> application. 322 </para> 323 <indexterm zone="gtk3 gtk3-demo-application"> 324 <primary sortas="b-gtk3-demo-application">gtk3-demo-application</primary> 325 </indexterm> 326 </listitem> 327 </varlistentry> 328 329 <varlistentry id="gtk3-icon-browser"> 330 <term><command>gtk3-icon-browser</command></term> 331 <listitem> 332 <para> 333 is a utility to explore the icons in the current icon theme. It 334 shows icons in various sizes, their symbolic variants where 335 available, as well as a description of the icon and its context. 336 </para> 337 <indexterm zone="gtk3 gtk3-icon-browser"> 338 <primary sortas="b-gtk3-icon-browser">gtk3-icon-browser</primary> 339 </indexterm> 340 </listitem> 341 </varlistentry> 342 343 <varlistentry id="gtk3-widget-factory"> 344 <term><command>gtk3-widget-factory</command></term> 345 <listitem> 346 <para> 347 is a program to view <application>GTK+ 3</application> themes and widgets. 348 </para> 349 <indexterm zone="gtk3 gtk3-widget-factory"> 350 <primary sortas="b-gtk3-widget-factory">gtk3-widget-factory</primary> 351 </indexterm> 352 </listitem> 353 </varlistentry> 354 355 <varlistentry id="gtk-builder-tool"> 356 <term><command>gtk-builder-tool</command></term> 357 <listitem> 358 <para> 359 can perform various operations on GtkBuilder .ui files. 360 </para> 361 <indexterm zone="gtk3 gtk-builder-tool"> 362 <primary sortas="b-gtk-builder-tool">gtk-builder-tool</primary> 363 </indexterm> 364 </listitem> 365 </varlistentry> 366 303 367 <varlistentry id="gtk-encode-symbolic-svg"> 304 368 <term><command>gtk-encode-symbolic-svg</command></term> … … 357 421 </varlistentry> 358 422 359 <varlistentry id="gtk3-demo">360 <term><command>gtk3-demo</command></term>361 <listitem>362 <para>363 is a simple program that demonstrates some of the things that can be364 done with <application>GTK+ 3</application>365 </para>366 <indexterm zone="gtk3 gtk3-demo">367 <primary sortas="b-gtk3-demo">gtk3-demo</primary>368 </indexterm>369 </listitem>370 </varlistentry>371 372 <varlistentry id="gtk3-demo-application">373 <term><command>gtk3-demo-application</command></term>374 <listitem>375 <para>376 is a simple <application>GTK+ 3</application> application.377 </para>378 <indexterm zone="gtk3 gtk3-demo-application">379 <primary sortas="b-gtk3-demo-application">gtk3-demo-application</primary>380 </indexterm>381 </listitem>382 </varlistentry>383 384 <varlistentry id="gtk3-icon-browser">385 <term><command>gtk3-icon-browser</command></term>386 <listitem>387 <para>388 is a utility to explore the icons in the current icon theme. It389 shows icons in various sizes, their symbolic variants where390 available, as well as a description of the icon and its context.391 </para>392 <indexterm zone="gtk3 gtk3-icon-browser">393 <primary sortas="b-gtk3-icon-browser">gtk3-icon-browser</primary>394 </indexterm>395 </listitem>396 </varlistentry>397 398 <varlistentry id="gtk3-widget-factory">399 <term><command>gtk3-widget-factory</command></term>400 <listitem>401 <para>402 is a program to view <application>GTK+ 3</application> themes and widgets.403 </para>404 <indexterm zone="gtk3 gtk3-widget-factory">405 <primary sortas="b-gtk3-widget-factory">gtk3-widget-factory</primary>406 </indexterm>407 </listitem>408 </varlistentry>409 410 423 <varlistentry id="libgailutil-3"> 411 424 <term><filename class="libraryfile">libgailutil-3.so</filename></term> -
x/lib/pango.xml
r2ea1836 rc870dc3 7 7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.38/pango-&pango-version;.tar.xz"> 8 8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.38/pango-&pango-version;.tar.xz"> 9 <!ENTITY pango-md5sum " 5a358e5afbb6b2e82cf2cb02ca9cce86">9 <!ENTITY pango-md5sum "7fde35d4a127b55ce8bbcefe109bc80d"> 10 10 <!ENTITY pango-size "1 MB"> 11 <!ENTITY pango-buildsize "2 4MB (additional 2 MB to rebuild and install the API documentation)">12 <!ENTITY pango-time "0. 5SBU (additional 0.1 SBU to rebuild and install the API documentation)">11 <!ENTITY pango-buildsize "27 MB (additional 2 MB to rebuild and install the API documentation)"> 12 <!ENTITY pango-time "0.4 SBU (additional 0.1 SBU to rebuild and install the API documentation)"> 13 13 14 14 ]> … … 79 79 <bridgehead renderas="sect4">Required</bridgehead> 80 80 <para role="required"> 81 <xref linkend="fontconfig"/> (must be built with 81 <xref linkend="fontconfig"/> (must be built with 82 82 <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>) and 83 83 <xref linkend="glib2"/> … … 117 117 118 118 <para> 119 To test the results, issue: <command>make -k check</command>. One test 120 fails for unknown reasons. 119 To test the results, issue: <command>make check</command>. 121 120 </para> 122 121 … … 126 125 127 126 <screen role="root"><userinput>make install</userinput></screen> 128 127 <!-- 129 128 <note> 130 129 <para> … … 135 134 </para> 136 135 137 <screen role="root"><userinput>pango-querymodules - -update-cache</userinput></screen>138 </note> 136 <screen role="root"><userinput>pango-querymodules -\-update-cache</userinput></screen> 137 </note>--> 139 138 140 139 </sect2> … … 168 167 </indexterm> 169 168 </sect3> 170 169 <!-- 171 170 <sect3> 172 171 <title>Configuration Information</title> … … 179 178 </para> 180 179 181 </sect3> 180 </sect3>--> 182 181 183 182 </sect2> … … 193 192 <seglistitem> 194 193 <seg> 195 pango- querymodules and pango-view194 pango-view 196 195 </seg> 197 196 <seg> … … 200 199 </seg> 201 200 <seg> 202 /etc/pango, 203 /usr/include/pango-1.0, 204 /usr/lib/pango, and 201 /usr/include/pango-1.0 and 205 202 /usr/share/gtk-doc/html/pango 206 203 </seg> … … 212 209 <?dbfo list-presentation="list"?> 213 210 <?dbhtml list-presentation="table"?> 214 215 <varlistentry id="pango-querymodules">216 <term><command>pango-querymodules</command></term>217 <listitem>218 <para>219 is a module registration utility that collects information about220 <application>Pango</application> loadable modules.221 </para>222 <indexterm zone="pango pango-querymodules">223 <primary sortas="b-pango-querymodules">pango-querymodules</primary>224 </indexterm>225 </listitem>226 </varlistentry>227 211 228 212 <varlistentry id="pango-view">
Note:
See TracChangeset
for help on using the changeset viewer.