Changeset ec047148
- Timestamp:
- 10/08/2020 10:18:31 PM (4 years ago)
- Branches:
- 10.1, 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:
- c46217a
- Parents:
- b559bf0
- Files:
-
- 2 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pycryptodome.xml
rb559bf0 rec047148 68 68 </itemizedlist> 69 69 70 <bridgehead renderas="sect4">PyCryptodome Dependencies</bridgehead>71 72 <bridgehead renderas="sect5">Recommended</bridgehead>73 <para role="recommended">74 <xref linkend="python2"/>75 </para>76 77 70 <para condition="html" role="usernotes"> 78 71 User Notes: <ulink url="&blfs-wiki;/pycryptodome"/> … … 83 76 <title>Installation of PyCryptodome</title> 84 77 85 <note>86 <para>87 Both <application>Python 2</application> and88 <application>Python 3</application> modules can89 be built and installed without any conflicts.90 </para>91 </note>92 93 78 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 94 79 95 80 <para> 96 To build the <application>Python 2</application> and97 <application>Python 3</application> modules, run the following commands:81 To build <application>PyCryptodome</application> as a Python 3 82 module, run the following command: 98 83 </para> 99 84 100 <screen><userinput>python2 setup.py build && 101 python3 setup.py build</userinput></screen> 85 <screen><userinput>python3 setup.py build</userinput></screen> 102 86 103 87 <para> 104 To install both modules, run the following commandsas the88 To install the module, run the following command as the 105 89 <systemitem class="username">root</systemitem> user: 106 90 </para> 107 91 108 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 109 python3 setup.py install --optimize=1</userinput></screen> 92 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 110 93 111 94 </sect3> … … 124 107 </seg> 125 108 <seg> 126 pycryptodome-&pycryptodome-version;-py&python2-majorver;.egg-info and/or127 109 pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg-info 128 110 </seg> 129 111 <seg> 130 /usr/lib/python&python2-majorver;/site-packages/Crypto and/or131 112 /usr/lib/python&python3-majorver;/site-packages/Crypto 132 113 </seg> -
gnome.ent
rb559bf0 rec047148 18 18 <!-- Platform --> 19 19 <!ENTITY gcr-version "3.38.0"> 20 <!ENTITY gsettings-desktop-schemas-version "3.3 6.1">20 <!ENTITY gsettings-desktop-schemas-version "3.38.0"> 21 21 <!ENTITY libsecret-version "0.20.3"> 22 22 <!ENTITY rest-version "0.8.1"> 23 23 <!ENTITY totem-pl-parser-version "3.26.5"> 24 <!ENTITY vte-version "0.6 0.3">25 <!ENTITY yelp-xsl-version "3.3 6.0">24 <!ENTITY vte-version "0.62.0"> 25 <!ENTITY yelp-xsl-version "3.38.0"> 26 26 <!ENTITY GConf-version "3.2.6"> 27 27 <!ENTITY geocode-glib-version "3.26.2"> 28 28 <!ENTITY gjs-version "1.66.0"> 29 29 <!ENTITY gnome-autoar-version "0.2.4"> 30 <!ENTITY gnome-desktop-version "3.3 6.6">30 <!ENTITY gnome-desktop-version "3.38.1"> 31 31 <!ENTITY gnome-menus-version "3.36.0"> 32 32 <!ENTITY gnome-video-effects-version "0.5.0"> … … 38 38 <!ENTITY libgtop-version "2.40.0"> 39 39 <!ENTITY libgweather-version "3.36.1"> 40 <!ENTITY libpeas-version "1.2 6.0">40 <!ENTITY libpeas-version "1.28.0"> 41 41 <!ENTITY libwnck-version "3.36.0"> 42 <!ENTITY evolution-data-server-version "3.3 6.5">42 <!ENTITY evolution-data-server-version "3.38.1"> 43 43 <!ENTITY folks-version "0.14.0"> 44 44 <!ENTITY gfbgraph-version "0.2.4"> 45 45 <!ENTITY tracker-version "2.3.6"> 46 <!ENTITY tracker3-version "3.0.1"> 46 47 <!ENTITY tracker-miners-version "2.3.5"> 48 <!ENTITY tracker3-miners-version "3.0.1"> 47 49 <!ENTITY gsound-version "1.0.2"> 48 50 49 51 <!-- Runtime (sysv) and Desktop (systemd) --> 50 52 <!--<!ENTITY caribou-version "0.4.21">--> 51 <!ENTITY dconf-version "0.3 6.0">52 <!ENTITY dconf-editor-version "3.3 6.4">53 <!ENTITY dconf-version "0.38.0"> 54 <!ENTITY dconf-editor-version "3.38.0"> 53 55 <!ENTITY gnome-backgrounds-version "3.36.0"> 54 56 <!ENTITY gvfs-version "1.44.1"> … … 75 77 <!ENTITY baobab-version "3.34.1"> 76 78 <!ENTITY brasero-version "3.12.2"> 77 <!ENTITY cheese-version "3.3 4.0">79 <!ENTITY cheese-version "3.38.0"> 78 80 <!ENTITY eog-version "3.36.3"> 79 81 <!ENTITY evince-version "3.36.7"> -
gnome/applications/cheese.xml
rb559bf0 rec047148 5 5 %general-entities; 6 6 7 <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-3 4;/cheese-&cheese-version;.tar.xz">8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-3 4;/cheese-&cheese-version;.tar.xz">9 <!ENTITY cheese-md5sum " 13f8326689df42b0aedda023705db803">7 <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-38;/cheese-&cheese-version;.tar.xz"> 8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-38;/cheese-&cheese-version;.tar.xz"> 9 <!ENTITY cheese-md5sum "83b580b1451b27d43403d3ae5829e08c"> 10 10 <!ENTITY cheese-size "1.0 MB"> 11 <!ENTITY cheese-buildsize " 14MB">12 <!ENTITY cheese-time "0. 1SBU (Using paralleism=4)">11 <!ENTITY cheese-buildsize "21 MB"> 12 <!ENTITY cheese-time "0.2 SBU (Using paralleism=4)"> 13 13 ]> 14 14 … … 125 125 <screen><literal>Device Drivers ---> 126 126 Multimedia support ---> 127 <*> Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT] 128 <*> Media USB Adapters ---> [CONFIG_MEDIA_USB_SUPPORT] 129 Select device(s) as needed</literal></screen> 127 <*> Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) [CONFIG_MEDIA_SUBDRV_AUTOSELECT] 128 Media device types ---> 129 <*> Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT] 130 Media drivers ---> 131 <*> Media USB Adapters ---> [CONFIG_MEDIA_USB_SUPPORT] 132 Select device(s) as needed</literal></screen> 130 133 131 134 <indexterm zone="cheese cheese-kernel"> … … 164 167 <screen role="root"><userinput>ninja install</userinput></screen> 165 168 169 </sect2> 170 171 <sect2 role="commands"> 172 <title>Command Explanations</title> 173 174 <para> 175 <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build 176 system from generating and installing the API documentation. Omit this 177 switch if you have <xref linkend="gtk-doc" role="nodep"/> installed 178 and wish to generate and install the API documentation. 179 </para> 166 180 </sect2> 167 181 -
gnome/platform/dconf.xml
rb559bf0 rec047148 6 6 7 7 <!-- DConf --> 8 <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.3 6/dconf-&dconf-version;.tar.xz">9 <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.3 6/dconf-&dconf-version;.tar.xz">10 <!ENTITY dconf-md5sum " 1a50c988d9f0206f74a44f7c6d09cead">8 <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.38/dconf-&dconf-version;.tar.xz"> 9 <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.38/dconf-&dconf-version;.tar.xz"> 10 <!ENTITY dconf-md5sum "716cf730995cf133c2c443556a66a50c"> 11 11 <!ENTITY dconf-size "116 KB"> 12 <!ENTITY dconf-buildsize " 8.3MB (with tests)">12 <!ENTITY dconf-buildsize "7.0 MB (with tests)"> 13 13 <!ENTITY dconf-time "0.1 SBU (with tests)"> 14 14 15 15 <!-- DConf-Editor --> 16 <!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-3 6;/dconf-editor-&dconf-editor-version;.tar.xz">17 <!ENTITY dconf-editor-download-ftp "&gnome-download-ftp;/dconf-editor/&gnome-minor-3 6;/dconf-editor-&dconf-editor-version;.tar.xz">18 <!ENTITY dconf-editor-md5sum " a5e3f36ae18006ddc62d7a8ee044fa9d">19 <!ENTITY dconf-editor-size "57 2KB">20 <!ENTITY dconf-editor-buildsize "3 6MB">16 <!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-38;/dconf-editor-&dconf-editor-version;.tar.xz"> 17 <!ENTITY dconf-editor-download-ftp "&gnome-download-ftp;/dconf-editor/&gnome-minor-38;/dconf-editor-&dconf-editor-version;.tar.xz"> 18 <!ENTITY dconf-editor-md5sum "be67b547250c671b55277d39b3ab0d79"> 19 <!ENTITY dconf-editor-size "576 KB"> 20 <!ENTITY dconf-editor-buildsize "37 MB"> 21 21 <!ENTITY dconf-editor-time "0.2 SBU"> 22 22 ]> -
gnome/platform/evolution-data-server.xml
rb559bf0 rec047148 6 6 7 7 <!ENTITY evolution-data-server-download-http 8 "&gnome-download-http;/evolution-data-server/&gnome-minor-3 6;/evolution-data-server-&evolution-data-server-version;.tar.xz">8 "&gnome-download-http;/evolution-data-server/&gnome-minor-38;/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 6;/evolution-data-server-&evolution-data-server-version;.tar.xz">11 <!ENTITY evolution-data-server-md5sum " cc971859b875606de9dd1d743e34ab33">10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor-38;/evolution-data-server-&evolution-data-server-version;.tar.xz"> 11 <!ENTITY evolution-data-server-md5sum "000862086f38f88d47b436694e988cde"> 12 12 <!ENTITY evolution-data-server-size "4.4 MB"> 13 <!ENTITY evolution-data-server-buildsize "20 2MB (with tests)">14 <!ENTITY evolution-data-server-time "2. 1SBU (using parallelism=4, with tests)">13 <!ENTITY evolution-data-server-buildsize "204 MB (with tests)"> 14 <!ENTITY evolution-data-server-time "2.0 SBU (using parallelism=4, with tests)"> 15 15 ]> 16 16 … … 129 129 <sect2 role="installation"> 130 130 <title>Installation of Evolution Data Server</title> 131 132 <para revision="systemd"> 133 First, as the <systemitem class="username">root</systemitem> user, 134 remove old and incompatible versions of the systemd units: 135 </para> 136 137 <screen role="root"><userinput remap="pre">rm -v /usr/lib/systemd/user/evolution-*.service</userinput></screen> 131 138 132 139 <para> -
gnome/platform/gnome-desktop.xml
rb559bf0 rec047148 6 6 7 7 <!ENTITY gnome-desktop-download-http 8 "&gnome-download-http;/gnome-desktop/&gnome-minor-3 6;/gnome-desktop-&gnome-desktop-version;.tar.xz">8 "&gnome-download-http;/gnome-desktop/&gnome-minor-38;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 9 9 <!ENTITY gnome-desktop-download-ftp 10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-3 6;/gnome-desktop-&gnome-desktop-version;.tar.xz">11 <!ENTITY gnome-desktop-md5sum " a20b6265ed16bb5e1bd0f0fce8bb7158">12 <!ENTITY gnome-desktop-size "72 4KB">13 <!ENTITY gnome-desktop-buildsize " 19MB">10 "&gnome-download-ftp;/gnome-desktop/&gnome-minor-38;/gnome-desktop-&gnome-desktop-version;.tar.xz"> 11 <!ENTITY gnome-desktop-md5sum "483a25ef26195127c92106df2b5d8416"> 12 <!ENTITY gnome-desktop-size "728 KB"> 13 <!ENTITY gnome-desktop-buildsize "20 MB"> 14 14 <!ENTITY gnome-desktop-time "0.1 SBU (Using parallelism=4)"> 15 15 ]> -
gnome/platform/gsettings-desktop-schemas.xml
rb559bf0 rec047148 6 6 7 7 <!ENTITY gsettings-desktop-schemas-download-http 8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-3 6;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-38;/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 6;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">11 <!ENTITY gsettings-desktop-schemas-md5sum " 708ddd8dec388ebda5539667604197c3">12 <!ENTITY gsettings-desktop-schemas-size "6 64KB">10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-38;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> 11 <!ENTITY gsettings-desktop-schemas-md5sum "465a98f5ab8a5ca896009228257fc40d"> 12 <!ENTITY gsettings-desktop-schemas-size "672 KB"> 13 13 <!ENTITY gsettings-desktop-schemas-buildsize "17 MB"> 14 14 <!ENTITY gsettings-desktop-schemas-time "less than 0.1 SBU"> -
gnome/platform/libpeas.xml
rb559bf0 rec047148 5 5 %general-entities; 6 6 7 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.2 6/libpeas-&libpeas-version;.tar.xz">8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.2 6/libpeas-&libpeas-version;.tar.xz">9 <!ENTITY libpeas-md5sum " f7723bf8433b7984121157e1e9a629b5">7 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.28/libpeas-&libpeas-version;.tar.xz"> 8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.28/libpeas-&libpeas-version;.tar.xz"> 9 <!ENTITY libpeas-md5sum "62a5d01e9561f8fafca68e2863640735"> 10 10 <!ENTITY libpeas-size "188 KB"> 11 11 <!ENTITY libpeas-buildsize "12 MB (with tests)"> -
gnome/platform/platform.xml
rb559bf0 rec047148 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gfbgraph.xml"/> 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker.xml"/> 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker3.xml"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker-miners.xml"/> 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker3-miners.xml"/> 53 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsound.xml"/> 54 56 -
gnome/platform/tracker-miners.xml
rb559bf0 rec047148 128 128 129 129 <para> 130 To test the results, as the root user,131 issue: <command>ninja test</command>.130 To test the results, as the <systemitem class="username">root</systemitem> 131 user, issue: <command>ninja test</command>. 132 132 <!-- 133 133 Eight tests, test-image-1, 300-miner-basic-ops, 310-fts-basic, -
gnome/platform/tracker.xml
rb559bf0 rec047148 14 14 <!ENTITY tracker-time "1.3 SBU (with tests)"> 15 15 ]> 16 17 <!-- Tracker2 + Tracker-Miners2 is needed for Folks and Brasero. 18 For Brasero, look for BRASERO_SEARCH in the configure output. --> 16 19 17 20 <sect1 id="tracker" xreflabel="Tracker-&tracker-version;"> -
gnome/platform/vte.xml
rb559bf0 rec047148 5 5 %general-entities; 6 6 7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.6 0/vte-&vte-version;.tar.xz">8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.6 0/vte-&vte-version;.tar.xz">9 <!ENTITY vte-md5sum " 4214712ecab2d50e2a3a07897c3ada49">10 <!ENTITY vte-size " 523KB">7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.62/vte-&vte-version;.tar.xz"> 8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.62/vte-&vte-version;.tar.xz"> 9 <!ENTITY vte-md5sum "7562e1dbe1992a48cbcfd10b7acc3ff6"> 10 <!ENTITY vte-size "426 KB"> 11 11 <!ENTITY vte-buildsize "12 MB (with tests)"> 12 <!ENTITY vte-time "0. 9SBU (using parallelism=4; with tests)">12 <!ENTITY vte-time "0.6 SBU (using parallelism=4; with tests)"> 13 13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. --> 14 14 … … 139 139 <title>Command Explanations</title> 140 140 141 <!-- Introspection is now built by default.142 <para>143 <parameter>- -enable-introspection</parameter>: This switch enables144 <application>Gobject Introspection</application> bindings.145 Remove if you don't have <xref linkend="gobject-introspection"/>146 installed.147 </para>148 -->149 150 141 <para> 151 142 <command>rm -v /etc/profile.d/vte.*</command>: This command removes two … … 160 151 <para> 161 152 <option>-Dgnutls=false</option>: Add this switch if you do not 162 want to enable G NUTLS support.153 want to enable GnuTLS support. 163 154 </para> 164 155 -
gnome/platform/yelp-xsl.xml
rb559bf0 rec047148 5 5 %general-entities; 6 6 7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-3 6;/yelp-xsl-&yelp-xsl-version;.tar.xz">8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-3 6;/yelp-xsl-&yelp-xsl-version;.tar.xz">9 <!ENTITY yelp-xsl-md5sum " 7d71af68fff4a92bcb2b8989f126be6c">10 <!ENTITY yelp-xsl-size "6 28KB">11 <!ENTITY yelp-xsl-buildsize " 9.9MB">7 <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-38;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 8 <!ENTITY yelp-xsl-download-ftp "&gnome-download-ftp;/yelp-xsl/&gnome-minor-38;/yelp-xsl-&yelp-xsl-version;.tar.xz"> 9 <!ENTITY yelp-xsl-md5sum "10cd7eda97c9606f5c575977ce8c26dc"> 10 <!ENTITY yelp-xsl-size "632 KB"> 11 <!ENTITY yelp-xsl-buildsize "10 MB"> 12 12 <!ENTITY yelp-xsl-time "less than 0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
rb559bf0 rec047148 45 45 <para>October 8th, 2020</para> 46 46 <itemizedlist> 47 <listitem revision="sysv"> 48 <para>[renodr] - Adapt tracker-3 and tracker-miners-3 to build 49 properly on SysV systems.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to Tracker-Miners-3.0 and move to a separate 53 page. Fixes 54 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[renodr] - Update to Tracker-3.0.1 and move to a separate page. 58 Part of <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[renodr] - Update to dconf-0.38.0. Part of 62 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 63 </listitem> 64 <listitem> 65 <para>[renodr] - Update to dconf-editor-3.38.0. Part of 66 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 67 </listitem> 68 <listitem> 69 <para>[renodr] - Update to evolution-data-server-3.38.1. Part of 70 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 71 </listitem> 72 <listitem> 73 <para>[renodr] - Update to libpeas-1.28.0. Part of 74 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 75 </listitem> 76 <listitem> 77 <para>[renodr] - Update to cheese-3.38.0. Part of 78 <ulink url="&blfs-ticket-root;14032">#14032</ulink>.</para> 79 </listitem> 80 <listitem> 81 <para>[renodr] - Update to gnome-desktop-3.38.1. Part of 82 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 83 </listitem> 84 <listitem> 85 <para>[renodr] - Update to yelp-xsl-3.38.0. Part of 86 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 87 </listitem> 88 <listitem> 89 <para>[renodr] - Update to VTE-0.62.0. Part of 90 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 91 </listitem> 92 <listitem> 93 <para>[renodr] - Update to gsettings-desktop-schemas-3.38.0. Part of 94 <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para> 95 </listitem> 96 <listitem> 97 <para>[renodr] - Drop the Python2 version of PyCryptodome.</para> 98 </listitem> 47 99 <listitem> 48 100 <para>[bdubbs] - Update to nano-5.3. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.