Changeset d1de86bc
- Timestamp:
- 09/08/2020 08:42:34 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 572618ad
- Parents:
- ad01a32
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/enchant.xml
rad01a32 rd1de86bc 7 7 <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz"> 8 8 <!ENTITY enchant-download-ftp " "> 9 <!ENTITY enchant-md5sum " 69719a70f81b6a8f01f9656000bb5198">10 <!ENTITY enchant-size "96 8KB">11 <!ENTITY enchant-buildsize " 6.9 MB">12 <!ENTITY enchant-time "0.2 SBU ">9 <!ENTITY enchant-md5sum "292633e58b1c829fd8705760e9e74718"> 10 <!ENTITY enchant-size "967 KB"> 11 <!ENTITY enchant-buildsize "7.4 MB (add 99 MB for tests)"> 12 <!ENTITY enchant-time "0.2 SBU (add 0.5 SBU for tests)"> 13 13 ]> 14 14 … … 214 214 215 215 <seglistitem> 216 <seg>enchant and enchant-lsmod-2</seg> 217 <seg>libenchant.so and various backend libraries</seg> 218 <seg>/usr/{include,lib,share}/enchant-2</seg> 216 <seg>enchant (symbolic link to enchant-2) and enchant-lsmod-2</seg> 217 <seg>libenchant-2.so and libenchant.so (symbolic link to 218 libenchant-2.so)</seg> 219 <seg>/usr/include/enchant{,-2}, /usr/lib/enchant-2, and 220 /usr/share/enchant</seg> 219 221 </seglistitem> 220 222 </segmentedlist> -
gnome.ent
rad01a32 rd1de86bc 59 59 <!ENTITY gnome-settings-daemon-version "3.36.1"> 60 60 <!ENTITY gnome-control-center-version "3.36.4"> 61 <!ENTITY mutter-version "3.36. 5">62 <!ENTITY gnome-shell-version "3.36. 5">61 <!ENTITY mutter-version "3.36.6"> 62 <!ENTITY gnome-shell-version "3.36.6"> 63 63 <!ENTITY gnome-shell-extensions-version "3.36.3"> 64 64 <!ENTITY gnome-session-version "3.36.0"> -
gnome/platform/gnome-shell.xml
rad01a32 rd1de86bc 9 9 <!ENTITY gnome-shell-download-ftp 10 10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-36;/gnome-shell-&gnome-shell-version;.tar.xz"> 11 <!ENTITY gnome-shell-md5sum " 27e80b0d7b817e18b01821f4a64506f0">11 <!ENTITY gnome-shell-md5sum "60103fd2370e7f1cc9e7ba8c7a711379"> 12 12 <!ENTITY gnome-shell-size "1.7 MB"> 13 <!ENTITY gnome-shell-buildsize "70 MB ">14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4 )">13 <!ENTITY gnome-shell-buildsize "70 MB (including tests)"> 14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4, with tests)"> 15 15 ]> 16 16 -
gnome/platform/mutter.xml
rad01a32 rd1de86bc 7 7 <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-36;/mutter-&mutter-version;.tar.xz"> 8 8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-36;/mutter-&mutter-version;.tar.xz"> 9 <!ENTITY mutter-md5sum " 064c0d9d60fe3497a5bdf3c09b4e0c52">9 <!ENTITY mutter-md5sum "c841bbcc1a73ce632371172ee04730ae"> 10 10 <!ENTITY mutter-size "2.6 MB"> 11 11 <!ENTITY mutter-buildsize "248 MB"> -
introduction/welcome/changelog.xml
rad01a32 rd1de86bc 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Update to inkscape-1.0.1. Fixes 49 <ulink url="&blfs-ticket-root;14022">#14022</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to mutter-3.36.6. Fixes 53 <ulink url="&blfs-ticket-root;14021">#14021</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to gnome-shell-3.36.6. Fixes 57 <ulink url="&blfs-ticket-root;14020">#14020</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to enchant-2.2.11. Fixes 61 <ulink url="&blfs-ticket-root;14017">#14017</ulink>.</para> 62 </listitem> 63 <listitem> 48 64 <para>[bdubbs] - Update to icewm-1.8.2. Fixes 49 65 <ulink url="&blfs-ticket-root;14019">#14019</ulink>.</para> -
packages.ent
rad01a32 rd1de86bc 95 95 <!ENTITY dbus-glib-version "0.110"> 96 96 <!ENTITY double-conversion-version "3.1.5"> 97 <!ENTITY enchant-version "2.2.1 0">97 <!ENTITY enchant-version "2.2.11"> 98 98 <!ENTITY exempi-version "2.5.2"> 99 99 <!ENTITY expat-version "2.1.0"> … … 923 923 <!ENTITY inkscape-minor-version "1.0"> 924 924 <!-- For point versions --> 925 <! --<!ENTITY inkscape-version "&inkscape-minor-version;.5">-->925 <!ENTITY inkscape-version "&inkscape-minor-version;.1"> 926 926 <!-- For minor versions --> 927 <! ENTITY inkscape-version "&inkscape-minor-version;">927 <!--<!ENTITY inkscape-version "&inkscape-minor-version;">--> 928 928 <!ENTITY pan-version "0.133"> 929 929 <!ENTITY pavucontrol-version "4.0"> -
xsoft/other/inkscape.xml
rad01a32 rd1de86bc 6 6 <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.xz"> 7 7 <!ENTITY inkscape-download-ftp " "> 8 <!ENTITY inkscape-md5sum " e5f1ee6b32ac0a94bdd5d99190e7bb9e">9 <!ENTITY inkscape-size "3 0MB">10 <!ENTITY inkscape-buildsize "72 2MB (165 MB installed)">11 <!ENTITY inkscape-time "5. 7SBU (with parallelism=4)">8 <!ENTITY inkscape-md5sum "daefc5212b72e49eff41a7681fd5e993"> 9 <!ENTITY inkscape-size "31 MB"> 10 <!ENTITY inkscape-buildsize "723 MB (165 MB installed)"> 11 <!ENTITY inkscape-time "5.8 SBU (with parallelism=4)"> 12 12 ]> 13 13 … … 107 107 The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis> 108 108 will extract to 109 <emphasis>inkscape-&inkscape-version;_2020-0 5-01_4035a4fb49</emphasis>109 <emphasis>inkscape-&inkscape-version;_2020-09-07_3bc2e813f5</emphasis>. 110 110 </para> 111 111 </note>
Note:
See TracChangeset
for help on using the changeset viewer.