Changeset 7f142f7
- Timestamp:
- 08/12/2021 06:32:52 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 62c6ab79
- Parents:
- 2c96c50
- git-author:
- Douglas R. Reno <renodr@…> (08/12/2021 06:32:13 PM)
- git-committer:
- Douglas R. Reno <renodr@…> (08/12/2021 06:32:52 PM)
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/enchant.xml
r2c96c50 r7f142f7 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 " 212fc58ce26a983caed599a9a5d36d0e">10 <!ENTITY enchant-size "96 4KB">11 <!ENTITY enchant-buildsize "7. 4MB (add 100 MB for tests)">9 <!ENTITY enchant-md5sum "0b9b60da3bf595ff07547c40668a7373"> 10 <!ENTITY enchant-size "968 KB"> 11 <!ENTITY enchant-buildsize "7.3 MB (add 100 MB for tests)"> 12 12 <!ENTITY enchant-time "0.2 SBU (add 0.5 SBU for tests)"> 13 13 ]> -
gnome.ent
r2c96c50 r7f142f7 26 26 <!ENTITY GConf-version "3.2.6"> 27 27 <!ENTITY geocode-glib-version "3.26.2"> 28 <!ENTITY gjs-version "1.68. 1">29 <!ENTITY gnome-autoar-version "0. 3.3">28 <!ENTITY gjs-version "1.68.2"> 29 <!ENTITY gnome-autoar-version "0.4.0"> 30 30 <!ENTITY gnome-desktop-version "40.3"> 31 31 <!ENTITY gnome-menus-version "3.36.0"> -
gnome/platform/gjs.xml
r2c96c50 r7f142f7 7 7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.68/gjs-&gjs-version;.tar.xz"> 8 8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.68/gjs-&gjs-version;.tar.xz"> 9 <!ENTITY gjs-md5sum "2 e41aeb154d62baab4a16a5042e09977">9 <!ENTITY gjs-md5sum "251a43e87032b49983e9e488e4c410e8"> 10 10 <!ENTITY gjs-size "548 KB"> 11 <!ENTITY gjs-buildsize " 66MB (with tests)">11 <!ENTITY gjs-buildsize "27 MB (with tests)"> 12 12 <!ENTITY gjs-time "0.8 SBU (with tests)"> 13 13 ]> … … 131 131 To test the results, issue: <command>ninja test</command>. The 132 132 <application>GTK</application> and <application>Cairo</application> 133 tests will fail if not running in an Xorg session. <!--Additionally, four 134 tests are currently known to fail: 135 <filename>gjs:C / API tests</filename>, 136 <filename>gjs:JS / GIMarshalling</filename>, 137 <filename>gjs:JS / Regress</filename>, and 138 <filename>gjs:JS / Gtk3</filename>.--> 133 tests will fail if not running in an Xorg session. The 134 <filename>gjs:JS / Gtk4</filename> test is known to exit with an ERROR 135 on some systems. 139 136 </para> 140 137 -
gnome/platform/gnome-autoar.xml
r2c96c50 r7f142f7 5 5 %general-entities; 6 6 7 <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0. 3/gnome-autoar-&gnome-autoar-version;.tar.xz">8 <!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0. 3/gnome-autoar-&gnome-autoar-version;.tar.xz">9 <!ENTITY gnome-autoar-md5sum " 5c3af53d0ceb077e1588788f491b0b78">10 <!ENTITY gnome-autoar-size " 292 KB">11 <!ENTITY gnome-autoar-buildsize " 5.1MB">12 <!ENTITY gnome-autoar-time " 0.1 SBU">7 <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz"> 8 <!ENTITY gnome-autoar-download-ftp "&gnome-download-ftp;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz"> 9 <!ENTITY gnome-autoar-md5sum "bef689989c88e3f0712dd4cf1edeac8c"> 10 <!ENTITY gnome-autoar-size "52 KB"> 11 <!ENTITY gnome-autoar-buildsize "2.8 MB"> 12 <!ENTITY gnome-autoar-time "less than 0.1 SBU"> 13 13 ]> 14 14 … … 101 101 </para> 102 102 103 <screen><userinput>./configure --prefix=/usr \ 104 --disable-debug \ 105 --disable-static && 106 make</userinput></screen> 107 108 <para> 109 This package does not come with a test suite. 103 <screen><userinput>mkdir build && 104 cd build && 105 106 meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true && 107 ninja</userinput></screen> 108 109 <para> 110 To test the results, issue: <command>ninja test</command> 110 111 </para> 111 112 … … 114 115 </para> 115 116 116 <screen role="root"><userinput> makeinstall</userinput></screen>117 <screen role="root"><userinput>ninja install</userinput></screen> 117 118 118 119 </sect2> … … 121 122 <title>Command Explanations</title> 122 123 123 <para> 124 <parameter>--disable-debug</parameter>: Disable the debug mode, 124 <!-- 125 <para> 126 <parameter>- -disable-debug</parameter>: Disable the debug mode, 125 127 in which this package would be built with <option>-O0 -g</option>. 126 128 </para> 127 129 --> 130 131 <!-- 128 132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 129 133 href="../../xincludes/static-libraries.xml"/> … … 131 135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 132 136 href="../../xincludes/gtk-doc-rebuild.xml"/> 137 --> 138 139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 href="../../xincludes/meson-buildtype-release.xml"/> 141 142 <para> 143 <option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is 144 installed and you wish to rebuild and install the API documentation. 145 </para> 133 146 134 147 </sect2> -
introduction/welcome/changelog.xml
r2c96c50 r7f142f7 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 12th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to pango-1.48.8. Fixes 49 <ulink url="&blfs-ticket-root;15384">#15384</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to enchant-2.3.1. Fixes 53 <ulink url="&blfs-ticket-root;15376">#15376</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to gnome-autoar-0.4.0. Fixes 57 <ulink url="&blfs-ticket-root;15375">#15375</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to fetchmail-6.4.21. Fixes 61 <ulink url="&blfs-ticket-root;15370">#15370</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[renodr] - Update to gjs-1.68.2. Fixes 65 <ulink url="&blfs-ticket-root;15363">#15363</ulink>.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 69 44 70 <listitem> 45 71 <para>August 11th, 2021</para> -
networking/mailnews/fetchmail.xml
r2c96c50 r7f142f7 7 7 <!ENTITY fetchmail-download-http "&sourceforge-dl;/fetchmail/fetchmail-&fetchmail-version;.tar.xz"> 8 8 <!ENTITY fetchmail-download-ftp " "> 9 <!ENTITY fetchmail-md5sum "0 1f1e16772933fc4833e7cf4f42284ba">9 <!ENTITY fetchmail-md5sum "091dcd5462f205dbc0597e7ad73d3e15"> 10 10 <!ENTITY fetchmail-size "1.3 MB"> 11 <!ENTITY fetchmail-buildsize "1 7MB including tests">11 <!ENTITY fetchmail-buildsize "16 MB including tests"> 12 12 <!ENTITY fetchmail-time "0.1 SBU including tests"> 13 13 ]> -
packages.ent
r2c96c50 r7f142f7 90 90 <!ENTITY dbus-glib-version "0.112"> 91 91 <!ENTITY double-conversion-version "3.1.5"> 92 <!ENTITY enchant-version "2.3. 0">92 <!ENTITY enchant-version "2.3.1"> 93 93 <!ENTITY exempi-version "2.5.2"> 94 94 <!ENTITY expat-version "2.1.0"> … … 655 655 <!ENTITY mailx-version "12.5"> 656 656 <!ENTITY procmail-version "3.22"> 657 <!ENTITY fetchmail-version "6.4.2 0">657 <!ENTITY fetchmail-version "6.4.21"> 658 658 <!ENTITY mutt-version "2.1.1"> 659 659 <!ENTITY alpine-version "2.21"> … … 765 765 <!ENTITY libnotify-version "0.7.9"> 766 766 <!ENTITY libxklavier-version "5.4"> 767 <!ENTITY pango-version "1.48. 7">767 <!ENTITY pango-version "1.48.8"> 768 768 <!ENTITY pangomm-version "2.46.1"> 769 769 <!ENTITY qt5-version "5.15.2"> -
x/lib/pango.xml
r2c96c50 r7f142f7 7 7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.48/pango-&pango-version;.tar.xz"> 8 8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.48/pango-&pango-version;.tar.xz"> 9 <!ENTITY pango-md5sum " 01b2902c42313032784e1d1f99b0d9be">9 <!ENTITY pango-md5sum "ddc73e2f8fdf01e98f1dcf11799c80dd"> 10 10 <!ENTITY pango-size "2.0 MB"> 11 11 <!ENTITY pango-buildsize "43 MB (with tests)"> … … 121 121 122 122 <para> 123 To test the results, issue: <command>ninja test</command>. Three tests,123 To test the results, issue: <command>ninja test</command>. One test, 124 124 <filename>test-font</filename>, 125 < filename>test-layout</filename>, and125 <!--<filename>test-layout</filename>, and 126 126 <filename>test-itemize</filename>, are known to fail if 127 <xref linkend="cantarell-fonts"/> are not installed. 127 <xref linkend="cantarell-fonts"/> are not installed.--> 128 is known to fail. 129 <!-- the problematic tests get skipped now --> 128 130 </para> 129 131
Note:
See TracChangeset
for help on using the changeset viewer.