Ignore:
Timestamp:
12/05/2017 05:46:34 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
5eafafd6
Parents:
e47e528
Message:

Update the following Gnome packages:
libgweather-3.26.1
zenity-3.26.0
gnome-settings-daemon-3.26.2
gnome-control-center-3.26.2
mutter-3.26.2
gnome-shell-3.26.2
gnome-shell-extensions-3.26.2
gdm-3.26.2
gnome-user-docs-3.26.2
evolution-3.26.2
gnome-logs-3.26.2
gnome-maps-3.26.2
gnome-screenshot-3.26.0
gnome-tweak-tool-3.26.3
Fixes #9960.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-screenshot.xml

    re47e528 r0b5169af  
    66
    77  <!ENTITY gnome-screenshot-download-http
    8            "&gnome-download-http;/gnome-screenshot/&gnome-minor-22;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
     8           "&gnome-download-http;/gnome-screenshot/&gnome-minor-26;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
    99  <!ENTITY gnome-screenshot-download-ftp
    10            "&gnome-download-ftp;/gnome-screenshot/&gnome-minor-22;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
    11   <!ENTITY gnome-screenshot-md5sum        "d68636fae1e7a5798cb7394b2a202542">
    12   <!ENTITY gnome-screenshot-size          "256 KB">
    13   <!ENTITY gnome-screenshot-buildsize     "7.3 MB">
     10           "&gnome-download-ftp;/gnome-screenshot/&gnome-minor-26;/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
     11  <!ENTITY gnome-screenshot-md5sum        "8c99c20f009800cc41c6208583d99a1a">
     12  <!ENTITY gnome-screenshot-size          "228 KB">
     13  <!ENTITY gnome-screenshot-buildsize     "5.9 MB">
    1414  <!ENTITY gnome-screenshot-time          "less than 0.1 SBU">
    1515]>
     
    9595    </para>
    9696
    97 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    98 make</userinput></screen>
     97<screen><userinput>mkdir build &amp;&amp;
     98cd build    &amp;&amp;
     99
     100meson --prefix=/usr .. &amp;&amp;
     101
     102sed '/^build all/s@src/org.gnome.Screenshot.metainfo.xml@@' \
     103    -i build.ninja                          &amp;&amp;
     104cp ../src/org.gnome.Screenshot.metainfo.xml.in \
     105      src/org.gnome.Screenshot.metainfo.xml &amp;&amp;
     106
     107ninja</userinput></screen>
     108
     109<!-- The sed and cp above are to work around a problem with current itstool
     110     remove once resolved... -->
    99111
    100112    <para>
     
    106118    </para>
    107119
    108 <screen role="root"><userinput>make install</userinput></screen>
     120<screen role="root"><userinput>ninja install</userinput></screen>
    109121
    110122    <note><para>In order to best run <application>GNOME Screenshot</application>
    111123    from the command line, the --interactive option needs to be specified.
    112124    </para></note>
     125
     126  </sect2>
     127
     128  <sect2 role="commands">
     129    <title>Command Eplanations</title>
     130
     131    <para>
     132      <command>sed...cp...</command>: These commands work around an issue with
     133      current <application>itstool</application>.
     134    </para>
    113135
    114136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.