Changeset b3bd49df for gnome/platform


Ignore:
Timestamp:
10/26/2017 11:46:05 PM (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:
1c9731c0
Parents:
cc12b02
Message:

Update to gnome-backgrounds-3.26.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-backgrounds.xml

    rcc12b02 rb3bd49df  
    66
    77  <!ENTITY gnome-backgrounds-download-http
    8            "&gnome-download-http;/gnome-backgrounds/&gnome-minor-24;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
     8           "&gnome-download-http;/gnome-backgrounds/&gnome-minor-26;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
    99  <!ENTITY gnome-backgrounds-download-ftp
    10            "&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-24;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
    11   <!ENTITY gnome-backgrounds-md5sum        "10e9c789c36eeaab0f9336ea5ef2e32f">
    12   <!ENTITY gnome-backgrounds-size          "15 MB">
    13   <!ENTITY gnome-backgrounds-buildsize     "32 MB">
     10           "&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-26;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
     11  <!ENTITY gnome-backgrounds-md5sum        "479f8ff4460b2bb0fc17a193e5818a7f">
     12  <!ENTITY gnome-backgrounds-size          "19 MB">
     13  <!ENTITY gnome-backgrounds-buildsize     "41 MB">
    1414  <!ENTITY gnome-backgrounds-time          "less than 0.1 SBU">
    1515]>
     
    8989    </para>
    9090
    91 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    92 make</userinput></screen>
     91<screen><userinput>mkdir build &amp;&amp;
     92cd build &amp;&amp;
     93meson --prefix=/usr .. &amp;&amp;
     94ninja</userinput></screen>
    9395
    9496    <para>
     
    100102    </para>
    101103
    102 <screen role="root"><userinput>make install</userinput></screen>
     104<screen role="root"><userinput>ninja install</userinput></screen>
    103105
    104106  </sect2>
Note: See TracChangeset for help on using the changeset viewer.