Changeset d278ced for x


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

Location:
x
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r15ee416 rd278ced  
    165165
    166166sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
     167sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
    167168./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    168169            --prefix=$XORG_PREFIX           \
     
    225226      <application>libpthread-stubs</application> package which is useless
    226227      on Linux.
     228    </para>
     229
     230    <para>
     231      <command>sed -i ... ltmain.sh</command>: This sed silences several
     232      useless and annoying warnings from libtool.
    227233    </para>
    228234
  • x/lib/at-spi2-atk.xml

    r15ee416 rd278ced  
    9494    </para>
    9595
    96 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     96<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     97./configure --prefix=/usr &amp;&amp;
    9798make</userinput></screen>
    9899
     
    110111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111112      href="../../xincludes/gsettings-destdir.xml"/>
     113  </sect2>
     114
     115  <sect2 role="commands">
     116    <title>Command Explanations</title>
     117   
     118    <para>
     119      <command>sed -i ... ltmain.sh</command>: This sed silences several
     120      useless and obsolete warnings generated from libtool.
     121    </para>
     122
    112123  </sect2>
    113124
  • x/lib/gdk-pixbuf.xml

    r15ee416 rd278ced  
    118118    </para>
    119119
    120 <screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
     120<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     121./configure --prefix=/usr --with-x11 &amp;&amp;
    121122make</userinput></screen>
    122123
     
    146147  <sect2 role="commands">
    147148    <title>Command Explanations</title>
     149
     150    <para>
     151      <command>sed -i ... ltmain.sh</command>: This sed silences several
     152      useless and annoying warnings generated from libtool.
     153    </para>
    148154
    149155    <para>
  • x/lib/gtk+2.xml

    r15ee416 rd278ced  
    110110    -i docs/{faq,tutorial}/Makefile.in      &amp;&amp;
    111111
     112sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     113
    112114./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    113115
     
    143145  <sect2 role="commands">
    144146    <title>Command Explanations</title>
     147
     148    <para>
     149      <command>sed -i ... ltmain.sh</command>: This sed silences several
     150      useless and obsolete warnings generated from libtool.
     151    </para>
    145152
    146153    <para>
  • 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>
  • x/lib/pango.xml

    r15ee416 rd278ced  
    113113    </para>
    114114
    115 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     115<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     116./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    116117make</userinput></screen>
    117118
     
    141142  <sect2 role="commands">
    142143    <title>Command Explanations</title>
     144
     145    <para>
     146      <command>sed -i ... ltmain.sh</command>: This sed silences several
     147      useless and annoying warnings generated from libtool.
     148    </para>
    143149
    144150    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.