Changeset 5d314e0
- Timestamp:
- 09/16/2019 08:58:23 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- ae7e4b9
- Parents:
- 2bd7e513
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libical.xml
r2bd7e513 r5d314e0 83 83 <xref linkend="db"/>, 84 84 <xref linkend="doxygen"/> (for the API documentation), 85 <xref linkend="gobject-introspection"/>, and 86 <xref linkend="icu"/> 85 <xref linkend="icu"/>, and both 86 <xref linkend="gobject-introspection"/> and 87 <xref linkend="vala"/>(required for Gnome) 87 88 </para> 88 89 … … 103 104 cd build && 104 105 105 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 106 -DCMAKE_BUILD_TYPE=Release \ 107 -DSHARED_ONLY=yes \ 108 -DICAL_BUILD_DOCS=false \ 106 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 107 -DCMAKE_BUILD_TYPE=Release \ 108 -DSHARED_ONLY=yes \ 109 -DICAL_BUILD_DOCS=false \ 110 -DGOBJECT_INTROSPECTION=true \ 111 -DICAL_GLIB_VAPI=true \ 109 112 .. && 110 113 make</userinput></screen> … … 166 169 <option>-DUSE_BUILTIN_TZDATA=yes</option>: This switch is used 167 170 in order to build using your own timezone data. 171 </para> 172 173 <para> 174 <option>-DGOBJECT_INTROSPECTION=true=true</option>: This switch is used 175 to generate GObject metadata bindings. 176 </para> 177 178 <para> 179 <option>-DICAL_GLIB_VAPI=true</option>: This switch is used 180 in order to build bindings for <xref linkend="vala"/>. 168 181 </para> 169 182 -
gnome.ent
r2bd7e513 r5d314e0 17 17 <!-- Platform --> 18 18 <!ENTITY gcr-version "3.28.1"> 19 <!ENTITY gsettings-desktop-schemas-version "3.3 2.0">19 <!ENTITY gsettings-desktop-schemas-version "3.34.0"> 20 20 <!ENTITY libsecret-version "0.19.1"> 21 21 <!ENTITY rest-version "0.8.1"> 22 22 <!ENTITY totem-pl-parser-version "3.26.3"> 23 <!ENTITY vte-version "0.5 6.3">24 <!ENTITY yelp-xsl-version "3.3 2.1">23 <!ENTITY vte-version "0.58.0"> 24 <!ENTITY yelp-xsl-version "3.34.0"> 25 25 <!ENTITY GConf-version "3.2.6"> 26 26 <!ENTITY geocode-glib-version "3.26.1"> 27 27 <!ENTITY gjs-version "1.58.0"> 28 28 <!ENTITY gnome-autoar-version "0.2.3"> 29 <!ENTITY gnome-desktop-version "3.3 2.2">29 <!ENTITY gnome-desktop-version "3.34.0"> 30 30 <!ENTITY gnome-menus-version "3.32.0"> 31 <!ENTITY gnome-online-accounts-version "3.3 2.0">31 <!ENTITY gnome-online-accounts-version "3.34.0"> 32 32 <!ENTITY gnome-video-effects-version "0.5.0"> 33 <!ENTITY grilo-version "0.3. 9">33 <!ENTITY grilo-version "0.3.10"> 34 34 <!ENTITY libchamplain-version "0.12.19"> 35 35 <!ENTITY libgdata-version "0.17.11"> … … 37 37 <!ENTITY libgtop-version "2.40.0"> 38 38 <!ENTITY libgweather-version "3.32.2"> 39 <!ENTITY libpeas-version "1.2 2.0">39 <!ENTITY libpeas-version "1.24.0"> 40 40 <!ENTITY libwnck-version "3.32.0"> 41 <!ENTITY evolution-data-server-version "3.3 2.4">42 <!ENTITY folks-version "0.1 2.1">41 <!ENTITY evolution-data-server-version "3.34.0"> 42 <!ENTITY folks-version "0.13.1"> 43 43 <!ENTITY gfbgraph-version "0.2.3"> 44 44 <!ENTITY tracker-version "2.2.2"> -
gnome/platform/evolution-data-server.xml
r2bd7e513 r5d314e0 6 6 7 7 <!ENTITY evolution-data-server-download-http 8 "&gnome-download-http;/evolution-data-server/&gnome-minor-3 2;/evolution-data-server-&evolution-data-server-version;.tar.xz">8 "&gnome-download-http;/evolution-data-server/&gnome-minor-34;/evolution-data-server-&evolution-data-server-version;.tar.xz"> 9 9 <!ENTITY evolution-data-server-download-ftp 10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor-3 2;/evolution-data-server-&evolution-data-server-version;.tar.xz">11 <!ENTITY evolution-data-server-md5sum " 57820f3f88fc554e1a58665a52e12c05">10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor-34;/evolution-data-server-&evolution-data-server-version;.tar.xz"> 11 <!ENTITY evolution-data-server-md5sum "7bdb8ca4b9be9c1922765a6b48f67bba"> 12 12 <!ENTITY evolution-data-server-size "4.4 MB"> 13 <!ENTITY evolution-data-server-buildsize "16 1MB">13 <!ENTITY evolution-data-server-buildsize "163 MB"> 14 14 <!ENTITY evolution-data-server-time "0.6 SBU (Using parallelism=4)"> 15 15 ]> -
gnome/platform/folks.xml
r2bd7e513 r5d314e0 5 5 %general-entities; 6 6 7 <!ENTITY folks-download-http "&gnome-download-http;/folks/0.1 2/folks-&folks-version;.tar.xz">8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.1 2/folks-&folks-version;.tar.xz">9 <!ENTITY folks-md5sum " 58bcf65a7b744ecbbb53f44dc8919204">10 <!ENTITY folks-size "5 12KB">11 <!ENTITY folks-buildsize " 69 MB (with tests)">12 <!ENTITY folks-time " 1.3 SBU (with tests)">7 <!ENTITY folks-download-http "&gnome-download-http;/folks/0.13/folks-&folks-version;.tar.xz"> 8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.13/folks-&folks-version;.tar.xz"> 9 <!ENTITY folks-md5sum "0038ec90db52ed7a82c93d98e227b078"> 10 <!ENTITY folks-size "504 KB"> 11 <!ENTITY folks-buildsize "28 MB"> 12 <!ENTITY folks-time "0.1 SBU (Using parallelism=4)"> 13 13 ]> 14 14 … … 118 118 ninja</userinput></screen> 119 119 120 121 122 <!-- 120 123 <para> 121 124 To test the results, issue <command>ninja test</command> from a local 122 125 X session started with <command>dbus-launch</command>. 126 127 As of version 0.13.1, I just get 'No tests defined. - Bruce 128 --> 123 129 <!-- In the future, we need to run the tests with Tracker's backend 124 130 enabled before we suggest enabling that backend. I tried this with 0.12.1 125 131 and had 103 test failures in Tracker's section of the test suite. 126 132 This is unacceptable and is why we have it disabled by default. --> 133 <para>This package does not come with a test suite. 127 134 </para> 128 135 -
gnome/platform/gnome-desktop.xml
r2bd7e513 r5d314e0 6 6 7 7 <!ENTITY gnome-desktop-download-http 8 "&gnome-download-http;/gnome-desktop/&gnome-minor-3 2;/gnome-desktop-&gnome-desktop-version;.tar.xz">8 "&gnome-download-http;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 9 9 <!ENTITY gnome-desktop-download-ftp 10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-3 2;/gnome-desktop-&gnome-desktop-version;.tar.xz">11 <!ENTITY gnome-desktop-md5sum " e9a32b755c20f1462f7c4321e32b30cb">10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 11 <!ENTITY gnome-desktop-md5sum "3149bbd12eaf6f4420b1a999131ec470"> 12 12 <!ENTITY gnome-desktop-size "696 KB"> 13 13 <!ENTITY gnome-desktop-buildsize "14 MB (with tests)"> … … 151 151 </para> 152 152 153 <para> 154 <option>-Dgtk_doc=true</option>: Use this 155 parameter you wish to build the API documentation. 156 </para> 157 158 <para> 159 <option>-Dinstalled_tests=true</option>: Use this 160 parameter you wish to enable the installed tests. 161 </para> 162 153 163 <!-- When elogind drops into mainline, we need to add that option 154 164 to gnome-desktop, otherwise there's no distributor noted. --> 155 156 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"157 href="../../xincludes/gtk-doc-rebuild.xml"/> -->158 165 159 166 </sect2> -
gnome/platform/gnome-online-accounts.xml
r2bd7e513 r5d314e0 6 6 7 7 <!ENTITY gnome-online-accounts-download-http 8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-3 2;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-34;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz"> 9 9 <!ENTITY gnome-online-accounts-download-ftp 10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-3 2;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">11 <!ENTITY gnome-online-accounts-md5sum " c9d2041425507b586ba04daffc817cfe">12 <!ENTITY gnome-online-accounts-size "8 48KB">13 <!ENTITY gnome-online-accounts-buildsize " 36MB">14 <!ENTITY gnome-online-accounts-time "0. 4SBU">10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-34;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz"> 11 <!ENTITY gnome-online-accounts-md5sum "38ba5a50071c0a07fceda2e1c2edadfa"> 12 <!ENTITY gnome-online-accounts-size "852 KB"> 13 <!ENTITY gnome-online-accounts-buildsize "29 MB"> 14 <!ENTITY gnome-online-accounts-time "0.2 SBU"> 15 15 ]> 16 16 -
gnome/platform/grilo.xml
r2bd7e513 r5d314e0 7 7 <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 8 8 <!ENTITY grilo-download-ftp "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 9 <!ENTITY grilo-md5sum " b15f41787dff407f7e9df7b5db96006d">10 <!ENTITY grilo-size "2 32KB">11 <!ENTITY grilo-buildsize " 12MB">12 <!ENTITY grilo-time " 0.1 SBU">9 <!ENTITY grilo-md5sum "f02bf585d1a48dc65be8b90ae3b08330"> 10 <!ENTITY grilo-size "228 KB"> 11 <!ENTITY grilo-buildsize "8.5 MB"> 12 <!ENTITY grilo-time "less than 0.1 SBU"> 13 13 ]> 14 14 -
gnome/platform/gsettings-desktop-schemas.xml
r2bd7e513 r5d314e0 6 6 7 7 <!ENTITY gsettings-desktop-schemas-download-http 8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-3 2;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-34;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> 9 9 <!ENTITY gsettings-desktop-schemas-download-ftp 10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-3 2;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">11 <!ENTITY gsettings-desktop-schemas-md5sum " 0c2d468a482c12594757442c983aa8ea">12 <!ENTITY gsettings-desktop-schemas-size "6 16 KB">13 <!ENTITY gsettings-desktop-schemas-buildsize "1 6MB">10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-34;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> 11 <!ENTITY gsettings-desktop-schemas-md5sum "9759ef53fb2e53fc8d19190e58f2c332"> 12 <!ENTITY gsettings-desktop-schemas-size "636 KB"> 13 <!ENTITY gsettings-desktop-schemas-buildsize "12 MB"> 14 14 <!ENTITY gsettings-desktop-schemas-time "less than 0.1 SBU"> 15 15 ]> -
gnome/platform/libpeas.xml
r2bd7e513 r5d314e0 5 5 %general-entities; 6 6 7 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.2 2/libpeas-&libpeas-version;.tar.xz">8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.2 2/libpeas-&libpeas-version;.tar.xz">9 <!ENTITY libpeas-md5sum " a20dc55c3f88ad06da9491cfd7de7558">10 <!ENTITY libpeas-size " 556KB">11 <!ENTITY libpeas-buildsize " 19MB (with tests)">12 <!ENTITY libpeas-time " 0.3SBU (with tests)">7 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.24/libpeas-&libpeas-version;.tar.xz"> 8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.24/libpeas-&libpeas-version;.tar.xz"> 9 <!ENTITY libpeas-md5sum "7a136eea60930012deff2f7bfa3673be"> 10 <!ENTITY libpeas-size "184 KB"> 11 <!ENTITY libpeas-buildsize "9.8 MB (with tests)"> 12 <!ENTITY libpeas-time "less than 0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 83 83 <para role="recommended"> 84 84 <xref linkend="pygobject3"/> 85 (<application>Python</application> 2 and86 <application>Python</application> 3 modules)87 85 </para> 88 86 89 87 <bridgehead renderas="sect4">Optional</bridgehead> 90 88 <para role="optional"> 91 <xref linkend="gdb"/>,92 89 <xref linkend="gtk-doc"/>, 93 <xref linkend="valgrind"/>,94 90 <ulink url="http://glade.gnome.org/">Glade</ulink>, 95 <ulink url="&gnome-download-http;/seed/">Seed</ulink>,96 91 <ulink url="https://github.com/pavouk/lgi">LGI</ulink> (for LUA bindings, 97 92 built with LUA-5.1), with either … … 113 108 </para> 114 109 115 <screen><userinput>./configure --prefix=/usr && 116 make</userinput></screen> 117 118 <para> 119 To test the results, issue: <command>make check</command>. 110 <screen><userinput> 111 112 mkdir build && 113 cd build && 114 115 meson --prefix=/usr && 116 ninja</userinput></screen> 117 118 <para> 119 To test the results, issue: <command>ninja test</command>. 120 120 An active graphical session with bus address is necessary to 121 run the tests. Due to changes in BLFS Python implementations, 122 the Python tests will fail (lack of a Python-2 pygobject3 module). 121 run the tests. 123 122 </para> 124 123 … … 127 126 </para> 128 127 129 <screen role="root"><userinput> makeinstall</userinput></screen>128 <screen role="root"><userinput>ninja install</userinput></screen> 130 129 131 130 </sect2> … … 134 133 <title>Command Explanations</title> 135 134 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 137 href="../../xincludes/gtk-doc-rebuild.xml"/> 135 <para> 136 <option>-Dvapi=true</option>: Add this switch if you wish to 137 generate vapi (vala) data. 138 </para> 139 140 <para> 141 <option>-Ddemos=false</option>: Add this switch if you do not wish to 142 build the demo programs. 143 </para> 144 145 <para> 146 <option>-Dgtk-doc=true</option>: Add this switch if wish to 147 build the reverence manual. 148 </para> 138 149 139 150 </sect2> -
gnome/platform/vte.xml
r2bd7e513 r5d314e0 5 5 %general-entities; 6 6 7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.5 6/vte-&vte-version;.tar.xz">8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.5 6/vte-&vte-version;.tar.xz">9 <!ENTITY vte-md5sum " adf341807861a5dad9f98e5c701c0769">10 <!ENTITY vte-size " 1.1 MB">11 <!ENTITY vte-buildsize " 37MB (with tests)">12 <!ENTITY vte-time "0. 5SBU (using parallelism=4; with tests)">7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.58/vte-&vte-version;.tar.xz"> 8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.58/vte-&vte-version;.tar.xz"> 9 <!ENTITY vte-md5sum "36ecd9e0f2d4859bf15af89c3f777561"> 10 <!ENTITY vte-size "504 KB"> 11 <!ENTITY vte-buildsize "11 MB (with tests)"> 12 <!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)"> 13 13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. --> 14 14 … … 93 93 <bridgehead renderas="sect4">Optional</bridgehead> 94 94 <para role="optional"> 95 <xref linkend=" gtk-doc"/> and96 < ulink url="http://glade.gnome.org/">Glade</ulink>95 <xref linkend="fribidi"/> and 96 <xref linkend="gtk-doc"/> 97 97 </para> 98 98 … … 110 110 </para> 111 111 112 <screen><userinput>./configure --prefix=/usr \ 113 --sysconfdir=/etc \ 114 --disable-static && 115 make</userinput></screen> 116 117 <para> 118 To test the results, issue <command>make check</command>. 112 <screen><userinput>mkdir build && 113 cd build && 114 115 meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false && 116 ninja </userinput></screen> 117 118 <para> 119 To test the results, issue <command>ninja test</command>. 119 120 </para> 120 121 … … 123 124 </para> 124 125 125 <screen role="root"><userinput> makeinstall</userinput></screen>126 <screen role="root"><userinput>ninja install</userinput></screen> 126 127 127 128 </sect2> … … 139 140 --> 140 141 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 142 href="../../xincludes/static-libraries.xml"/> 143 144 <para> 145 <option>--without-gnutls</option>: Add this switch if you don't 146 have <xref linkend="gnutls"/> installed. 147 </para> 148 149 <para> 150 <option>--enable-vala=no</option>: Add this switch if you don't 151 have <xref linkend="vala"/> installed. 152 </para> 153 154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 155 href="../../xincludes/gtk-doc-rebuild.xml"/> 142 <para> 143 <option>-Dgnutls=false</option>: Add this switch if you do not 144 want to enable GNUTLS support. 145 </para> 146 147 <para> 148 <option>-Dvapi=false</option>: Add this switch if you do not 149 want to enable vala bindings. 150 </para> 151 152 <para> 153 <option>-Dfribidi=false</option>: Omit this switch if want to enable 154 bidirectional capabilities. 155 </para> 156 157 <para> 158 <option>-Ddocs=true</option>: Add this switch if wish to 159 build the documentation. 160 </para> 156 161 157 162 </sect2> -
gnome/platform/yelp-xsl.xml
r2bd7e513 r5d314e0 5 5 %general-entities; 6 6 7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-3 2;/yelp-xsl-&yelp-xsl-version;.tar.xz">8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-3 2;/yelp-xsl-&yelp-xsl-version;.tar.xz">9 <!ENTITY yelp-xsl-md5sum " e5b800a872b50243570552402b56f0d6">10 <!ENTITY yelp-xsl-size " 520KB">11 <!ENTITY yelp-xsl-buildsize "8. 8MB">7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-34;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-34;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 9 <!ENTITY yelp-xsl-md5sum "f8c4e777aee8b055251c333ef48a0cd0"> 10 <!ENTITY yelp-xsl-size "628 KB"> 11 <!ENTITY yelp-xsl-buildsize "8.5 MB"> 12 12 <!ENTITY yelp-xsl-time "less than 0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r2bd7e513 r5d314e0 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to folks-0.13.1. Partially fixes 49 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to evolution-data-server-3.34.0. Partially fixes 53 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to libpeas-1.24.0. Partially fixes 57 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to grilo-0.3.10. Partially fixes 61 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[bdubbs] - Update to gnome-online-accounts-3.34.0. Partially fixes 65 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 66 </listitem> 67 <listitem> 68 <para>[bdubbs] - Update to gnome-desktop-3.34.0. Partially fixes 69 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 70 </listitem> 71 <listitem> 72 <para>[bdubbs] - Update to yelp-xsl-3.34.0. Partially fixes 73 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 74 </listitem> 75 <listitem> 76 <para>[bdubbs] - Update to vte-0.58.0. Partially fixes 77 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 78 </listitem> 79 <listitem> 80 <para>[bdubbs] - Update to gsettings-desktop-schemas-3.34.0. Partially fixes 81 <ulink url="&blfs-ticket-root;12523">#12523</ulink>.</para> 82 </listitem> 83 <listitem> 48 84 <para>[renodr] - Update to Samba-4.10.8. Fixes 49 85 <ulink url="&blfs-ticket-root;12476">#12476</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.