Changeset 6a8a6a0 for postlfs/security/gpgme.xml
- Timestamp:
- 04/02/2023 02:07:06 AM (6 months ago)
- Branches:
- 12.0, kea, lazarus, lxqt, qt5new, trunk, xry111/xf86-video-removal
- Children:
- 2eac7f7
- Parents:
- e8d75b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/gpgme.xml
re8d75b9 r6a8a6a0 8 8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 9 <!ENTITY gpgme-download-ftp " "> 10 <!ENTITY gpgme-md5sum " 98f25a7e494d294c4b2c1a769113510e">10 <!ENTITY gpgme-md5sum "d44f7f6f0c9848d907fb6c6512b15b8c"> 11 11 <!ENTITY gpgme-size "1.7 MB"> 12 <!ENTITY gpgme-buildsize "1 68 MB (Add 33MB for tests)">13 <!ENTITY gpgme-time "0. 7 SBU (with all bindings, add 0.8 SBU for tests; allwith parallelism=4)">12 <!ENTITY gpgme-buildsize "189 MB (Add 32 MB for tests)"> 13 <!ENTITY gpgme-time "0.6 SBU (with all bindings, add 0.8 SBU for tests; both with parallelism=4)"> 14 14 ]> 15 15 … … 113 113 114 114 <para> 115 First, fix an issue building with Python &python3-majorver; installed:116 </para>117 118 <screen><userinput remap="pre">sed -e 's/3\.9/&python3-majorver;/' \119 -e 's/:3/:4/' \120 -i configure</userinput></screen>121 122 <para>123 Apply a patch to fix build failure with SWIG and libgpg-error-1.46124 or later:125 </para>126 127 <screen><userinput remap="pre">patch -Np1 -i ../gpgme-&gpgme-version;-gpg_error_1_46-1.patch</userinput></screen>128 129 <para>130 115 Install <application>GPGME</application> by running the following 131 116 commands: … … 138 123 To test the results, you should have <xref linkend="gnupg2"/> installed 139 124 and remove the <command>--disable-gpg-test</command> above. Issue: 140 <command>make -k check</command>. 125 <command>make -k check</command>. One test, TestRemarks. is known to fail. 141 126 </para> 142 127
Note:
See TracChangeset
for help on using the changeset viewer.