Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

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

    r8f6f10e rd60cd837  
    66
    77  <!ENTITY gnome-color-manager-download-http
    8            "&gnome-download-http;/gnome-color-manager/&gnome-minor-28;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
     8           "&gnome-download-http;/gnome-color-manager/&gnome-minor-30;/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-28;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
    11   <!ENTITY gnome-color-manager-md5sum        "e1ddc02d6f6b44edc75953ad5ef9e3e3">
     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">
    1212  <!ENTITY gnome-color-manager-size          "2.5 MB">
    13   <!ENTITY gnome-color-manager-buildsize     "16 MB">
    14   <!ENTITY gnome-color-manager-time          "less than 0.1 SBU">
     13  <!ENTITY gnome-color-manager-buildsize     "23 MB">
     14  <!ENTITY gnome-color-manager-time          "0.2 SBU">
    1515]>
    1616
     
    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. -->
    9195      <xref linkend="exiv2"/> and
    9296      <xref linkend="vte"/>
     
    9599    <bridgehead renderas="sect4">Optional</bridgehead>
    96100    <para role="optional">
    97 <!--      <xref linkend="appstream-glib"/> and -->
    98101      <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
    99102      <xref linkend="docbook-utils"/> (currently causes build to fail)
     
    116119cd    build &amp;&amp;
    117120
    118 meson --prefix=/usr .. &amp;&amp;
     121meson --prefix=/usr -Dexiv=false .. &amp;&amp;
    119122ninja</userinput></screen>
    120123
     
    128131
    129132<screen role="root"><userinput>ninja install</userinput></screen>
     133
     134  </sect2>
     135
     136  <sect2 role="commands">
     137    <title>Command Explanations</title>
     138
     139    <para><parameter>-Dexiv=false</parameter>: This switch is used to disable
     140    using Exiv2 because Exiv2-0.27 changed the API in a way that several
     141    applications cannot use.</para>
     142    <!-- Please check this at the next version of gnome-color-manager AND/OR
     143    the next version of Exiv2. No work has been done upstream, but I did file
     144    an issue upstream. -->
    130145
    131146  </sect2>
Note: See TracChangeset for help on using the changeset viewer.