Changeset 7c4f32b
- Timestamp:
- 07/17/2015 12:43:56 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 458e839c
- Parents:
- 895c4b7
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r895c4b7 r7c4f32b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 1 5th &year;">9 <!ENTITY releasedate "July 16th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/pinentry.xml
r895c4b7 r7c4f32b 87 87 commands:</para> 88 88 89 <screen><userinput> CXXFLAGS=-std=c++11./configure --prefix=/usr &&89 <screen><userinput>./configure --prefix=/usr && 90 90 make</userinput></screen><!-- && 91 91 … … 124 124 125 125 <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>. 127 128 </para> 128 129 129 130 <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. 138 142 </para> 139 143 -
gnome.ent
r895c4b7 r7c4f32b 49 49 <!ENTITY gucharmap-version "3.16.2"> 50 50 <!ENTITY nautilus-version "3.16.2"> 51 <!ENTITY network-manager-applet-version "1.0. 2">51 <!ENTITY network-manager-applet-version "1.0.4"> 52 52 <!ENTITY seahorse-version "3.16.0"> -
gnome/applications/network-manager-applet.xml
r895c4b7 r7c4f32b 9 9 <!ENTITY network-manager-applet-download-ftp 10 10 "&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"> 12 12 <!ENTITY network-manager-applet-size "1.3 MB"> 13 <!ENTITY network-manager-applet-buildsize "5 1 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)"> 15 15 ]> 16 16 … … 171 171 </seg> 172 172 <seg> 173 /usr/include/libnm-gtk, 174 /usr/share/libnm-gtk, and 173 /usr/{include,share}/libnm-gtk and 175 174 /usr/share/nm-applet 176 175 </seg> -
introduction/welcome/changelog.xml
r895c4b7 r7c4f32b 44 44 45 45 --> 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> 46 68 47 69 <listitem> -
lxqt/desktop/lxqt-common.xml
r895c4b7 r7c4f32b 76 76 <xref linkend="liblxqt"/>, 77 77 <xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g. 78 <xref linkend="xfwm4"/>, but it was nottested for BLFS),78 <xref linkend="xfwm4"/>, but this has not been tested for BLFS), 79 79 <xref linkend="qt5"/> built with <xref linkend="librsvg"/>, and 80 80 <xref linkend="xdg-utils"/> … … 83 83 <bridgehead renderas="sect4">Recommended</bridgehead> 84 84 <para role="recommended"> 85 <xref linkend="consolekit"/> , or85 <xref linkend="consolekit"/> alone or with 86 86 <xref linkend="lxdm"/> or another Display Manager, e.g. 87 <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this is reported88 as the <quote>recommended <application>LXQt</application> display89 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>), 90 90 <xref linkend="desktop-file-utils"/>, 91 91 <xref linkend="hicolor-icon-theme"/>, and -
lxqt/desktop/lxqt-policykit.xml
r895c4b7 r7c4f32b 31 31 32 32 <para> 33 The <application>lxqt-policykit</application> package the33 The <application>lxqt-policykit</application> package is the 34 34 <application>LXQt</application> PolicyKit agent. 35 35 </para> -
lxqt/desktop/lxqt-runner.xml
r895c4b7 r7c4f32b 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 kwindowsystem, from <xref linkend="kf5-frameworks"/> 77 kwindowsystem, from <xref linkend="kf5-frameworks"/>, 78 78 <xref linkend="lxqt-common"/>, 79 79 <xref linkend="lxqt-globalkeys"/> and -
lxqt/desktop/post-install.xml
r895c4b7 r7c4f32b 38 38 <bridgehead renderas="sect4">Recommended</bridgehead> 39 39 <para role="recommended"> 40 <xref linkend="consolekit"/> , or40 <xref linkend="consolekit"/> alone or with 41 41 <xref linkend="lxdm"/> or another Display Manager, e.g. 42 <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this is reported43 as the <quote>recommended <application>LXQt</application> display44 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>) 45 45 </para> 46 46 -
lxqt/desktop/pre-install.xml
r895c4b7 r7c4f32b 21 21 <para> 22 22 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 test sin23 the latter in the BLFS environment. The former has not been tested in 24 24 BLFS. 25 25 </para> -
networking/netprogs/samba.xml
r895c4b7 r7c4f32b 7 7 <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " 77f138cc0736549b03872279364766e0">9 <!ENTITY samba-md5sum "aeaa6ccee87727b7d01df7b6d0864c74"> 10 10 <!ENTITY samba-size "20 MB"> 11 <!ENTITY samba-buildsize "4 87 MB (additional 399MB for the quicktest, reputedly up to 500 MB additional for all tests)">12 <!ENTITY samba-time "2.1 SBU, using parallelism=4 (additional 6.9SBU 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)"> 13 13 ]> 14 14 … … 115 115 </note> 116 116 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 &&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 127 117 <para>Install <application>Samba</application> by running the following 128 118 commands:</para> -
networking/netutils/networkmanager.xml
r895c4b7 r7c4f32b 9 9 <!ENTITY NetworkManager-download-ftp 10 10 "&gnome-download-ftp;/NetworkManager/1.0/NetworkManager-&NetworkManager-version;.tar.xz"> 11 <!ENTITY NetworkManager-md5sum " 5a4899f89edcbdd1ac46d2d947e8d6eb">12 <!ENTITY NetworkManager-size "3. 1MB">13 <!ENTITY NetworkManager-buildsize "3 19 MB (additional 1 MB forthe tests)">14 <!ENTITY NetworkManager-time " 1.6 SBU (additional 0.2 SBU forthe 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)"> 15 15 ]> 16 16 … … 122 122 123 123 <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: 129 126 </para> 130 127 … … 264 261 <seg> 265 262 /etc/NetworkManager, 266 /usr/include/{libnm ,libnm-glib,NetworkManager},263 /usr/include/{libnm{,-glib},NetworkManager}, 267 264 /usr/lib/NetworkManager, 268 265 /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 271 267 /var/{lib,run}/NetworkManager 272 268 </seg> -
packages.ent
r895c4b7 r7c4f32b 110 110 <!ENTITY libdaemon-version "0.14"> 111 111 <!ENTITY libdrm-version "2.4.62"> 112 <!ENTITY libepoxy-version "1. 2">112 <!ENTITY libepoxy-version "1.3.1"> 113 113 <!ENTITY libesmtp-version "1.0.6"> 114 114 <!ENTITY libffi-version "3.2.1"> … … 357 357 <!ENTITY rpcbind-version "0.2.3"> 358 358 <!ENTITY rsync-version "3.1.1"> 359 <!ENTITY samba-version "4.2. 2">359 <!ENTITY samba-version "4.2.3"> 360 360 <!ENTITY wget-version "1.16.3"> 361 361 <!ENTITY wireless-tools-version "29"> … … 366 366 <!ENTITY bind-version "9.10.2-P2"> 367 367 <!ENTITY mod_dnssd-version "0.6"> 368 <!ENTITY NetworkManager-version "1.0. 2">368 <!ENTITY NetworkManager-version "1.0.4"> 369 369 <!ENTITY nmap-version "6.47"> 370 370 <!ENTITY traceroute-version "2.0.21"> -
x/installing/xorg-server.xml
r895c4b7 r7c4f32b 96 96 <para role="recommended"> 97 97 <xref linkend="libepoxy"/> (required for glamor, see command 98 explanations below) 98 explanations below) and 99 99 <xref linkend="xcb-util-keysyms"/> (used by Xnest) 100 100 </para> -
x/lib/libepoxy.xml
r895c4b7 r7c4f32b 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY libepoxy-download-ftp " "> 9 <!ENTITY libepoxy-md5sum " 12d6b7621f086c0c928887c27d90bc30">10 <!ENTITY libepoxy-size " 264 KB">11 <!ENTITY libepoxy-buildsize "2 1 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)"> 13 13 ]> 14 14 … … 91 91 </para> 92 92 93 <screen><userinput>./ autogen.sh--prefix=/usr &&93 <screen><userinput>./configure --prefix=/usr && 94 94 make</userinput></screen> 95 95 96 96 <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>. 99 98 </para> 100 99 -
x/lib/webkitgtk.xml
r895c4b7 r7c4f32b 146 146 -DPORT=GTK \ 147 147 -DLIB_INSTALL_DIR=/usr/lib \ 148 -DENABLE_MINIBROWSER=ON \ 148 149 -Wno-dev .. && 149 150 make</userinput></screen> 150 151 151 152 <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. 157 157 </para> 158 158 … … 187 187 188 188 <para> 189 <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the 190 <application>Mini Browser</application> compilation and install. 191 </para> 192 193 <para> 189 194 <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building 190 195 against the system installed <application>malloc</application>. … … 215 220 <seglistitem> 216 221 <seg> 217 jsc 222 jsc and MiniBrowser 218 223 </seg> 219 224 <seg> … … 248 253 </varlistentry> 249 254 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 250 267 <varlistentry id="libjavascriptcoregtk-4.0"> 251 268 <term><filename
Note:
See TracChangeset
for help on using the changeset viewer.