Changeset d278ced


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

Files:
22 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r15ee416 rd278ced  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 21st &year;">
     9<!ENTITY releasedate  "July 22nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/wayland-protocols.xml

    r15ee416 rd278ced  
    1313]>
    1414
    15 <sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;" revision="systemd">
     15<sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;">
    1616  <?dbhtml filename="wayland-protocols.html"?>
    1717
  • general/graphlib/babl.xml

    r15ee416 rd278ced  
    118118      <filename>BablFishPath.html</filename> and
    119119      <filename>index.html</filename> generation. Remove it, if you want them.
     120      Note that generating the docs takes a long time, up to as much as
     121      2.8 SBU.
    120122    </para>
    121123
  • general/graphlib/jasper.xml

    r15ee416 rd278ced  
    120120    <title>Command Explanations</title>
    121121
    122     <para><parameter>--enable-shared</parameter>: This command
     122    <para><parameter>--enable-shared</parameter>: This switch
    123123    causes the shared library to be built.</para>
    124124
  • general/graphlib/librsvg.xml

    r15ee416 rd278ced  
    106106    </para>
    107107
    108 <screen><userinput>./configure --prefix=/usr    \
     108<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     109./configure --prefix=/usr    \
    109110            --enable-vala    \
    110111            --disable-static &amp;&amp;
     
    124125  <sect2 role="commands">
    125126    <title>Command Explanations</title>
     127
     128    <para>
     129      <command>sed -i ... ltmain.sh</command>: This sed silences several
     130      useless and annoying warnings generated by libtool.
     131    </para>
    126132
    127133    <para>
  • general/graphlib/libtiff.xml

    r15ee416 rd278ced  
    105105    </para>
    106106
    107 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     107<screen><userinput>sed -i "/seems to be moved/s/^/#/" libtool &amp;&amp;
     108./configure --prefix=/usr --disable-static &amp;&amp;
    108109make</userinput></screen>
    109110
  • general/prog/pygobject2.xml

    r15ee416 rd278ced  
    107107
    108108<screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch   &amp;&amp;
     109sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
    109110./configure --prefix=/usr --disable-introspection &amp;&amp;
    110111make</userinput></screen>
     
    123124    <sect3 role="commands">
    124125      <title>Command Explanations</title>
     126
     127      <para>
     128        <command>sed -i ... ltmain.sh</command>: This sed silences several
     129        useless and annoying warnings generated by libtool.
     130      </para>
    125131
    126132      <para>
  • general/sysutils/colord.xml

    r15ee416 rd278ced  
    135135    </para>
    136136
    137 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
     137<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     138./configure --prefix=/usr                \
    138139            --sysconfdir=/etc            \
    139140            --localstatedir=/var         \
     
    147148make</userinput></screen>
    148149
    149 <screen revision="systemd"><userinput>./configure --prefix=/usr                \
     150<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     151./configure --prefix=/usr                \
    150152            --sysconfdir=/etc            \
    151153            --localstatedir=/var         \
     
    174176  <sect2 role="commands">
    175177    <title>Command Explanations</title>
     178
     179    <para>
     180      <command>sed -i ... ltmain.sh</command>: This sed command silences
     181      several useless and annoying warnings generated by libtool.
     182    </para>
    176183
    177184    <para>
  • gnome.ent

    r15ee416 rd278ced  
    1717<!ENTITY libsecret-version            "0.18.5">
    1818<!ENTITY gcr-version                  "3.20.0">
    19 <!ENTITY gjs-version                  "1.45.3">
     19<!ENTITY gjs-version                  "1.45.4">
    2020<!ENTITY gnome-desktop-version        "3.20.2">
    2121<!ENTITY gnome-video-effects-version  "0.4.1">
  • gnome/platform/gjs.xml

    r15ee416 rd278ced  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "b577c0fc65a132bfb1f36b82129bfd3f">
    10   <!ENTITY gjs-size          "480 KB">
    11   <!ENTITY gjs-buildsize     "28 MB (with tests)">
    12   <!ENTITY gjs-time          "0.6 SBU (with tests)">
     9  <!ENTITY gjs-md5sum        "90f00c5a931e23682bfcc7db906b6c1c">
     10  <!ENTITY gjs-size          "472 KB">
     11  <!ENTITY gjs-buildsize     "34 MB (with tests)">
     12  <!ENTITY gjs-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       <application>Gjs</application> is a Javascript binding for
     33      <application>Gjs</application> is a set of Javascript bindings for
    3434      <application>GNOME</application>.
    3535    </para>
     
    103103    </para>
    104104
    105 <screen><userinput>
    106 sed -e '/inout/s:JSUnit://JSUnit:' \
    107     -i installed-tests/js/testEverythingBasic.js &amp;&amp;
    108 
    109 ./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr &amp;&amp;
    110106make</userinput></screen>
    111107
     
    122118  </sect2>
    123119
     120<!--
    124121  <sect2 role="commands">
    125122    <title>Command Explanations</title>
     123
    126124
    127125    <para>
    128126      <command>sed ...</command>: Disable a failing test.
    129127    </para>
    130    
     128
     129 Above command no longer needed as of 1.45.4. 20160622 Douglas
     130   
    131131  </sect2>
     132-->
    132133
    133134  <sect2 role="content">
  • gnome/platform/rest.xml

    r15ee416 rd278ced  
    104104    </para>
    105105
    106 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     106<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     107./configure --prefix=/usr &amp;&amp;
    107108make</userinput></screen>
    108109
     
    118119<screen role="root"><userinput>make install</userinput></screen>
    119120
     121  </sect2>
     122
     123  <sect2 role="commands">
     124    <title>Command Explanations</title>
     125
     126    <para>
     127      <command>sed -i ... ltmain.sh</command>: This sed silences several
     128      useless and annoying warnings generated by libtool.
     129    </para>
     130   
    120131  </sect2>
    121132
  • introduction/welcome/changelog.xml

    r15ee416 rd278ced  
    4444
    4545-->
     46    <listitem>
     47      <para>July 22nd, 2016</para>
     48      <itemizedlist>
     49         <listitem>
     50           <para>[renodr] - Update to gjs-1.45.4. Fixes
     51           <ulink url="&blfs-ticket-root;8095">#8095</ulink>.</para>
     52         </listitem>
     53         <listitem>
     54           <para>[renodr] - Added a note to babl to mention that generating
     55           the docs takes a long time.</para>
     56         </listitem>
     57         <listitem revision="sysv">
     58           <para>[renodr] - Made wayland-protocols available to trunk and
     59           made modifications to GTK+-3 to reflect this.</para>
     60         </listitem>
     61         <listitem>
     62           <para>[renodr] - Added seds to several packages to silence libtool
     63           warnings.</para>
     64         </listitem>
     65         <listitem revision="systemd">
     66           <para>[renodr] - Restored systemd specific info to Gutenprint.</para>
     67         </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
    4671    <listitem>
    4772      <para>July 21st, 2016</para>
  • networking/netlibs/libsoup.xml

    r15ee416 rd278ced  
    113113    </para>
    114114
    115 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     115<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh &amp;&amp;
     116./configure --prefix=/usr --disable-static &amp;&amp;
    116117make</userinput></screen>
    117118
     
    130131  <sect2 role="commands">
    131132    <title>Command Explanations</title>
     133
     134    <para>
     135      <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences
     136      several useless and annoying warnings generated by libtool.
     137    </para>
    132138
    133139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • postlfs/security/polkit.xml

    r15ee416 rd278ced  
    165165    </para>
    166166
    167 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
    168             --sysconfdir=/etc            \
    169             --localstatedir=/var         \
    170             --disable-static             \
    171             --enable-libsystemd-login=no \
    172             --with-authfw=shadow         &amp;&amp;
     167<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     168./configure --prefix=/usr                    \
     169            --sysconfdir=/etc                \
     170            --localstatedir=/var             \
     171            --disable-static                 \
     172            --enable-libsystemd-login=no     \
     173            --with-authfw=shadow             &amp;&amp;
    173174make</userinput></screen>
    174175
    175 <screen revision="systemd"><userinput>./configure --prefix=/usr        \
    176             --sysconfdir=/etc    \
    177             --localstatedir=/var \
    178             --disable-static     &amp;&amp;
     176<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     177./configure --prefix=/usr                    \
     178            --sysconfdir=/etc                \
     179            --localstatedir=/var             \
     180            --disable-static                 &amp;&amp;
    179181make</userinput></screen>
    180182
     
    197199  <sect2 role="commands">
    198200    <title>Command Explanations</title>
     201
     202    <para>
     203      <command>sed -i ... ltmain.sh</command>: This sed silences many useless
     204      and annoying warnings from libtool.
     205    </para>
    199206
    200207    <para revision="sysv">
  • pst/printing/gutenprint.xml

    r15ee416 rd278ced  
    181181      class="username">root</systemitem> user):</para>
    182182
    183 <screen role="root"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
     183<screen role="root" revision="sysv"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
     184
     185<screen role="root" revision="systemd"><userinput>systemctl restart org.cups.cupsd</userinput></screen>
    184186
    185187      <!-- <para>This command may take a long time (up to 10 minutes)
  • 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"
  • xsoft/other/gimp.xml

    r15ee416 rd278ced  
    178178    </para>
    179179
    180 <screen><userinput>./configure --prefix=/usr \
     180<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     181./configure --prefix=/usr \
    181182            --sysconfdir=/etc \
    182183            --without-gvfs &amp;&amp;
     
    244245
    245246    <para>
    246       <command> sed ... configure.ac</command>: This command allows
     247      <command>sed ... configure.ac</command>: This command allows
    247248      building with the current version of gegl.
     249    </para>
     250
     251    <para>
     252      <command>sed -i ... ltmain.sh</command>: This sed silences several
     253      useless and annoying warnings generated by libtool.
    248254    </para>
    249255
Note: See TracChangeset for help on using the changeset viewer.