Changeset d278ced for x/lib/gtk+3.xml


Ignore:
Timestamp:
07/22/2016 09:00:54 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
cbd8ed8
Parents:
15ee416
Message:

Update to gjs-1.45.4
Added several seds to packages to silence libtool warnings
Added wayland-protocols to trunk and modified GTK+3 instructions to reflect this
Typo fixes and text changes
Added systemd-specific CUPS restart info back to Gutenprint
Added a note in babl that generating the docs takes a long time.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3.xml

    r15ee416 rd278ced  
    102102      <xref linkend="json-glib"/>,
    103103      <xref linkend="libxkbcommon"/>,
    104       <xref linkend="wayland"/>, and
     104      <xref linkend="wayland"/>,
     105      <xref linkend="wayland-protocols"/>, and
    105106      <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>
    106107    </para>
     
    142143    </para>
    143144
    144 <screen><userinput>./configure --prefix=/usr             \
     145<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh &amp;&amp;
     146./configure --prefix=/usr             \
    145147            --sysconfdir=/etc         \
    146148            --enable-broadway-backend \
     
    190192  <sect2 role="commands">
    191193    <title>Command Explanations</title>
     194
     195    <para>
     196      <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences
     197      several useless and annoying warnings generated by libtool.
     198    </para>
    192199
    193200    <para>
Note: See TracChangeset for help on using the changeset viewer.