Author: krejzi
Date: Mon Jul 29 08:03:33 2013
New Revision: 11521
Log:
package updates, gtk-doc fix.
Added:
trunk/BOOK/gnome/applications/gnome-calculator.xml
- copied, changed from r11520, trunk/BOOK/gnome/applications/gcalctool.xml
Deleted:
trunk/BOOK/gnome/applications/gcalctool.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genutils/gtk-doc.xml
trunk/BOOK/gnome/applications/applications.xml
trunk/BOOK/gnome/applications/gedit.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jul 28 18:53:08 2013 (r11520)
+++ trunk/BOOK/general.ent Mon Jul 29 08:03:33 2013 (r11521)
@@ -657,8 +657,8 @@
<!ENTITY eog-version "3.6.2">
<!ENTITY evince-version "3.6.1">
<!ENTITY file-roller-version "3.6.3">
-<!ENTITY gcalctool-version "6.6.2">
-<!ENTITY gedit-version "3.6.2">
+<!ENTITY gedit-version "3.8.3">
+<!ENTITY gnome-calculator-version "3.8.2">
<!ENTITY gnome-nettool-version "3.2.0">
<!ENTITY gnome-power-manager-version "3.6.0">
<!ENTITY gnome-system-monitor-version "3.6.1">
Modified: trunk/BOOK/general/genutils/gtk-doc.xml
==============================================================================
--- trunk/BOOK/general/genutils/gtk-doc.xml Sun Jul 28 18:53:08 2013
(r11520)
+++ trunk/BOOK/general/genutils/gtk-doc.xml Mon Jul 29 08:03:33 2013
(r11521)
@@ -65,9 +65,12 @@
<bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="DocBook"/>,
- <xref linkend="docbook-xsl"/>, and
- <xref linkend="libxslt"/></para>
+ <para role="required">
+ <xref linkend="DocBook"/>,
+ <xref linkend="docbook-xsl"/>,
+ <xref linkend="itstool"/> and
+ <xref linkend="libxslt"/>
+ </para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="pkgconfig"/>
Modified: trunk/BOOK/gnome/applications/applications.xml
==============================================================================
--- trunk/BOOK/gnome/applications/applications.xml Sun Jul 28 18:53:08
2013 (r11520)
+++ trunk/BOOK/gnome/applications/applications.xml Mon Jul 29 08:03:33
2013 (r11521)
@@ -26,8 +26,8 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="file-roller.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcalctool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-calculator.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-nettool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-power-manager.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-system-monitor.xml"/>
Modified: trunk/BOOK/gnome/applications/gedit.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gedit.xml Sun Jul 28 18:53:08 2013
(r11520)
+++ trunk/BOOK/gnome/applications/gedit.xml Mon Jul 29 08:03:33 2013
(r11521)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY gedit-download-http
"&gnome-download-http;/gedit/3.6/gedit-&gedit-version;.tar.xz">
- <!ENTITY gedit-download-ftp
"&gnome-download-ftp;/gedit/3.6/gedit-&gedit-version;.tar.xz">
- <!ENTITY gedit-md5sum "7c336819c023a4772cfb48ebe95a7113">
+ <!ENTITY gedit-download-http
"&gnome-download-http;/gedit/3.8/gedit-&gedit-version;.tar.xz">
+ <!ENTITY gedit-download-ftp
"&gnome-download-ftp;/gedit/3.8/gedit-&gedit-version;.tar.xz">
+ <!ENTITY gedit-md5sum "dd81bffac9026854e33ded9e8ed9bf7c">
<!ENTITY gedit-size "3.0 MB">
- <!ENTITY gedit-buildsize "105 MB">
- <!ENTITY gedit-time "0.8 SBU">
+ <!ENTITY gedit-buildsize "110 MB">
+ <!ENTITY gedit-time "0.6 SBU">
]>
<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
@@ -84,14 +84,16 @@
<para role="recommended">
<xref linkend="enchant"/> and
<xref linkend="iso-codes"/>,
- <xref linkend="libsoup"/>,
- <xref linkend="libzeitgeist"/> and
+ <xref linkend="gvfs"/>,
+ <xref linkend="libsoup"/> and
<xref linkend="pygobject3"/>
+ (<application>Python</application> 3 module)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="gtk-doc"/>
+ <xref linkend="gtk-doc"/> and
+ <ulink url="https://launchpad.net/zeitgeist/">Zeitgeist</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
@@ -157,8 +159,8 @@
/usr/include/gedit-3.0,
/usr/lib/gedit,
/usr/share/gedit,
- /usr/share/gtk-doc/html/gedit
- and /usr/share/help/*/gedit
+ /usr/share/gtk-doc/html/gedit and
+ /usr/share/help/*/gedit
</seg>
</seglistitem>
</segmentedlist>
Copied and modified: trunk/BOOK/gnome/applications/gnome-calculator.xml (from
r11520, trunk/BOOK/gnome/applications/gcalctool.xml)
==============================================================================
--- trunk/BOOK/gnome/applications/gcalctool.xml Sun Jul 28 18:53:08 2013
(r11520, copy source)
+++ trunk/BOOK/gnome/applications/gnome-calculator.xml Mon Jul 29 08:03:33
2013 (r11521)
@@ -4,33 +4,35 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY gcalctool-download-http
"&gnome-download-http;/gcalctool/6.6/gcalctool-&gcalctool-version;.tar.xz">
- <!ENTITY gcalctool-download-ftp
"&gnome-download-ftp;/gcalctool/6.6/gcalctool-&gcalctool-version;.tar.xz">
- <!ENTITY gcalctool-md5sum "94b40737ab5d37983826ee558711199f">
- <!ENTITY gcalctool-size "948 KB">
- <!ENTITY gcalctool-buildsize "31 MB">
- <!ENTITY gcalctool-time "0.2 SBU">
+ <!ENTITY gnome-calculator-download-http
+
"&gnome-download-http;/gnome-calculator/3.8/gnome-calculator-&gnome-calculator-version;.tar.xz">
+ <!ENTITY gnome-calculator-download-ftp
+
"&gnome-download-ftp;/gnome-calculator/3.8/gnome-calculator-&gnome-calculator-version;.tar.xz">
+ <!ENTITY gnome-calculator-md5sum "1040c061ee791a44a00e1ea7482feb61">
+ <!ENTITY gnome-calculator-size "1.1 KB">
+ <!ENTITY gnome-calculator-buildsize "45 MB">
+ <!ENTITY gnome-calculator-time "0.2 SBU">
]>
-<sect1 id="gcalctool" xreflabel="Gcalctool-&gcalctool-version;">
- <?dbhtml filename="gcalctool.html"?>
+<sect1 id="gnome-calculator"
xreflabel="gnome-calculator-&gnome-calculator-version;">
+ <?dbhtml filename="gnome-calculator.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
- <title>Gcalctool-&gcalctool-version;</title>
+ <title>gnome-calculator-&gnome-calculator-version;</title>
- <indexterm zone="gcalctool">
- <primary sortas="a-Gcalctool">Gcalctool</primary>
+ <indexterm zone="gnome-calculator">
+ <primary sortas="a-gnome-calculator">gnome-calculator</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to Gcalctool</title>
+ <title>Introduction to GNOME Calculator</title>
<para>
- <application>Gcalctool</application> is a powerful graphical
+ <application>GNOME Calculator</application> is a powerful graphical
calculator with financial, logical and scientific modes. It uses a
multiple precision package to do its arithmetic to give a high degree
of accuracy.
@@ -42,37 +44,37 @@
<itemizedlist spacing="compact">
<listitem>
<para>
- Download (HTTP): <ulink url="&gcalctool-download-http;"/>
+ Download (HTTP): <ulink url="&gnome-calculator-download-http;"/>
</para>
</listitem>
<listitem>
<para>
- Download (FTP): <ulink url="&gcalctool-download-ftp;"/>
+ Download (FTP): <ulink url="&gnome-calculator-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
- Download MD5 sum: &gcalctool-md5sum;
+ Download MD5 sum: &gnome-calculator-md5sum;
</para>
</listitem>
<listitem>
<para>
- Download size: &gcalctool-size;
+ Download size: &gnome-calculator-size;
</para>
</listitem>
<listitem>
<para>
- Estimated disk space required: &gcalctool-buildsize;
+ Estimated disk space required: &gnome-calculator-buildsize;
</para>
</listitem>
<listitem>
<para>
- Estimated build time: &gcalctool-time;
+ Estimated build time: &gnome-calculator-time;
</para>
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Gcalctool Dependencies</bridgehead>
+ <bridgehead renderas="sect3">GNOME Calculator Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
@@ -80,17 +82,22 @@
<xref linkend="yelp-xsl"/>
</para>
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="vala"/>
+ </para>
+
<para condition="html" role="usernotes">User Notes:
- <ulink url="&blfs-wiki;/gcalctool"/>
+ <ulink url="&blfs-wiki;/gnome-calculator"/>
</para>
</sect2>
<sect2 role="installation">
- <title>Installation of Gcalctool</title>
+ <title>Installation of GNOME Calculator</title>
<para>
- Install <application>Gcalctool</application> by running the following
- commands:
+ Install <application>GNOME Calculator</application> by running
+ the following commands:
</para>
<screen><userinput>./configure --prefix=/usr &&
@@ -118,14 +125,14 @@
<seglistitem>
<seg>
- gcalccmd and gcalctool
+ gcalccmd and gnome-calculator
</seg>
<seg>
None
</seg>
<seg>
- /usr/share/gcalctool and
- /usr/share/help/*/gcalctool
+ /usr/share/gnome-calculator and
+ /usr/share/help/*/gnome-calculator
</seg>
</seglistitem>
</segmentedlist>
@@ -135,15 +142,15 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
- <varlistentry id="gcalctool-prog">
- <term><command>gcalctool</command></term>
+ <varlistentry id="gnome-calculator-prog">
+ <term><command>gnome-calculator</command></term>
<listitem>
<para>
is the official calculator of the
<application>GNOME</application> Desktop.
</para>
- <indexterm zone="gcalctool gcalctool-prog">
- <primary sortas="b-gcalctool">gcalctool</primary>
+ <indexterm zone="gnome-calculator gnome-calculator-prog">
+ <primary sortas="b-gnome-calculator">gnome-calculator</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -153,9 +160,9 @@
<listitem>
<para>
is a command line version of
- <application>gcalctool</application>.
+ <application>gnome-calculator</application>.
</para>
- <indexterm zone="gcalctool gcalccmd">
+ <indexterm zone="gnome-calculator gcalccmd">
<primary sortas="b-gcalccmd">gcalccmd</primary>
</indexterm>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page