Changeset c48b85a1


Ignore:
Timestamp:
06/26/2019 10:27:15 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
e4a13182
Parents:
f1c4c622
Message:

Update to newt-0.52.21
telepathy-glib: Style improvement
gtk-doc: Typo fix
geocode-glib: style improvement
gnome-desktop: Fix typo in test descriptions for SysV, add comment about needing to add -Dgnome_distributor= to SysV when Elogind drops

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    rf1c4c622 rc48b85a1  
    109109    </para>
    110110
    111 <screen><userinput>./configure --prefix=/usr \
     111<screen><userinput>./configure --prefix=/usr          \
    112112            --enable-vala-bindings \
    113             --disable-static &amp;&amp;
     113            --disable-static       &amp;&amp;
    114114make</userinput></screen>
    115115
  • general/genutils/gtk-doc.xml

    rf1c4c622 rc48b85a1  
    8787      Python modules
    8888      <ulink url="https://anytree.readthedocs.io/en/latest/">anytree</ulink>, and
    89       <ulink url="https://pypi.org/project/parameterized/">paramerterized</ulink>
     89      <ulink url="https://pypi.org/project/parameterized/">parameterized</ulink>
    9090    </para>
    9191
  • general/graphlib/newt.xml

    rf1c4c622 rc48b85a1  
    77  <!ENTITY newt-download-http "https://releases.pagure.org/newt/newt-&newt-version;.tar.gz">
    88  <!ENTITY newt-download-ftp  " ">
    9   <!ENTITY newt-md5sum        "70b288f821234593a8e7920e435b259b">
    10   <!ENTITY newt-size          "180 KB">
    11   <!ENTITY newt-buildsize     "4.1 MB">
     9  <!ENTITY newt-md5sum        "a0a5fd6b53bb167a65e15996b249ebb5">
     10  <!ENTITY newt-size          "172 KB">
     11  <!ENTITY newt-buildsize     "6.4 MB">
    1212  <!ENTITY newt-time          "less than 0.1 SBU">
    1313]>
  • gnome/platform/geocode-glib.xml

    rf1c4c622 rc48b85a1  
    108108    <screen><userinput>mkdir build                                   &amp;&amp;
    109109cd    build                                   &amp;&amp;
    110 meson --prefix /usr .. -Denable-gtk-doc=false &amp;&amp;
     110meson --prefix /usr -Denable-gtk-doc=false .. &amp;&amp;
    111111ninja</userinput></screen>
    112112
  • gnome/platform/gnome-desktop.xml

    rf1c4c622 rc48b85a1  
    126126    <para revision="sysv">
    127127      This package does not come with a functioning test suite.
    128       or similar.
     128      <!-- NOTE: On my elogind system, all tests passed. Please verify -renodr -->
    129129    </para>
    130130
     
    150150      field of the <quote>GNOME About</quote> display window.
    151151    </para>
     152
     153    <!-- When elogind drops into mainline, we need to add that option
     154         to gnome-desktop, otherwise there's no distributor noted. -->
    152155
    153156    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    rf1c4c622 rc48b85a1  
    4545      <para>June 26th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to newt-0.52.21. Fixes
     49          <ulink url="&blfs-ticket-root;12103">#12103</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to pygobject3-3.32.2 (Python Module). Fixes
  • packages.ent

    rf1c4c622 rc48b85a1  
    219219<!ENTITY libwebp-version              "1.0.2">
    220220<!ENTITY mypaint-brushes-version      "1.3.0"> <!-- version 1 only -->
    221 <!ENTITY newt-version                 "0.52.20">
     221<!ENTITY newt-version                 "0.52.21">
    222222<!ENTITY opencv-version               "4.1.0">
    223223<!ENTITY opencv-contrib-version       "4.1.0">
Note: See TracChangeset for help on using the changeset viewer.