Changeset d72b599 for general


Ignore:
Timestamp:
06/19/2020 05:49:33 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
988f1c9
Parents:
ddf6739b
Message:

Update to evince-3.36.6
Update to haveged-1.9.12
Update to libmbim-1.24.0
Update to desktop-file-utils-0.26
Update to sqlite-3.32.3
Update to libinput-1.15.6 (and add proper svnprops)
Update to libgweather-3.36.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23300 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libmbim.xml

    rddf6739b rd72b599  
    77  <!ENTITY libmbim-download-http "https://www.freedesktop.org/software/libmbim/libmbim-&libmbim-version;.tar.xz">
    88  <!ENTITY libmbim-download-ftp  " ">
    9   <!ENTITY libmbim-md5sum        "87060e8957013177e4140edc6f64f5bd">
    10   <!ENTITY libmbim-size          "484 KB">
    11   <!ENTITY libmbim-buildsize     "22 MB (with tests)">
     9  <!ENTITY libmbim-md5sum        "6a7ecb43a4b862a37fbd560c57a737f2">
     10  <!ENTITY libmbim-size          "500 KB">
     11  <!ENTITY libmbim-buildsize     "29 MB (with tests)">
    1212  <!ENTITY libmbim-time          "0.2 SBU (with tests)">
    1313]>
     
    7777    <para role="required">
    7878      <xref linkend="libgudev"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Recommended</bridgehead>
     82    <para role="recommended">
     83      <xref linkend="gobject-introspection"/>
    7984    </para>
    8085
  • general/genutils/desktop-file-utils.xml

    rddf6739b rd72b599  
    88           "https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.xz">
    99  <!ENTITY desktop-file-utils-download-ftp  " ">
    10   <!ENTITY desktop-file-utils-md5sum        "9364b82e14cfcad881161aa7ea5257ae">
    11   <!ENTITY desktop-file-utils-size          "136 KB">
     10  <!ENTITY desktop-file-utils-md5sum        "29739e005f5887cf41639b8450f3c23f">
     11  <!ENTITY desktop-file-utils-size          "84 KB">
    1212  <!ENTITY desktop-file-utils-buildsize     "1.8 MB">
    1313  <!ENTITY desktop-file-utils-time          "less than 0.1 SBU">
     
    9797    <title>Installation of Desktop File Utils</title>
    9898
     99    <warning>
     100      <para>
     101        If you are upgrading from a previous version of desktop-file-utils that
     102        used the Autotools method of installing and configuring the package,
     103        you must remove the desktop-file-edit symlink by using the following
     104        commands.
     105      </para>
     106    </warning>
     107    <!-- Works around a bug in meson's symlink creation exposed by this package -->
     108
     109<screen><userinput remap="pre" role="nodump">rm -fv /usr/bin/desktop-file-edit</userinput></screen>
     110
    99111    <para>
    100112      Install <application>Desktop File Utils</application> by
     
    102114    </para>
    103115
    104 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    105 make</userinput></screen>
     116<screen><userinput>mkdir build &amp;&amp;
     117cd    build &amp;&amp;
     118
     119meson --prefix=/usr .. &amp;&amp;
     120ninja</userinput></screen>
    106121
    107122    <para>
     
    113128    </para>
    114129
    115 <screen role="root"><userinput>make install</userinput></screen>
     130<screen role="root"><userinput>ninja install</userinput></screen>
    116131
    117132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.