Changeset 1575ce1


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    rdab2444 r1575ce1  
    140140        </seg>
    141141        <seg>
    142           none.
     142          none
    143143        </seg>
    144144        <seg>
  • general/prog/rust.xml

    rdab2444 r1575ce1  
    146146        This package is updated on a six-weekly release cycle. Because it is
    147147        such a large and slow package to build, and is at the moment only required
    148         by three packages in this book, the BLFS editors take the view that it
     148        by five packages in this book, the BLFS editors take the view that it
    149149        should only be updated when that is necessary.
    150150      </para>
  • general/sysutils/accountsservice.xml

    rdab2444 r1575ce1  
    109109    </para>
    110110
    111 <screen><userinput>meson --prefix=/usr            \
     111<screen><userinput>mkdir build &amp;&amp;
     112cd build &amp;&amp;
     113
     114meson --prefix=/usr            \
    112115            -Dadmin_group=adm  \
    113116            -Dsystemd=true     \
  • 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.