Changeset 6eea7da for gnome/applications


Ignore:
Timestamp:
04/19/2019 03:13:07 AM (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:
3defa3b1
Parents:
f1ae36ef
Message:

Add GSound (for gnome-control-center)
Update to gnome-control-center-3.32.1
Update to gnome-bluetooth-3.32.1
Update to gnome-settings-daemon-3.32.0
Update to gnome-color-manager-3.32.0
Minor stylistic tweak to gnome.ent

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

Location:
gnome/applications
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-color-manager.xml

    rf1ae36ef r6eea7da  
    66
    77  <!ENTITY gnome-color-manager-download-http
    8            "&gnome-download-http;/gnome-color-manager/&gnome-minor-30;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
     8           "&gnome-download-http;/gnome-color-manager/&gnome-minor-32;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
    99  <!ENTITY gnome-color-manager-download-ftp
    10            "&gnome-download-ftp;/gnome-color-manager/&gnome-minor-30;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
    11   <!ENTITY gnome-color-manager-md5sum        "f1caa9d4ece97e21b4ff1147201b6dd3">
     10           "&gnome-download-ftp;/gnome-color-manager/&gnome-minor-32;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
     11  <!ENTITY gnome-color-manager-md5sum        "e6de219a25ac16630aca552936611c15">
    1212  <!ENTITY gnome-color-manager-size          "2.5 MB">
    13   <!ENTITY gnome-color-manager-buildsize     "23 MB">
     13  <!ENTITY gnome-color-manager-buildsize     "24 MB">
    1414  <!ENTITY gnome-color-manager-time          "0.2 SBU">
    1515]>
     
    8989    <bridgehead renderas="sect4">Recommended</bridgehead>
    9090    <para role="recommended">
    91       <!-- Unfortunately, the API changes in Exiv2 have caused this apckage to
    92       fail to build unless support is disabled. However, the build still bombs
    93       if it is not installed. Nobody has patches available, and I'm not
    94       comfortable patching it, so disable support for now. -->
    9591      <xref linkend="exiv2"/> and
    9692      <xref linkend="vte"/>
     
    126122cd    build &amp;&amp;
    127123
    128 meson --prefix=/usr -Dexiv=false .. &amp;&amp;
     124meson --prefix=/usr .. &amp;&amp;
    129125ninja</userinput></screen>
    130126
     
    141137  </sect2>
    142138
     139  <!--
    143140  <sect2 role="commands">
    144141    <title>Command Explanations</title>
     
    147144    using Exiv2 because Exiv2-0.27 changed the API in a way that several
    148145    applications cannot use.</para>
    149     <!-- Please check this at the next version of gnome-color-manager AND/OR
     146    <!- - Please check this at the next version of gnome-color-manager AND/OR
    150147    the next version of Exiv2. No work has been done upstream, but I did file
    151     an issue upstream. -->
    152 
    153   </sect2>
     148    an issue upstream. - ->
     149
     150  </sect2>
     151  -->
    154152
    155153  <sect2 role="content">
  • gnome/applications/gnome-maps.xml

    rf1ae36ef r6eea7da  
    103103
    104104meson --prefix=/usr .. &amp;&amp;
    105 ninja
    106 </userinput></screen>
     105ninja</userinput></screen>
    107106
    108107    <para>
Note: See TracChangeset for help on using the changeset viewer.