|
Loading...
|
blfs-book@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
[blfs-book] r9444 - in trunk/BOOK: . gnome/add/obsolete gnome/core ken Thu Feb 16 16:01:50 2012
Author: ken
Date: 2012-02-16 17:02:33 -0700 (Thu, 16 Feb 2012)
New Revision: 9444
Added:
trunk/BOOK/gnome/add/obsolete/gnome-themes.xml
Removed:
trunk/BOOK/gnome/core/gnome-themes.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome/core/core.xml
Log:
Retire the old gnome-themes.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-16 23:55:33 UTC (rev 9443)
+++ trunk/BOOK/general.ent 2012-02-17 00:02:33 UTC (rev 9444)
@@ -750,7 +750,6 @@
<!ENTITY gdm-version "3.2.1.1">
<!-- Desktop -->
-<!ENTITY gnome-themes-version "2.30.2">
<!-- Chapter 33 -->
@@ -818,6 +817,7 @@
<!ENTITY gnopernicus-version "1.1.1">
<!ENTITY gnome-vfs-monikers-version "2.15.3">
<!ENTITY gnome-audio-version "2.0.0">
+<!ENTITY gnome-themes-version "2.30.2">
<!ENTITY gnome-volume-manager-version "2.17.0">
<!ENTITY nautilus-cd-burner-version "2.18.2">
<!ENTITY eel-version "2.18.3">
Copied: trunk/BOOK/gnome/add/obsolete/gnome-themes.xml (from rev 9441,
trunk/BOOK/gnome/core/gnome-themes.xml)
===================================================================
--- trunk/BOOK/gnome/add/obsolete/gnome-themes.xml
(rev 0)
+++ trunk/BOOK/gnome/add/obsolete/gnome-themes.xml 2012-02-17 00:02:33 UTC
(rev 9444)
@@ -0,0 +1,116 @@
+<?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-themes-download-http
"&gnome-download-http;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
+ <!ENTITY gnome-themes-download-ftp
"&gnome-download-ftp;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
+ <!ENTITY gnome-themes-md5sum "a14d46ac59f651e04a333ae1dff23848">
+ <!ENTITY gnome-themes-size "1.6 MB">
+ <!ENTITY gnome-themes-buildsize "22 MB">
+ <!ENTITY gnome-themes-time "0.2 SBU">
+]>
+
+<sect1 id="gnome-themes" xreflabel="GNOME Themes-&gnome-themes-version;">
+ <?dbhtml filename="gnome-themes.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>GNOME Themes-&gnome-themes-version;</title>
+
+ <indexterm zone="gnome-themes">
+ <primary sortas="a-GNOME Themes">GNOME Themes</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to GNOME Themes</title>
+
+ <para>The <application>GNOME Themes</application> package
+ contains several more theme sets.</para>
+
+ &lfs65_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink
url="&gnome-themes-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&gnome-themes-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &gnome-themes-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &gnome-themes-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &gnome-themes-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &gnome-themes-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GNOME Themes Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required"><xref linkend="icon-naming-utils"/> and
+ <xref linkend="gtk-engines"/></para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/gnome-themes"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GNOME Themes</title>
+
+ <para>Install <application>GNOME Themes</application> by
+ running the following commands:</para>
+
+<screen><userinput>./configure --prefix=/usr --enable-all-themes &&
+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>
+
+ <para><option>--enable-all-themes</option>: Using this parameter enables
+ the installation of additional accessibility themes. Omit this parameter if
+ you have no desire for additional accessibility themes.</para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+ <segtitle>Installed Themes</segtitle>
+
+ <seglistitem>
+ <seg>None</seg>
+ <seg>None</seg>
+ <seg>Several directories under /usr/share/{icons,themes}</seg>
+ <seg>Several themes in the /usr/share/themes hierarchy and icons
+ in the /usr/share/icons hierarchy</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/gnome/core/core.xml
===================================================================
--- trunk/BOOK/gnome/core/core.xml 2012-02-16 23:55:33 UTC (rev 9443)
+++ trunk/BOOK/gnome/core/core.xml 2012-02-17 00:02:33 UTC (rev 9444)
@@ -124,10 +124,4 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml"/>
- <!-- FIXME:ken This is used as a TOC separator before the old stuff -->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dummy-desktop.xml"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-themes.xml"/>
- <!-- end of the old stuff -->
-
</chapter>
Deleted: trunk/BOOK/gnome/core/gnome-themes.xml
===================================================================
--- trunk/BOOK/gnome/core/gnome-themes.xml 2012-02-16 23:55:33 UTC (rev
9443)
+++ trunk/BOOK/gnome/core/gnome-themes.xml 2012-02-17 00:02:33 UTC (rev
9444)
@@ -1,116 +0,0 @@
-<?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-themes-download-http
"&gnome-download-http;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
- <!ENTITY gnome-themes-download-ftp
"&gnome-download-ftp;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
- <!ENTITY gnome-themes-md5sum "a14d46ac59f651e04a333ae1dff23848">
- <!ENTITY gnome-themes-size "1.6 MB">
- <!ENTITY gnome-themes-buildsize "22 MB">
- <!ENTITY gnome-themes-time "0.2 SBU">
-]>
-
-<sect1 id="gnome-themes" xreflabel="GNOME Themes-&gnome-themes-version;">
- <?dbhtml filename="gnome-themes.html"?>
-
- <sect1info>
- <othername>$LastChangedBy$</othername>
- <date>$Date$</date>
- </sect1info>
-
- <title>GNOME Themes-&gnome-themes-version;</title>
-
- <indexterm zone="gnome-themes">
- <primary sortas="a-GNOME Themes">GNOME Themes</primary>
- </indexterm>
-
- <sect2 role="package">
- <title>Introduction to GNOME Themes</title>
-
- <para>The <application>GNOME Themes</application> package
- contains several more theme sets.</para>
-
- &lfs65_checked;
-
- <bridgehead renderas="sect3">Package Information</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>Download (HTTP): <ulink
url="&gnome-themes-download-http;"/></para>
- </listitem>
- <listitem>
- <para>Download (FTP): <ulink url="&gnome-themes-download-ftp;"/></para>
- </listitem>
- <listitem>
- <para>Download MD5 sum: &gnome-themes-md5sum;</para>
- </listitem>
- <listitem>
- <para>Download size: &gnome-themes-size;</para>
- </listitem>
- <listitem>
- <para>Estimated disk space required: &gnome-themes-buildsize;</para>
- </listitem>
- <listitem>
- <para>Estimated build time: &gnome-themes-time;</para>
- </listitem>
- </itemizedlist>
-
- <bridgehead renderas="sect3">GNOME Themes Dependencies</bridgehead>
-
- <bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="icon-naming-utils"/> and
- <xref linkend="gtk-engines"/></para>
-
- <para condition="html" role="usernotes">User Notes:
- <ulink url="&blfs-wiki;/gnome-themes"/></para>
-
- </sect2>
-
- <sect2 role="installation">
- <title>Installation of GNOME Themes</title>
-
- <para>Install <application>GNOME Themes</application> by
- running the following commands:</para>
-
-<screen><userinput>./configure --prefix=/usr --enable-all-themes &&
-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>
-
- <para><option>--enable-all-themes</option>: Using this parameter enables
- the installation of additional accessibility themes. Omit this parameter if
- you have no desire for additional accessibility themes.</para>
-
- </sect2>
-
- <sect2 role="content">
- <title>Contents</title>
-
- <segmentedlist>
- <segtitle>Installed Programs</segtitle>
- <segtitle>Installed Libraries</segtitle>
- <segtitle>Installed Directories</segtitle>
- <segtitle>Installed Themes</segtitle>
-
- <seglistitem>
- <seg>None</seg>
- <seg>None</seg>
- <seg>Several directories under /usr/share/{icons,themes}</seg>
- <seg>Several themes in the /usr/share/themes hierarchy and icons
- in the /usr/share/icons hierarchy</seg>
- </seglistitem>
- </segmentedlist>
-
- </sect2>
-
-</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
- [blfs-book] r9444 - in trunk/BOOK: . gnome/add/obsolete gnome/core ken 2012/02/16 <=