Ignore:
Timestamp:
07/20/2022 11:52:19 PM (23 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7d5d3d4
Parents:
75f4fc65
Message:

Two updates and a tweak

Update to gcr-3.41.1
Update to blfs-systemd-units-20220720
lightdm: Adjust spacing to standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r75f4fc65 r6ddb21a  
    77  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    88  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "6b6d52de90d4ae95be7d36abf66626fa">
    10   <!ENTITY gcr-size          "1.0 MB">
    11   <!ENTITY gcr-buildsize     "28 MB (with tests)">
     9  <!ENTITY gcr-md5sum        "c1e98af977236255006e11e8f8cfbaca">
     10  <!ENTITY gcr-size          "1008 KB">
     11  <!ENTITY gcr-buildsize     "33 MB (with tests)">
    1212  <!ENTITY gcr-time          "0.2 SBU (with tests; both using parallelism=4)">
    1313]>
     
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional">
    95       <xref linkend="gtk-doc"/> and
    96       <xref linkend="valgrind"/>
     95      <!--<xref linkend="gtk-doc"/> and-->
     96      <xref linkend="valgrind"/> and
     97      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink>
    9798    </para>
    9899
     
    115116    -->
    116117
     118<!--
    117119    <para>
    118120      First apply a fix for building with newer versions of
     
    121123
    122124<screen><userinput>find . -name meson.build | xargs sed -i /packages.\*deps/d</userinput></screen>
     125-->
    123126
    124127    <para>
     
    128131
    129132<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    130 
    131 sed -e '208 s/@BASENAME@/gcr-viewer.desktop/'   \
    132     -e '231 s/@BASENAME@/gcr-prompter.desktop/' \
    133     -i ui/meson.build                           &amp;&amp;
    134133
    135134mkdir build &amp;&amp;
     
    158157      href="../../xincludes/meson-buildtype-release.xml"/>
    159158
     159<!--
    160160    <para>
    161161      <command>sed ... schema/*.xml</command>:  This command fixes a
     
    167167      problem when building with meson-0.59.0.
    168168    </para>
     169-->
    169170
    170171    <!--
Note: See TracChangeset for help on using the changeset viewer.