Changeset 51a0e43


Ignore:
Timestamp:
08/23/2014 05:08:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8210d19
Parents:
f4edf7c
Message:

More checks. Fix w3m image loading capabilities.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14011 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    rf4edf7c r51a0e43  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/json-glib.xml

    rf4edf7c r51a0e43  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libarchive.xml

    rf4edf7c r51a0e43  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libgusb-systemd.xml

    rf4edf7c r51a0e43  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/lzo.xml

    rf4edf7c r51a0e43  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/hicolor-icon-theme.xml

    rf4edf7c r51a0e43  
    3636    theme specification.</para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/graphite2.xml

    rf4edf7c r51a0e43  
    4646    </para>
    4747
    48     &lfs75_checked;
     48    &lfs76_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130<screen><userinput>mkdir build &amp;&amp;
    131131cd build &amp;&amp;
    132 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     132cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. &amp;&amp;
    133133make</userinput></screen>
    134134
  • general/prog/cmake-systemd.xml

    rf4edf7c r51a0e43  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9999    <title>Installation of CMake</title>
    100100
    101     <!-- <para>
    102        If <application>Qt4</application> and <application>Qt5</application> are
    103        installed in <filename class="directory">/opt</filename>, use
    104        <command>source setqt4</command> or <command>source setqt5</command> to
    105        choose which one will be used to build the Qt-based GUI.
    106     </para> -->
    107 
    108101    <para>
    109102      Install <application>CMake</application> by running the following
     
    114107            --system-libs       \
    115108            --mandir=/share/man \
    116             --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
     109            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117110make</userinput></screen>
    118111
    119112    <para>
    120       To test the results, issue: <command>bin/ctest</command>. If you want to
    121       investigate a problem with a given "problem1-test", use
    122       <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    123       <command>bin/ctest -E "problem1-test"</command>. These options can be
    124       used together:
    125       <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126       Option -N can be used to display all available tests, and you can run
    127       <command>bin/ctest</command> for a sub-set of tests by using separated by
    128       spaces names or numbers as options. Option --help can be used to
    129       show all options.
     113      To test the results, issue: <command>bin/ctest</command>.
    130114    </para>
    131115
  • general/prog/valgrind.xml

    rf4edf7c r51a0e43  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    100100    commands:</para>
    101101
    102 <screen><userinput>sed -i 's|2.18|2.19|'      configure        &amp;&amp;
     102<screen><userinput>sed -i 's|2.18|2.20|'      configure        &amp;&amp;
    103103sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    104104
     
    131131
    132132    <para>
    133       <command>sed s|2.18|2.19| ... </command>: This sed allows the program to build
    134       with glibc-2.19.
     133      <command>sed s|2.18|2.20| ... </command>: This sed allows the program to build
     134      with glibc-2.20.
    135135    </para>
    136136
  • general/sysutils/colord-systemd.xml

    rf4edf7c r51a0e43  
    1010  <!ENTITY colord-md5sum        "a03f06f20a1c70cbf30fc8bd59b99678">
    1111  <!ENTITY colord-size          "1.2 MB">
    12   <!ENTITY colord-buildsize     "31 MB 31 MB (additional 4 MB to build and install the API documentation, and 4 MB for the tests)">
    13   <!ENTITY colord-time          "0.5 SBU (additional 0.1 SBU for the tests)">
     12  <!ENTITY colord-buildsize     "39 MB">
     13  <!ENTITY colord-time          "0.5 SBU">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    146146
    147147    <para>
    148       To test the results, issue: <command>make -k check</command>. For unknown
    149       reasons, some tests may fail. Note that system-wide
     148      To test the results, make sure you have installed
     149      <xref linkend="valgrind"/> and issue: <command>make -k check</command>.
     150      Some tests may fail for unknown reasons. Note that system-wide
    150151      <application>D-Bus</application> daemon must be running or the tests
    151152      will fail.
  • networking/netlibs/curl.xml

    rf4edf7c r51a0e43  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/textweb/links.xml

    rf4edf7c r51a0e43  
    3535    and has many other features.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/textweb/lynx.xml

    rf4edf7c r51a0e43  
    3434    <para><application>Lynx</application> is a text based web browser.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/textweb/w3m.xml

    rf4edf7c r51a0e43  
    3333    also be used as a text-mode WWW browser.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104104
    105 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     105./configure --prefix=/usr --sysconfdir=/etc --with-imagelib=imlib2 &amp;&amp;
     106sed -i "s:lImlib2:&amp; -lX11:" Makefile &amp;&amp;
    106107make</userinput></screen>
    107108
     
    133134    <para><command>sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#'
    134135    configure</command>: This sed fixes compiling <application>w3m</application>
    135     using <xref linkend="gtk2"/> as its image library. It has no impact if
    136     <xref linkend="gtk2"/> is not installed.</para>
    137 
    138     <para><option>--sysconfdir=/etc</option>: This option puts the configuration
    139     files in /etc.</para>
     136    using <xref linkend="gdk-pixbuf"/> as its image library. It has no impact if
     137    <xref linkend="gdk-pixbuf"/> is not installed.</para>
     138
     139    <para>
     140      <parameter>--with-imagelib=imlib2</parameter>: This switch sets
     141      <xref linkend="imlib2"/> as the default image loading library. Remove it
     142      if you don't need image loading capabilities or you don't want to
     143      install X11. Note that build will fail if Xorg Libraries are present
     144      and this switch is not used.
     145    </para>
     146
     147    <para>
     148      <parameter>--with-imagelib=gdk-pixbuf</parameter>: Use this switch if you
     149      want to use <xref linkend="gdk-pixbuf"/> as the image loading library.
     150    </para>
     151
     152    <para>
     153      <command>sed -i "s:lImlib2:&amp; -lX11:" Makefile</command>: This sed
     154      fixes building when using <xref linkend="imlib2"/> as the image
     155      loading library.
     156    </para>
     157
    140158  </sect2>
    141159
  • postlfs/security/nettle.xml

    rf4edf7c r51a0e43  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/at-spi2-atk.xml

    rf4edf7c r51a0e43  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/at-spi2-core.xml

    rf4edf7c r51a0e43  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    107107    </para>
    108108
    109 <screen><userinput>./configure --prefix=/usr \
    110             --sysconfdir=/etc &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    111110make</userinput></screen>
    112111
  • x/lib/atk.xml

    rf4edf7c r51a0e43  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/pango.xml

    rf4edf7c r51a0e43  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/other/xdg-utils.xml

    rf4edf7c r51a0e43  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103    commands:</para>
    104104
    105 <screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr &amp;&amp;
    106106make</userinput></screen>
    107107
Note: See TracChangeset for help on using the changeset viewer.