Changeset 7c4f32b


Ignore:
Timestamp:
07/17/2015 12:43:56 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
458e839c
Parents:
895c4b7
Message:

LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

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

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r895c4b7 r7c4f32b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 15th &year;">
     9<!ENTITY releasedate  "July 16th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/pinentry.xml

    r895c4b7 r7c4f32b  
    8787    commands:</para>
    8888
    89 <screen><userinput>CXXFLAGS=-std=c++11 ./configure --prefix=/usr &amp;&amp;
     89<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9090make</userinput></screen><!-- &amp;&amp;
    9191
     
    124124
    125125    <para>
    126       <envar>CXXFLAGS=-std=c++11</envar>: Fix a build problem with gcc-5.
     126      <option>--enable-pinentry-qt4</option>: Use this switch if you wish to
     127      install <command>pinentry-qt4</command>.
    127128    </para>
    128129
    129130    <para>
    130       <option>--enable-pinentry-qt4</option>: Use this switch if ypu wish to
    131       install <command>pinentry-qt4</command>. If both <xref linkend="qt4"/>
    132       and <xref linkend="qt5"/> are installed, use <command>source
    133       setqt4</command>, before starting. Also, you need to modify the
    134       configuration step, using <command>CXX="g++ -std=c++11"
    135       MOC="$QT4DIR/bin/moc" ./configure ...</command>, to fix building with
    136       gcc-5 and for Qt4 <command>moc</command> (Qt4 meta object compiler)
    137       detection.
     131      <envar>CXXFLAGS=-std=c++11</envar>: If using
     132      <option>--enable-pinentry-qt4</option> switch, add to the
     133      <command>./configure ...</command> command line, to fix a build problem
     134      with gcc-5.
     135    </para>
     136
     137    <para>
     138      <envar>MOC=$QT4DIR/bin/moc</envar>:  If using
     139      <option>--enable-pinentry-qt4</option> switch, add to the
     140      <command>./configure ...</command> command line, to help Qt4
     141      <command>moc</command> (Qt4 meta object compiler) detection.
    138142    </para>
    139143
  • gnome.ent

    r895c4b7 r7c4f32b  
    4949<!ENTITY gucharmap-version            "3.16.2">
    5050<!ENTITY nautilus-version             "3.16.2">
    51 <!ENTITY network-manager-applet-version "1.0.2">
     51<!ENTITY network-manager-applet-version "1.0.4">
    5252<!ENTITY seahorse-version             "3.16.0">
  • gnome/applications/network-manager-applet.xml

    r895c4b7 r7c4f32b  
    99  <!ENTITY network-manager-applet-download-ftp
    1010           "&gnome-download-ftp;/network-manager-applet/1.0/network-manager-applet-&network-manager-applet-version;.tar.xz">
    11   <!ENTITY network-manager-applet-md5sum        "5b2a8baa6b038b3e55e5444ff321e80d">
     11  <!ENTITY network-manager-applet-md5sum        "7fc2ed3f0c46ed41ddabe99d51513b1c">
    1212  <!ENTITY network-manager-applet-size          "1.3 MB">
    13   <!ENTITY network-manager-applet-buildsize     "51 MB">
    14   <!ENTITY network-manager-applet-time          "0.3 SBU">
     13  <!ENTITY network-manager-applet-buildsize     "52 MB (with the tests)">
     14  <!ENTITY network-manager-applet-time          "0.4 SBU (with the tests)">
    1515]>
    1616
     
    171171        </seg>
    172172        <seg>
    173           /usr/include/libnm-gtk,
    174           /usr/share/libnm-gtk, and
     173          /usr/{include,share}/libnm-gtk and
    175174          /usr/share/nm-applet
    176175        </seg>
  • introduction/welcome/changelog.xml

    r895c4b7 r7c4f32b  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 15th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to libepoxy-1.3.1. Fixes
     52          <ulink url="&blfs-ticket-root;6726">#6726</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to Samba-4.2.3. Fixes
     56          <ulink url="&blfs-ticket-root;6721">#6721</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to network-manager-applet-1.0.4. Fixes
     60          <ulink url="&blfs-ticket-root;6720">#6720</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to NetworkManager-1.0.4. Fixes
     64          <ulink url="&blfs-ticket-root;6720">#6720</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
    4668
    4769    <listitem>
  • lxqt/desktop/lxqt-common.xml

    r895c4b7 r7c4f32b  
    7676      <xref linkend="liblxqt"/>,
    7777      <xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g.
    78       <xref linkend="xfwm4"/>, but it was not tested for BLFS),
     78      <xref linkend="xfwm4"/>, but this has not been tested for BLFS),
    7979      <xref linkend="qt5"/> built with <xref linkend="librsvg"/>, and
    8080      <xref linkend="xdg-utils"/>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="consolekit"/>, or
     85      <xref linkend="consolekit"/> alone or with
    8686      <xref linkend="lxdm"/> or another Display Manager, e.g.
    87       <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this is reported
    88       as the <quote>recommended <application>LXQt</application> display
    89       manager</quote>,
     87      <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this has been
     88      reported as the <quote>recommended <application>LXQt</application>
     89      display manager</quote>),
    9090      <xref linkend="desktop-file-utils"/>,
    9191      <xref linkend="hicolor-icon-theme"/>, and
  • lxqt/desktop/lxqt-policykit.xml

    r895c4b7 r7c4f32b  
    3131
    3232    <para>
    33       The <application>lxqt-policykit</application> package the
     33      The <application>lxqt-policykit</application> package is the
    3434      <application>LXQt</application> PolicyKit agent.
    3535    </para>
  • lxqt/desktop/lxqt-runner.xml

    r895c4b7 r7c4f32b  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       kwindowsystem, from <xref linkend="kf5-frameworks"/>
     77      kwindowsystem, from <xref linkend="kf5-frameworks"/>,
    7878      <xref linkend="lxqt-common"/>,
    7979      <xref linkend="lxqt-globalkeys"/> and
  • lxqt/desktop/post-install.xml

    r895c4b7 r7c4f32b  
    3838    <bridgehead renderas="sect4">Recommended</bridgehead>
    3939    <para role="recommended">
    40       <xref linkend="consolekit"/>, or
     40      <xref linkend="consolekit"/> alone or with
    4141      <xref linkend="lxdm"/> or another Display Manager, e.g.
    42       <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this is reported
    43       as the <quote>recommended <application>LXQt</application> display
    44       manager</quote>
     42      <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this has been
     43      reported as the <quote>recommended <application>LXQt</application>
     44      display manager</quote>)
    4545    </para>
    4646
  • lxqt/desktop/pre-install.xml

    r895c4b7 r7c4f32b  
    2121    <para>
    2222      LXQt can be installed in /usr or /opt/lxqt.  The BLFS editors recommend
    23       the latter in the BLFS environment. The former has not been tests in
     23      the latter in the BLFS environment. The former has not been tested in
    2424      BLFS.
    2525    </para>
  • networking/netprogs/samba.xml

    r895c4b7 r7c4f32b  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "77f138cc0736549b03872279364766e0">
     9  <!ENTITY samba-md5sum        "aeaa6ccee87727b7d01df7b6d0864c74">
    1010  <!ENTITY samba-size          "20 MB">
    11   <!ENTITY samba-buildsize     "487 MB (additional 399 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (additional 6.9 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "476 MB (additional 397 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
     12  <!ENTITY samba-time          "2.1 SBU, using parallelism=4 (additional 7.4 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    115115    </note>
    116116
    117     <para>Fix some code when building with gnutls-3.4 and later:</para>
    118 
    119 <screen><userinput>sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    120     -e '/cert_type_priority/d' \
    121     -i source4/lib/tls/tls.c &amp;&amp;
    122 sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
    123     -e '/t cert_type_priority/ s:^:/*:' \
    124     -e '/t cert_type_priority/{n;N;N;N;s:$:*/:}' \
    125     -i source4/lib/tls/tls_tstream.c</userinput></screen>
    126 
    127117    <para>Install <application>Samba</application> by running the following
    128118    commands:</para>
  • networking/netutils/networkmanager.xml

    r895c4b7 r7c4f32b  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.0/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "5a4899f89edcbdd1ac46d2d947e8d6eb">
    12   <!ENTITY NetworkManager-size          "3.1 MB">
    13   <!ENTITY NetworkManager-buildsize     "319 MB (additional 1 MB for the tests)">
    14   <!ENTITY NetworkManager-time          "1.6 SBU (additional 0.2 SBU for the tests)">
     11  <!ENTITY NetworkManager-md5sum        "7eabef7bd3bbdd6dc0473dd32aeac924">
     12  <!ENTITY NetworkManager-size          "3.3 MB">
     13  <!ENTITY NetworkManager-buildsize     "358 MB (with the tests)">
     14  <!ENTITY NetworkManager-time          "2.6 SBU (with the tests)">
    1515]>
    1616
     
    122122
    123123    <para>
    124       If <xref linkend="qt4"/> and  <xref linkend="qt5"/> are installed, you
    125       need to choose <application>Qt4</application> with
    126       <command>source setqt4</command>, before starting. Install
    127       <application>NetworkManager</application> by running the following
    128       commands:
     124      Install <application>NetworkManager</application> by running the
     125      following commands:
    129126    </para>
    130127
     
    264261        <seg>
    265262          /etc/NetworkManager,
    266           /usr/include/{libnm,libnm-glib,NetworkManager},
     263          /usr/include/{libnm{,-glib},NetworkManager},
    267264          /usr/lib/NetworkManager,
    268265          /usr/share/doc/NetworkManager-&NetworkManager-version;,
    269           /usr/share/gtk-doc/html/{libnm,libnm-glib,libnm-util,NetworkManager},
    270           and
     266          /usr/share/gtk-doc/html/{libnm{,-glib,-util},NetworkManager}, and
    271267          /var/{lib,run}/NetworkManager
    272268        </seg>
  • packages.ent

    r895c4b7 r7c4f32b  
    110110<!ENTITY libdaemon-version            "0.14">
    111111<!ENTITY libdrm-version               "2.4.62">
    112 <!ENTITY libepoxy-version             "1.2">
     112<!ENTITY libepoxy-version             "1.3.1">
    113113<!ENTITY libesmtp-version             "1.0.6">
    114114<!ENTITY libffi-version               "3.2.1">
     
    357357<!ENTITY rpcbind-version              "0.2.3">
    358358<!ENTITY rsync-version                "3.1.1">
    359 <!ENTITY samba-version                "4.2.2">
     359<!ENTITY samba-version                "4.2.3">
    360360<!ENTITY wget-version                 "1.16.3">
    361361<!ENTITY wireless-tools-version       "29">
     
    366366<!ENTITY bind-version                 "9.10.2-P2">
    367367<!ENTITY mod_dnssd-version            "0.6">
    368 <!ENTITY NetworkManager-version       "1.0.2">
     368<!ENTITY NetworkManager-version       "1.0.4">
    369369<!ENTITY nmap-version                 "6.47">
    370370<!ENTITY traceroute-version           "2.0.21">
  • x/installing/xorg-server.xml

    r895c4b7 r7c4f32b  
    9696    <para role="recommended">
    9797      <xref linkend="libepoxy"/> (required for glamor, see command
    98       explanations below)
     98      explanations below) and
    9999      <xref linkend="xcb-util-keysyms"/> (used by Xnest)
    100100    </para>
  • x/lib/libepoxy.xml

    r895c4b7 r7c4f32b  
    55  %general-entities;
    66
    7   <!ENTITY libepoxy-download-http "http://crux.nu/files/libepoxy-&libepoxy-version;.tar.gz">
     7  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/v&libepoxy-version;/libepoxy-&libepoxy-version;.tar.bz2">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "12d6b7621f086c0c928887c27d90bc30">
    10   <!ENTITY libepoxy-size          "264 KB">
    11   <!ENTITY libepoxy-buildsize     "21 MB">
    12   <!ENTITY libepoxy-time          "0.2 SBU">
     9  <!ENTITY libepoxy-md5sum        "96f6620a9b005a503e7b44b0b528287d">
     10  <!ENTITY libepoxy-size          "804 KB">
     11  <!ENTITY libepoxy-buildsize     "27 MB (with the tests)">
     12  <!ENTITY libepoxy-time          "0.1 SBU (with the tests)">
    1313]>
    1414
     
    9191    </para>
    9292
    93 <screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9494make</userinput></screen>
    9595
    9696    <para>
    97       To test the results, issue: <command>make -k check</command>. Some
    98       tests may fail for unknown reasons.
     97      To test the results, issue: <command>make check</command>.
    9998    </para>
    10099
  • x/lib/webkitgtk.xml

    r895c4b7 r7c4f32b  
    146146      -DPORT=GTK                  \
    147147      -DLIB_INSTALL_DIR=/usr/lib  \
     148      -DENABLE_MINIBROWSER=ON     \
    148149      -Wno-dev .. &amp;&amp;
    149150make</userinput></screen>
    150151
    151152    <para>
    152       This package does not have a working testsuite.<!-- However, there are two
    153       useable basic graphical web browsers in the build directory,
    154       <application>Programs/GtkLauncher</application> and
    155       <application>Programs/MiniBrowser</application>. If launching any one
    156       fails, there is a problem with the build.-->
     153      This package does not have a working testsuite. However, there is a
     154      useable basic graphical web browser in the build directory,
     155      <application>build/bin/MiniBrowser</application>. If launching it fails,
     156      there is a problem with the build.
    157157    </para>
    158158
     
    187187
    188188    <para>
     189      <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
     190      <application>Mini Browser</application> compilation and install.
     191    </para>
     192
     193    <para>
    189194      <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
    190195      against the system installed <application>malloc</application>.
     
    215220      <seglistitem>
    216221        <seg>
    217           jsc
     222          jsc and MiniBrowser
    218223        </seg>
    219224        <seg>
     
    248253      </varlistentry>
    249254
     255      <varlistentry id="MiniBrowser">
     256        <term><command>MiniBrowser</command></term>
     257        <listitem>
     258          <para>
     259            is a very simple graphical browser.
     260          </para>
     261          <indexterm zone="webkitgtk MiniBrowser">
     262            <primary sortas="b-MiniBrowser">MiniBrowser</primary>
     263          </indexterm>
     264        </listitem>
     265      </varlistentry>
     266
    250267      <varlistentry id="libjavascriptcoregtk-4.0">
    251268        <term><filename
Note: See TracChangeset for help on using the changeset viewer.