mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to gnome-calculator-3.12.4.
Fixes and tweaks: Avahi-0.6.31, lxde-common-0.5.6, LXSession-0.4.9.2, Brasero-3.10.0 and gnome-nettool-3.8.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14330 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9f759de15
commit
e12c5528fc
@ -39,7 +39,7 @@
|
||||
<!ENTITY evince-version "3.12.2">
|
||||
<!ENTITY file-roller-version "3.12.2">
|
||||
<!ENTITY gedit-version "3.12.2">
|
||||
<!ENTITY gnome-calculator-version "3.12.3">
|
||||
<!ENTITY gnome-calculator-version "3.12.4">
|
||||
<!ENTITY gnome-nettool-version "3.8.1">
|
||||
<!ENTITY gnome-screenshot-version "3.12.0">
|
||||
<!ENTITY gnome-system-monitor-version "3.12.2">
|
||||
|
@ -109,8 +109,9 @@
|
||||
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="cdrdao"/>,
|
||||
<xref linkend="libdvdcss"/>, one of
|
||||
<ulink url="http://www.cdrkit.org/">cdrkit</ulink> or
|
||||
<xref linkend="libdvdcss"/>, one of<!--
|
||||
<ulink url="http://www.cdrkit.org/">cdrkit</ulink> or-->
|
||||
<ulink url="http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/">cdrkit</ulink> or
|
||||
<ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">cdrtools</ulink> (conflict), and
|
||||
<ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
|
||||
</para>
|
||||
|
@ -8,10 +8,10 @@
|
||||
"&gnome-download-http;/gnome-calculator/&gnome-minor;/gnome-calculator-&gnome-calculator-version;.tar.xz">
|
||||
<!ENTITY gnome-calculator-download-ftp
|
||||
"&gnome-download-ftp;/gnome-calculator/&gnome-minor;/gnome-calculator-&gnome-calculator-version;.tar.xz">
|
||||
<!ENTITY gnome-calculator-md5sum "ea00888a85ccc543325ad2ce156bfa7d">
|
||||
<!ENTITY gnome-calculator-md5sum "d6896ed3a4d86ec18f8056c3c4e33f7a">
|
||||
<!ENTITY gnome-calculator-size "1.2 MB">
|
||||
<!ENTITY gnome-calculator-buildsize "41 MB">
|
||||
<!ENTITY gnome-calculator-time "0.4 SBU">
|
||||
<!ENTITY gnome-calculator-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-calculator" xreflabel="gnome-calculator-&gnome-calculator-version;">
|
||||
|
@ -85,6 +85,7 @@
|
||||
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="bind"/>,
|
||||
<xref linkend="nmap"/>,
|
||||
<xref linkend="net-tools"/>,
|
||||
<xref linkend="traceroute"/>, and
|
||||
<xref linkend="whois"/>
|
||||
|
@ -47,6 +47,14 @@
|
||||
<listitem>
|
||||
<para>September 19th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Fixes and tweaks: Avahi-0.6.31, lxde-common-0.5.6,
|
||||
LXSession-0.4.9.2, Brasero-3.10.0 and gnome-nettool-3.8.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gnome-calculator-3.12.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;5516">#5516</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update haveged bootscript.</para>
|
||||
</listitem>
|
||||
|
@ -183,9 +183,8 @@ startx</userinput></screen>
|
||||
</seg>
|
||||
<seg>
|
||||
/etc/xdg/lxsession/LXDE,
|
||||
/etc/xdg/pcmanfm/LXDE,
|
||||
/usr/share/lxde and
|
||||
/usr/share/lxpanel/profile/LXDE
|
||||
/etc/xdg/pcmanfm/LXDE and
|
||||
/usr/share/lxde
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -85,8 +85,10 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libxslt"/> with
|
||||
<xref linkend="DocBook"/> and
|
||||
<xref linkend="docbook-xsl"/> (to build man pages)
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/> (to build man pages) and
|
||||
<xref linkend="upower"/> with
|
||||
<xref linkend="pm-utils"/> (used by <command>lxsession-logout</command>)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
@ -138,7 +138,8 @@ sed -i -e 's/-DG_DISABLE_DEPRECATED=1//' \
|
||||
--disable-qt3 \
|
||||
--disable-qt4 \
|
||||
--enable-core-docs \
|
||||
--with-distro=none &&
|
||||
--with-distro=none \
|
||||
--with-systemdsystemunitdir=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -201,6 +202,12 @@ make</userinput></screen>
|
||||
boot script in the distribution for LFS. This option disables it.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-systemdsystemunitdir=no</parameter>: Without it, the
|
||||
daemon fails to start in BLFS, which does not support
|
||||
<application>systemd</application>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--disable-dbus</option>: This parameter disables the use
|
||||
of <application>D-Bus</application>.
|
||||
|
Loading…
Reference in New Issue
Block a user