Changeset 083ee517
- Timestamp:
- 03/27/2019 04:31:05 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:
- 30eeb84
- Parents:
- 73353e7f
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r73353e7f r083ee517 161 161 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), 162 162 <xref linkend="valgrind"/>, 163 <xref linkend="yaml"/>, <!-- for yaml2obj --> 163 164 <xref linkend="zip"/>, 164 165 <ulink url="http://www.ocaml.org/">OCaml</ulink>, -
gnome.ent
r73353e7f r083ee517 24 24 <!ENTITY totem-pl-parser-version "3.26.3"> 25 25 <!ENTITY vte-version "0.56.0"> 26 <!ENTITY yelp-xsl-version "3.3 0.1">26 <!ENTITY yelp-xsl-version "3.32.0"> 27 27 <!ENTITY GConf-version "3.2.6"> 28 28 <!ENTITY geocode-glib-version "3.26.0"> 29 29 <!ENTITY gjs-version "1.56.0"> 30 30 <!ENTITY gnome-autoar-version "0.2.3"> 31 <!ENTITY gnome-desktop-version "3.3 0.2.1">32 <!ENTITY gnome-menus-version "3.3 1.4">33 <!ENTITY gnome-online-accounts-version "3.3 0.2">31 <!ENTITY gnome-desktop-version "3.32.0"> 32 <!ENTITY gnome-menus-version "3.32.0"> 33 <!ENTITY gnome-online-accounts-version "3.32.0"> 34 34 <!ENTITY gnome-video-effects-version "0.4.3"> 35 35 <!ENTITY grilo-version "0.3.7"> … … 78 78 <!ENTITY baobab-version "3.30.0"> 79 79 <!ENTITY brasero-version "3.12.2"> 80 <!ENTITY cheese-version "3.3 0.0">80 <!ENTITY cheese-version "3.32.0"> 81 81 <!ENTITY eog-version "3.28.4"> 82 82 <!ENTITY evince-version "3.30.2"> -
gnome/applications/cheese.xml
r73353e7f r083ee517 5 5 %general-entities; 6 6 7 <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-3 0;/cheese-&cheese-version;.tar.xz">8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-3 0;/cheese-&cheese-version;.tar.xz">9 <!ENTITY cheese-md5sum " 2c2afbe1ce7782dbc09cdca3ea2ab0a9">7 <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-32;/cheese-&cheese-version;.tar.xz"> 8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-32;/cheese-&cheese-version;.tar.xz"> 9 <!ENTITY cheese-md5sum "74c7ce28ed2d8d8e353d54feb1eeb403"> 10 10 <!ENTITY cheese-size "1.5 MB"> 11 11 <!ENTITY cheese-buildsize "26 MB"> … … 127 127 <sect2 role="installation"> 128 128 <title>Installation of Cheese</title> 129 130 <para>131 First, fix a deprecation warning that can fill up logs quickly:132 </para>133 134 <screen><userinput remap="pre">sed -i '7d' data/cheese.css</userinput></screen>135 129 136 130 <para> -
gnome/platform/gnome-desktop.xml
r73353e7f r083ee517 6 6 7 7 <!ENTITY gnome-desktop-download-http 8 "&gnome-download-http;/gnome-desktop/&gnome-minor-3 0;/gnome-desktop-&gnome-desktop-version;.tar.xz">8 "&gnome-download-http;/gnome-desktop/&gnome-minor-32;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 9 9 <!ENTITY gnome-desktop-download-ftp 10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-3 0;/gnome-desktop-&gnome-desktop-version;.tar.xz">11 <!ENTITY gnome-desktop-md5sum " 0ee2a0d7af1ffe39104fbb7ca4afa21e">12 <!ENTITY gnome-desktop-size " 1.0 MB">13 <!ENTITY gnome-desktop-buildsize " 23 MB">14 <!ENTITY gnome-desktop-time "0. 3 SBU">10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-32;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 11 <!ENTITY gnome-desktop-md5sum "e423ed6d648c6c4f9798fa9cd9ea8d99"> 12 <!ENTITY gnome-desktop-size "696 KB"> 13 <!ENTITY gnome-desktop-buildsize "19 MB (with tests)"> 14 <!ENTITY gnome-desktop-time "0.1 SBU (with tests)"> 15 15 ]> 16 16 … … 81 81 <xref linkend="gtk3"/>, 82 82 <xref linkend="iso-codes"/>, 83 <xref linkend="itstool"/>,84 83 <xref linkend="libseccomp"/>, 85 84 <xref linkend="libxml2"/>, and … … 111 110 </para> 112 111 113 <screen revision="sysv"><userinput> ./configure --prefix=/usr&&114 make</userinput></screen> 112 <screen revision="sysv"><userinput>mkdir build && 113 cd build && 115 114 116 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 117 --with-gnome-distributor="BLFS" && 118 make</userinput></screen> 115 meson --prefix=/usr .. && 116 ninja</userinput></screen> 117 118 <screen revision="systemd"><userinput>mkdir build && 119 cd build && 120 121 meson --prefix=/usr \ 122 -Dgnome_distributor="BLFS" .. && 123 ninja</userinput></screen> 119 124 120 125 <para> 121 This package does not come with a test suite. 126 To test the results, run <command>ninja test</command> from a X Terminal 127 or similar. 122 128 </para> 123 <!-- With 3.30.x, test files do exist - the test suite just has not been implemented yet.124 Upstream had a lot of problems with the new WallClock() API that was implemented with 3.28, which125 is why a test suite is being implemented.-->126 129 127 130 <para> … … 129 132 </para> 130 133 131 <screen role="root"><userinput> makeinstall</userinput></screen>134 <screen role="root"><userinput>ninja install</userinput></screen> 132 135 133 136 </sect2> … … 137 140 138 141 <para> 139 <option>- -with-gnome-distributor="Some Name"</option>: Use this142 <option>-Dgnome_distributor="Some Name"</option>: Use this 140 143 parameter to supply a custom name in the <quote>Distributor:</quote> 141 144 field of the <quote>GNOME About</quote> display window. 142 145 </para> 143 146 144 < xi:include xmlns:xi="http://www.w3.org/2001/XInclude"145 href="../../xincludes/gtk-doc-rebuild.xml"/>147 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 148 href="../../xincludes/gtk-doc-rebuild.xml"/> --> 146 149 147 150 </sect2> -
gnome/platform/gnome-menus.xml
r73353e7f r083ee517 6 6 7 7 <!ENTITY gnome-menus-download-http 8 "&gnome-download-http;/gnome-menus/3.3 1/gnome-menus-&gnome-menus-version;.tar.xz">8 "&gnome-download-http;/gnome-menus/3.32/gnome-menus-&gnome-menus-version;.tar.xz"> 9 9 <!ENTITY gnome-menus-download-ftp 10 "&gnome-download-ftp;/gnome-menus/3.3 1/gnome-menus-&gnome-menus-version;.tar.xz">11 <!ENTITY gnome-menus-md5sum " 9324bd1e1ab9cf2f72fe6eefccbe17eb">10 "&gnome-download-ftp;/gnome-menus/3.32/gnome-menus-&gnome-menus-version;.tar.xz"> 11 <!ENTITY gnome-menus-md5sum "4262208c13f266d9ada7d356aada9e1b"> 12 12 <!ENTITY gnome-menus-size "488 KB"> 13 <!ENTITY gnome-menus-buildsize "8. 4MB">13 <!ENTITY gnome-menus-buildsize "8.5 MB"> 14 14 <!ENTITY gnome-menus-time "less than 0.1 SBU"> 15 15 ]> … … 97 97 <title>Installation of GNOME Menus</title> 98 98 99 <para> 100 First, fix a bug that was introduced after removing the Sundry menu: 101 </para> 99 <note> 100 <para> 101 If you are upgrading from GNOME-3.28.x or GNOME-3.30.x, a command 102 must be run to reset the menu structure. This is due to a major change 103 involving <application>Sundry</application> application folder removal. 104 If you are upgrading, run the following command (as root), and then 105 log in and out of your session. 106 </para> 102 107 103 <screen ><userinput remap="pre">sed -i '129i </Exclude>' layout/gnome-applications.menu</userinput></screen>108 <screen role="root"><userinput>gsettings reset-recursively org.gnome.desktop.app-folders</userinput></screen></note> 104 109 105 110 <para> -
gnome/platform/gnome-online-accounts.xml
r73353e7f r083ee517 6 6 7 7 <!ENTITY gnome-online-accounts-download-http 8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-3 0;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-32;/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 0;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">11 <!ENTITY gnome-online-accounts-md5sum " d6ffd3eab0d74f81c0ef72eaba4feb39">12 <!ENTITY gnome-online-accounts-size " 900KB">13 <!ENTITY gnome-online-accounts-buildsize "3 7MB">14 <!ENTITY gnome-online-accounts-time "0. 5SBU">10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-32;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz"> 11 <!ENTITY gnome-online-accounts-md5sum "c9d2041425507b586ba04daffc817cfe"> 12 <!ENTITY gnome-online-accounts-size "848 KB"> 13 <!ENTITY gnome-online-accounts-buildsize "36 MB"> 14 <!ENTITY gnome-online-accounts-time "0.4 SBU"> 15 15 ]> 16 16 -
gnome/platform/yelp-xsl.xml
r73353e7f r083ee517 5 5 %general-entities; 6 6 7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-3 0;/yelp-xsl-&yelp-xsl-version;.tar.xz">8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-3 0;/yelp-xsl-&yelp-xsl-version;.tar.xz">9 <!ENTITY yelp-xsl-md5sum " 371f7379f1614e602f861922182bbfbe">10 <!ENTITY yelp-xsl-size "5 08KB">11 <!ENTITY yelp-xsl-buildsize "8. 5MB">7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-32;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-32;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 9 <!ENTITY yelp-xsl-md5sum "e5b800a872b50243570552402b56f0d6"> 10 <!ENTITY yelp-xsl-size "520 KB"> 11 <!ENTITY yelp-xsl-buildsize "8.8 MB"> 12 12 <!ENTITY yelp-xsl-time "less than 0.1 SBU"> 13 13 ]> … … 93 93 </para> 94 94 95 <screen><userinput>./configure --prefix=/usr && 96 make</userinput></screen> 95 <screen><userinput>./configure --prefix=/usr</userinput></screen> 97 96 98 97 <para> -
introduction/welcome/changelog.xml
r73353e7f r083ee517 45 45 <para>March 27th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to yelp-xsl-3.32.1. Part of 49 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to gnome-desktop-3.32.0. Part of 53 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 54 </listitem> 55 <listitem revision="systemd"> 56 <para>[renodr] - Update to gnome-menus-3.32.0. Part of 57 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to cheese-3.32.0. Part of 61 <ulink url="&blfs-ticket-root;11774">#11774</ulink>.</para> 62 </listitem> 63 <listitem revision="systemd"> 64 <para>[renodr] - Update to gnome-online-accounts-3.32.0. Part of 65 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 66 </listitem> 47 67 <listitem> 48 68 <para>[bdubbs] - Update to Python-3.7.3. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.