mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
• Update to dbus-1.8.20.
• Update to gtk+-3.16.6. • Fixes and tweaks: Samba-4.2.3, QScintilla-gpl-2.9 and qterminal-0.6.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16273 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
077cbf3877
commit
79ba2eaa0b
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
|
||||
<!ENTITY dbus-download-ftp " ">
|
||||
<!ENTITY dbus-md5sum "83e607e9ccb1c921d5b6bbea2376a36c">
|
||||
<!ENTITY dbus-md5sum "b49890bbabedab3a1c3f4f73c7ff8b2b">
|
||||
<!ENTITY dbus-size "1.8 MB">
|
||||
<!ENTITY dbus-buildsize "38 MB (additional 16 MB for the tests)">
|
||||
<!ENTITY dbus-time "0.3 SBU (additional 0.5 SBU for the tests)">
|
||||
@ -436,13 +436,10 @@ kill $DBUS_SESSION_BUS_PID</literal></userinput></screen>
|
||||
libdbus-1.so
|
||||
</seg>
|
||||
<seg>
|
||||
/etc/dbus-1,
|
||||
/usr/include/dbus-1.0,
|
||||
/usr/lib/dbus-1.0,
|
||||
/usr/share/dbus-1,
|
||||
/usr/share/doc/dbus-&dbus-version;,
|
||||
/var/lib/dbus and
|
||||
/var/run/dbus
|
||||
/{etc,/usr/share}/dbus-1,
|
||||
/usr/{include,lib}/dbus-1.0,
|
||||
/usr/share/doc/dbus-&dbus-version; and
|
||||
/var/{lib,run}/dbus
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -47,6 +47,14 @@
|
||||
<listitem>
|
||||
<para>July 22nd, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gtk+-3.16.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;6745">#6745</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to dbus-1.8.20. Fixes
|
||||
<ulink url="&blfs-ticket-root;6743">#6743</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fbdubbs] - Update to File::Which-1.19. Fixes
|
||||
<ulink url="&blfs-ticket-root;6744">#6744</ulink>.</para>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<!ENTITY qscintilla-download-http "&sourceforge-repo;/pyqt/QScintilla-gpl-&qscintilla-version;.tar.gz">
|
||||
<!ENTITY qscintilla-download-ftp " ">
|
||||
<!ENTITY qscintilla-md5sum "24c4033cbf20223eb73a33af9c037862">
|
||||
<!ENTITY qscintilla-size "45 MB">
|
||||
<!ENTITY qscintilla-buildsize "79 MB">
|
||||
<!ENTITY qscintilla-time "3.1 SBU">
|
||||
<!ENTITY qscintilla-size "2.4 MB">
|
||||
<!ENTITY qscintilla-buildsize "37 MB (with documentation)">
|
||||
<!ENTITY qscintilla-time "1 SBU (with documentation)">
|
||||
]>
|
||||
|
||||
<sect1 id="qscintilla" xreflabel="qscintilla-&qscintilla-version;">
|
||||
@ -155,6 +155,21 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you wish to install the documentation, issue, as the <systemitem
|
||||
class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d $QT5DIR/share/doc/QScintilla-&qscintilla-version; &&
|
||||
install -v -m644 ../doc/html-Qt4Qt5/* \
|
||||
$QT5DIR/share/doc/QScintilla-&qscintilla-version;</userinput></screen>
|
||||
|
||||
<para>
|
||||
if building with <application>Qt5</application>. For
|
||||
<application>Qt4</application> build, replace <envar>QT5DIR</envar> with
|
||||
<envar>QT4DIR</envar>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
@ -173,7 +188,9 @@ make</userinput></screen>
|
||||
$QT5DIR/lib/libqt5scintilla2.so or $QT4DIR/lib/libqtscintilla2.so
|
||||
</seg>
|
||||
<seg>
|
||||
$QT5DIR/{include,}/Qsci or $QT4DIR/{include,}/Qsci
|
||||
$QT5DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}
|
||||
or
|
||||
$QT4DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -8,8 +8,8 @@
|
||||
<!ENTITY qterminal-download-ftp " ">
|
||||
<!ENTITY qterminal-md5sum "a033e898d17fcd3b0f9a839b029b0db4">
|
||||
<!ENTITY qterminal-size "100 KB">
|
||||
<!ENTITY qterminal-buildsize "3.7 MB">
|
||||
<!ENTITY qterminal-time "0.2 SBU">
|
||||
<!ENTITY qterminal-buildsize "5.2 MB (with the API documentation)">
|
||||
<!ENTITY qterminal-time "0.2 SBU (with the API documentation)">
|
||||
]>
|
||||
|
||||
<sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
|
||||
@ -78,6 +78,12 @@
|
||||
<xref linkend="qtermwidget"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="doxygen"/> and
|
||||
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/qterminal"/>
|
||||
</para>
|
||||
@ -109,6 +115,22 @@ make</userinput></screen>
|
||||
without <application>LXQt</application>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you have <xref linkend="doxygen"/> installed, and wish to create the
|
||||
API documentation, issue:
|
||||
</para>
|
||||
|
||||
<screen><userinput>doxygen ../Doxyfile</userinput></screen>
|
||||
|
||||
<para>
|
||||
The html API documentation has been generated with the previous command.
|
||||
Now, iff you also have <xref linkend="texlive"/> (or <xref
|
||||
linkend="tl-installer"/>) installed, and wish to create the pdf API
|
||||
reference manual, issue:
|
||||
</para>
|
||||
|
||||
<screen><userinput>make -C docs/latex</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
@ -119,6 +141,22 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>
|
||||
To install the API documentation, if you opted to generate them, issue,
|
||||
as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &&
|
||||
install -v -m644 docs/latex/refman.pdf \
|
||||
/usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
|
||||
|
||||
<para>
|
||||
for the html API documentation, and, for the pdf API reference manual, as
|
||||
the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
@ -148,7 +186,7 @@ make</userinput></screen>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
@ -158,7 +196,8 @@ make</userinput></screen>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/qterminal
|
||||
/usr/share/qterminal and
|
||||
/usr/share/doc/qterminal-&qterminal-version;
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -84,6 +84,7 @@
|
||||
<xref linkend="linux-pam"/>,
|
||||
<xref linkend="mitkrb"/>,
|
||||
<xref linkend="popt"/>,
|
||||
<xref linkend="talloc"/>,
|
||||
<xref linkend="valgrind"/> (optionally used by the test suite),
|
||||
<xref linkend="xfsprogs"/>,
|
||||
<ulink url="https://ctdb.samba.org/">ctdb</ulink>,
|
||||
|
@ -215,7 +215,7 @@
|
||||
<!ENTITY bluez-version "5.32">
|
||||
<!ENTITY colord-version "1.2.11"> <!-- Even minors only -->
|
||||
<!ENTITY cpio-version "2.11">
|
||||
<!ENTITY dbus-version "1.8.18"> <!-- Even minors only -->
|
||||
<!ENTITY dbus-version "1.8.20"> <!-- Even minors only -->
|
||||
<!ENTITY eudev-version "1.7">
|
||||
<!ENTITY fcron-version "3.2.0">
|
||||
<!ENTITY gpm-version "1.20.7">
|
||||
@ -472,7 +472,7 @@
|
||||
<!ENTITY glu-version "9.0.0">
|
||||
<!ENTITY goffice010-version "0.10.22">
|
||||
<!ENTITY gtk2-version "2.24.28">
|
||||
<!ENTITY gtk3-version "3.16.5">
|
||||
<!ENTITY gtk3-version "3.16.6">
|
||||
<!ENTITY gtk-engines-version "2.20.2">
|
||||
<!ENTITY gtkmm2-version "2.24.4">
|
||||
<!ENTITY gtkmm3-version "3.16.0">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-16;/gtk+->k3-version;.tar.xz">
|
||||
<!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-16;/gtk+->k3-version;.tar.xz">
|
||||
<!ENTITY gtk3-md5sum "6d2c59c2b3b557d8ae9ac83a69b070fe">
|
||||
<!ENTITY gtk3-size "17 MB">
|
||||
<!ENTITY gtk3-buildsize "438 MB (with test suite)">
|
||||
<!ENTITY gtk3-time "5.7 SBU (with test suite)">
|
||||
<!ENTITY gtk3-md5sum "fc59e5c8b5a4585b60623dd708df400b">
|
||||
<!ENTITY gtk3-size "18 MB">
|
||||
<!ENTITY gtk3-buildsize "501 MB (with test suite)">
|
||||
<!ENTITY gtk3-time "6.1 SBU (with test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="gtk3" xreflabel="GTK+->k3-version;">
|
||||
@ -274,8 +274,7 @@ EOF</userinput></screen>
|
||||
<seg>
|
||||
/etc/gtk-3.0,
|
||||
/usr/include/{gail,gtk}-3.0,
|
||||
/usr/lib/gtk-3.0,
|
||||
/usr/share/gtk-3.0,
|
||||
/usr/{lib,share}/gtk-3.0,
|
||||
/usr/share/gtk-doc/html/{gail-libgail-util3,gdk3,gtk3}, and
|
||||
/usr/share/themes/{Default,Emacs}/gtk-3.0
|
||||
</seg>
|
||||
|
Loading…
Reference in New Issue
Block a user