Changeset 0b46520
- Timestamp:
- 05/06/2019 05:33:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c263b88
- Parents:
- 946c21d
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r946c21d r0b46520 2 2 3 3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 <!ENTITY month "0 5"> <!-- Always 2 digits -->4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 4th, &year;">9 <!ENTITY releasedate "May 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
r946c21d r0b46520 55 55 <!ENTITY gvfs-version "1.40.1"> 56 56 <!ENTITY gexiv2-version "0.12.0"> 57 <!ENTITY nautilus-version "3.32. 0">57 <!ENTITY nautilus-version "3.32.1"> 58 58 <!ENTITY zenity-version "3.32.0"> 59 59 <!ENTITY gnome-bluetooth-version "3.32.1"> -
gnome/platform/nautilus.xml
r946c21d r0b46520 9 9 <!ENTITY nautilus-download-ftp 10 10 "&gnome-download-ftp;/nautilus/&gnome-minor-32;/nautilus-&nautilus-version;.tar.xz"> 11 <!ENTITY nautilus-md5sum " f1d08b295544782c14e30f6648f861af">11 <!ENTITY nautilus-md5sum "e1bd5e67979b2082166a41319d5df079"> 12 12 <!ENTITY nautilus-size "3.1 MB"> 13 <!ENTITY nautilus-buildsize " 320MB (with tests)">14 <!ENTITY nautilus-time "0. 5 SBU (with tests)">13 <!ENTITY nautilus-buildsize "136 MB (with tests)"> 14 <!ENTITY nautilus-time "0.2 SBU (using parallelism=4; with tests)"> 15 15 ]> 16 16 … … 119 119 </para> 120 120 121 <screen><userinput>sed s/\'libm\'/\'m\'/ -i meson.build && 122 mkdir build && 121 <screen><userinput>mkdir build && 123 122 cd build && 124 123 … … 147 146 <sect2 role="commands"> 148 147 <title>Command Explanations</title> 149 150 <para>151 <command>sed s/\'libm\'/\'m\'/ -i meson.build</command>: Fix the build152 system so that it finds the Math library.153 </para>154 148 155 149 <para> -
introduction/welcome/changelog.xml
r946c21d r0b46520 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>May 6th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to nautilus-3.32.1. Fixes 50 <ulink url="&blfs-ticket-root;12023">#12023</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to gtksourceview-3.24.11. Fixes 54 <ulink url="&blfs-ticket-root;12024">#12024</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 44 58 45 59 <listitem> -
packages.ent
r946c21d r0b46520 694 694 <!ENTITY gtkmm2-version "2.24.5"> 695 695 <!ENTITY gtkmm3-version "3.24.1"> 696 <!ENTITY gtksourceview-version "3.24.1 0">696 <!ENTITY gtksourceview-version "3.24.11"> 697 697 <!ENTITY gtksourceview4-version "4.2.0"> 698 698 <!ENTITY gtk-vnc-version "0.9.0"> -
x/lib/gtksourceview.xml
r946c21d r0b46520 9 9 <!ENTITY gtksourceview-download-ftp 10 10 "&gnome-download-ftp;/gtksourceview/&gnome-minor-24;/gtksourceview->ksourceview-version;.tar.xz"> 11 <!ENTITY gtksourceview-md5sum " e43337d17c40eae440a76630db76c54e">11 <!ENTITY gtksourceview-md5sum "b748da426a7d64e1304f0c532b0f2a67"> 12 12 <!ENTITY gtksourceview-size "1.4 MB"> 13 13 <!ENTITY gtksourceview-buildsize "80 MB (with tests)"> 14 <!ENTITY gtksourceview-time "0.2 SBU ( with tests)">14 <!ENTITY gtksourceview-time "0.2 SBU (using parallelism=4; with tests)"> 15 15 ]> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.