Changeset b3bd49df


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcc12b02 rb3bd49df  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 26th, &year;">
     9<!ENTITY releasedate  "October 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome.ent

    rcc12b02 rb3bd49df  
    3838<!ENTITY libwnck-version                   "3.24.1">
    3939<!ENTITY evolution-data-server-version     "3.26.1">
    40 
    4140<!ENTITY folks-version                     "0.11.4">
    4241<!ENTITY gfbgraph-version                  "0.2.3">
     
    4645<!ENTITY dconf-version                     "0.26.1">
    4746<!ENTITY dconf-editor-version              "3.26.1">
    48 <!ENTITY gnome-backgrounds-version         "3.24.0">
     47<!ENTITY gnome-backgrounds-version         "3.26.2">
    4948<!ENTITY gvfs-version                      "1.32.1">
    5049<!ENTITY nautilus-version                  "3.24.2.1">
  • 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>
  • introduction/welcome/changelog.xml

    rcc12b02 rb3bd49df  
    4343-->
    4444    <listitem>
     45      <para>October 27th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to gnome-backgrounds-3.26.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>October 26th, 2017</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.