Changeset 1575ce1 for gnome


Ignore:
Timestamp:
01/16/2019 02:04:36 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, 8.4, 9.0, 9.1, bdubbs/svn, 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:
51a8ab3
Parents:
dab2444
Message:

Various build fixes, and add a command explanation to gnome-color-manager about the Exiv2 API changes.

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

Location:
gnome
Files:
2 edited

Legend:

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

    rdab2444 r1575ce1  
    131131
    132132<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. -->
    133145
    134146  </sect2>
  • gnome/platform/dconf.xml

    rdab2444 r1575ce1  
    162162cd    build &amp;&amp;
    163163
    164 meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     164meson --prefix=/usr --sysconfdir=/etc -Dbash_completion=false .. &amp;&amp;
    165165ninja</userinput></screen>
    166166
     
    187187cd    build &amp;&amp;
    188188
    189 meson --prefix=/usr --sysconfdir=/etc -Dbash_completion=false .. &amp;&amp;
     189meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
    190190ninja</userinput></screen>
    191191
Note: See TracChangeset for help on using the changeset viewer.