mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added packages that were previously part of gnome-utils source package.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9946 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a87b1c90bb
commit
dadb65afd5
@ -753,6 +753,7 @@ $Date$
|
||||
<!ENTITY vino-version "3.2.2">
|
||||
|
||||
<!-- Utilities -->
|
||||
<!ENTITY baobab-version "3.4.1">
|
||||
<!ENTITY brasero-version "3.2.0">
|
||||
<!ENTITY empathy-version "3.2.2">
|
||||
<!ENTITY eog-version "3.2.2">
|
||||
@ -760,7 +761,12 @@ $Date$
|
||||
<!ENTITY evince-version "3.2.1">
|
||||
<!ENTITY gcalctool-version "6.2.0">
|
||||
<!ENTITY gnome-contacts-version "3.2.2">
|
||||
<!ENTITY gnome-dictionary-version "3.4.0">
|
||||
<!ENTITY gnome-disk-utility-version "3.0.2">
|
||||
<!ENTITY gnome-font-viewer-version "3.4.0">
|
||||
<!ENTITY gnome-screenshot-version "3.4.1">
|
||||
<!ENTITY gnome-search-tool-version "3.4.0">
|
||||
<!ENTITY gnome-system-log-version "3.4.1">
|
||||
<!ENTITY gnome-system-monitor-version "3.2.1">
|
||||
<!ENTITY gnome-terminal-version "3.4.1.1">
|
||||
<!ENTITY gucharmap-version "3.2.2">
|
||||
|
150
gnome/core/baobab.xml
Normal file
150
gnome/core/baobab.xml
Normal file
@ -0,0 +1,150 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY baobab-download-http "&gnome-download-http;/baobab/3.4/baobab-&baobab-version;.tar.xz">
|
||||
<!ENTITY baobab-download-ftp "&gnome-download-ftp;/baobab/3.4/baobab-&baobab-version;.tar.xz">
|
||||
<!ENTITY baobab-md5sum "8b840e9bae6b4d98557da7d265b4ab63">
|
||||
<!ENTITY baobab-size "808 KB">
|
||||
<!ENTITY baobab-buildsize "14 MB">
|
||||
<!ENTITY baobab-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
|
||||
<sect1 id="baobab" xreflabel="Baobab-&baobab-version;">
|
||||
<?dbhtml filename="baobab.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Baobab-&baobab-version;</title>
|
||||
|
||||
<indexterm zone="baobab">
|
||||
<primary sortas="a-baobab">baobab</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Baobab</title>
|
||||
|
||||
<para>
|
||||
The <application>Baobab</application> package contains a graphical
|
||||
directory tree analyzer.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&baobab-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&baobab-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &baobab-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &baobab-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &baobab-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &baobab-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Baobab Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="itstool"/> and
|
||||
<xref linkend="libgtop"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/baobab"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of baobab</title>
|
||||
|
||||
<para>
|
||||
Install <application>baobab</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
baobab
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/baobab and /usr/share/help/*/baobab
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="baobab-prog">
|
||||
<term><command>baobab</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a graphical tool used to analyze disk usage.
|
||||
</para>
|
||||
<indexterm zone="baobab baobab-prog">
|
||||
<primary sortas="b-baobab">baobab</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -92,6 +92,7 @@ $Date$
|
||||
<!-- This is used as a TOC separator -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-utilities.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="baobab.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
|
||||
@ -99,7 +100,12 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.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="gnome-contacts.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-dictionary.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-disk-utility.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-font-viewer.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screenshot.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-search-tool.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-log.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-terminal.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>
|
||||
|
180
gnome/core/gnome-dictionary.xml
Normal file
180
gnome/core/gnome-dictionary.xml
Normal file
@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-dictionary-download-http
|
||||
"&gnome-download-http;/gnome-dictionary/3.4/gnome-dictionary-&gnome-dictionary-version;.tar.xz">
|
||||
<!ENTITY gnome-dictionary-download-ftp
|
||||
"&gnome-download-ftp;/gnome-dictionary/3.4/gnome-dictionary-&gnome-dictionary-version;.tar.xz">
|
||||
<!ENTITY gnome-dictionary-md5sum "27ac37e17d8139ae185181a7ba728bd9">
|
||||
<!ENTITY gnome-dictionary-size "2.1 MB">
|
||||
<!ENTITY gnome-dictionary-buildsize "23 MB">
|
||||
<!ENTITY gnome-dictionary-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-dictionary" xreflabel="gnome-dictionary-&gnome-dictionary-version;">
|
||||
<?dbhtml filename="gnome-dictionary.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-dictionary-&gnome-dictionary-version;</title>
|
||||
|
||||
<indexterm zone="gnome-dictionary">
|
||||
<primary sortas="a-gnome-dictionary">gnome-dictionary</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-dictionary</title>
|
||||
|
||||
<para>
|
||||
The <application>gnome-dictionary</application> package contains
|
||||
dictionary for GNOME desktop.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&gnome-dictionary-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&gnome-dictionary-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &gnome-dictionary-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &gnome-dictionary-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &gnome-dictionary-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &gnome-dictionary-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-dictionary Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/> and
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>.
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-dictionary"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-dictionary</title>
|
||||
|
||||
<para>
|
||||
Install <application>gnome-dictionary</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-dictionary
|
||||
</seg>
|
||||
<seg>
|
||||
libgdict.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/gdict-1.0, /usr/share/gdict-1.0,
|
||||
/usr/share/gnome/help/gnome-dictionary,
|
||||
/usr/share/gtk-doc/html/gdict, /usr/share/gnome-dictionary
|
||||
and /usr/share/omf/gnome-dictionary
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-dictionary-prog">
|
||||
<term><command>gnome-dictionary</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is used to look up words on dictionaries.
|
||||
</para>
|
||||
<indexterm zone="gnome-dictionary gnome-dictionary-prog">
|
||||
<primary sortas="b-gnome-dictionary">gnome-dictionary</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgdict">
|
||||
<term><filename class="libraryfile">libgdict.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is GNOME Dictionary Protocol client library.
|
||||
</para>
|
||||
<indexterm zone="gnome-dictionary libgdict">
|
||||
<primary sortas="c-libgdict">libgdict.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
143
gnome/core/gnome-font-viewer.xml
Normal file
143
gnome/core/gnome-font-viewer.xml
Normal file
@ -0,0 +1,143 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-font-viewer-download-http
|
||||
"&gnome-download-http;/gnome-font-viewer/3.4/gnome-font-viewer-&gnome-font-viewer-version;.tar.xz">
|
||||
<!ENTITY gnome-font-viewer-download-ftp
|
||||
"&gnome-download-http;/gnome-font-viewer/3.4/gnome-font-viewer-&gnome-font-viewer-version;.tar.xz">
|
||||
<!ENTITY gnome-font-viewer-md5sum "f21c9174c263bf0928d82ddf01d4e6a5">
|
||||
<!ENTITY gnome-font-viewer-size "284 KB">
|
||||
<!ENTITY gnome-font-viewer-buildsize "4.6 MB">
|
||||
<!ENTITY gnome-font-viewer-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-font-viewer" xreflabel="gnome-font-viewer-&gnome-font-viewer-version;">
|
||||
<?dbhtml filename="gnome-font-viewer.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-font-viewer-&gnome-font-viewer-version;</title>
|
||||
|
||||
<indexterm zone="gnome-font-viewer">
|
||||
<primary sortas="a-gnome-font-viewer">gnome-font-viewer</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-font-viewer</title>
|
||||
|
||||
<para>
|
||||
The <application>gnome-font-viewer</application> package contains
|
||||
font viewer for GNOME desktop.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&gnome-font-viewer-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&gnome-font-viewer-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &gnome-font-viewer-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &gnome-font-viewer-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &gnome-font-viewer-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &gnome-font-viewer-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-font-viewer Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-font-viewer"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-font-viewer</title>
|
||||
|
||||
<para>
|
||||
Install <application>gnome-font-viewer</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-font-viewer and gnome-thumbnail-font
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-font-viewer-prog">
|
||||
<term><command>gnome-font-viewer</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the GNOME font viewer.
|
||||
</para>
|
||||
<indexterm zone="gnome-font-viewer gnome-font-viewer-prog">
|
||||
<primary sortas="b-gnome-font-viewer">gnome-font-viewer</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
149
gnome/core/gnome-screenshot.xml
Normal file
149
gnome/core/gnome-screenshot.xml
Normal file
@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-screenshot-download-http
|
||||
"&gnome-download-http;/gnome-screenshot/3.4/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
|
||||
<!ENTITY gnome-screenshot-download-ftp
|
||||
"&gnome-download-ftp;/gnome-screenshot/3.4/gnome-screenshot-&gnome-screenshot-version;.tar.xz">
|
||||
<!ENTITY gnome-screenshot-md5sum "765d74d798f9c23ffd8bae379449d3a9">
|
||||
<!ENTITY gnome-screenshot-size "260 KB">
|
||||
<!ENTITY gnome-screenshot-buildsize "6.5 MB">
|
||||
<!ENTITY gnome-screenshot-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-screenshot" xreflabel="gnome-screenshot-&gnome-screenshot-version;">
|
||||
<?dbhtml filename="gnome-screenshot.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-screenshot-&gnome-screenshot-version;</title>
|
||||
|
||||
<indexterm zone="gnome-screenshot">
|
||||
<primary sortas="a-gnome-screenshot">gnome-screenshot</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-screenshot</title>
|
||||
|
||||
<para>
|
||||
The <application>gnome-screenshot</application> is a GNOME utility
|
||||
for taking screenshots of the entire screen, a window or an user-
|
||||
defined area of the screen, with optional beautifying border effects.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&gnome-screenshot-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&gnome-screenshot-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &gnome-screenshot-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &gnome-screenshot-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &gnome-screenshot-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &gnome-screenshot-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-screenshot Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="libcanberra"/> (Compiled with GTK+3 support).
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-screenshot"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-screenshot</title>
|
||||
|
||||
<para>
|
||||
Install <application>gnome-screenshot</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-screenshot
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/gnome-screenshot
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-screenshot-prog">
|
||||
<term><command>gnome-screenshot</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is used to capture the screen, a window, or an user-defined
|
||||
area and save the snapshot image to a file.
|
||||
</para>
|
||||
<indexterm zone="gnome-screenshot gnome-screenshot-prog">
|
||||
<primary sortas="b-gnome-screenshot">gnome-screenshot</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
151
gnome/core/gnome-search-tool.xml
Normal file
151
gnome/core/gnome-search-tool.xml
Normal file
@ -0,0 +1,151 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-search-tool-download-http
|
||||
"&gnome-download-http;/gnome-search-tool/3.4/gnome-search-tool-&gnome-search-tool-version;.tar.xz">
|
||||
<!ENTITY gnome-search-tool-download-ftp
|
||||
"&gnome-download-ftp;/gnome-search-tool/3.4/gnome-search-tool-&gnome-search-tool-version;.tar.xz">
|
||||
<!ENTITY gnome-search-tool-md5sum "273ff69d2393a7b1a986b48760122ee6">
|
||||
<!ENTITY gnome-search-tool-size "884 KB">
|
||||
<!ENTITY gnome-search-tool-buildsize "21 MB">
|
||||
<!ENTITY gnome-search-tool-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-search-tool" xreflabel="gnome-search-tool-&gnome-search-tool-version;">
|
||||
<?dbhtml filename="gnome-search-tool.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-search-tool-&gnome-search-tool-version;</title>
|
||||
|
||||
<indexterm zone="gnome-search-tool">
|
||||
<primary sortas="a-gnome-search-tool">gnome-search-tool</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-search-tool</title>
|
||||
|
||||
<para>
|
||||
The <application>gnome-search-tool</application> package is an
|
||||
utility for finding files on your system.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&gnome-search-tool-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&gnome-search-tool-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &gnome-search-tool-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &gnome-search-tool-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &gnome-search-tool-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &gnome-search-tool-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-search-tool Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="GConf"/>,
|
||||
<xref linkend="gnome-doc-utils"/> and
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-search-tool"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-search-tool</title>
|
||||
|
||||
<para>
|
||||
Install <application>gnome-search-tool</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-search-tool
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/gnome/help/gnome-search-tool,
|
||||
/usr/share/omf/gnome-search-tool and
|
||||
/usr/share/pixmaps/gsearchtool
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-search-tool-prog">
|
||||
<term><command>gnome-search-tool</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the GNOME search tool.
|
||||
</para>
|
||||
<indexterm zone="gnome-search-tool gnome-search-tool-prog">
|
||||
<primary sortas="b-gnome-search-tool">gnome-search-tool</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
145
gnome/core/gnome-system-log.xml
Normal file
145
gnome/core/gnome-system-log.xml
Normal file
@ -0,0 +1,145 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-system-log-download-http
|
||||
"&gnome-download-http;/gnome-system-log/3.4/gnome-system-log-&gnome-system-log-version;.tar.xz">
|
||||
<!ENTITY gnome-system-log-download-ftp
|
||||
"&gnome-download-ftp;/gnome-system-log/3.4/gnome-system-log-&gnome-system-log-version;.tar.xz">
|
||||
<!ENTITY gnome-system-log-md5sum "5b5958557640d0c69a6358fef3cbeda0">
|
||||
<!ENTITY gnome-system-log-size "912 KB">
|
||||
<!ENTITY gnome-system-log-buildsize "19 MB">
|
||||
<!ENTITY gnome-system-log-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<!-- Try to keep the indentation used in this file-->
|
||||
<sect1 id="gnome-system-log" xreflabel="gnome-system-log-&gnome-system-log-version;">
|
||||
<?dbhtml filename="gnome-system-log.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>gnome-system-log-&gnome-system-log-version;</title>
|
||||
|
||||
<indexterm zone="gnome-system-log">
|
||||
<primary sortas="a-gnome-system-log">gnome-system-log</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to gnome-system-log</title>
|
||||
|
||||
<para>
|
||||
The <application>gnome-system-log</application> package contains a
|
||||
simple utility to display system log files.
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&gnome-system-log-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&gnome-system-log-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &gnome-system-log-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &gnome-system-log-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &gnome-system-log-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &gnome-system-log-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">gnome-system-log Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/> and
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-system-log"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-system-log</title>
|
||||
|
||||
<para>
|
||||
Install <application>gnome-system-log</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gnome-system-log
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/gnome/help/gnome-system-log and /usr/share/gnome-system-log
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gnome-system-log-prog">
|
||||
<term><command>gnome-system-log</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the GNOME System Log Viewer.
|
||||
</para>
|
||||
<indexterm zone="gnome-system-log gnome-system-log-prog">
|
||||
<primary sortas="b-gnome-system-log">gnome-system-log</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -76,6 +76,24 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - Added libvirt 0.9.11.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added baobab 3.4.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added gnome-dictionary 3.4.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added gnome-font-viewer 3.4.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added gnome-screenshot 3.4.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added gnome-search-tool 3.4.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added gnome-system-log 3.4.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user