mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Add adwaita-icon-theme-3.14.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14415 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d5ab525759
commit
41975978f6
@ -52,6 +52,7 @@
|
||||
<!ENTITY gnome-download-http "http://ftp.gnome.org/pub/gnome/sources">
|
||||
<!ENTITY gnome-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources">
|
||||
<!ENTITY gnome-minor "3.12">
|
||||
<!ENTITY gnome-minor-14 "3.14">
|
||||
|
||||
<!-- These entities are used to identify versions of LFS
|
||||
packages referenced throughout the BLFS book. -->
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
<!-- Runtime -->
|
||||
<!ENTITY dconf-version "0.20.0">
|
||||
<!ENTITY adwaita-icon-theme-version "3.14.0">
|
||||
<!ENTITY gnome-icon-theme-version "3.12.0">
|
||||
<!ENTITY gnome-icon-theme-extras-version "3.12.0">
|
||||
<!ENTITY gnome-icon-theme-symbolic-version "3.12.0">
|
||||
|
177
gnome/platform/adwaita-icon-theme.xml
Normal file
177
gnome/platform/adwaita-icon-theme.xml
Normal file
@ -0,0 +1,177 @@
|
||||
<?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 adwaita-icon-theme-download-http
|
||||
"&gnome-download-http;/adwaita-icon-theme/&gnome-minor-14;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
<!ENTITY adwaita-icon-theme-download-ftp
|
||||
"&gnome-download-ftp;/adwaita-icon-theme/&gnome-minor-14;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
|
||||
<!ENTITY adwaita-icon-theme-md5sum "75ed0541d5939c415cb2e0e2010f639f">
|
||||
<!ENTITY adwaita-icon-theme-size "18 MB">
|
||||
<!ENTITY adwaita-icon-theme-buildsize "104 MB">
|
||||
<!ENTITY adwaita-icon-theme-time "1.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="adwaita-icon-theme" xreflabel="adwaita-icon-theme-&adwaita-icon-theme-version;">
|
||||
<?dbhtml filename="adwaita-icon-theme.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>adwaita-icon-theme-&adwaita-icon-theme-version;</title>
|
||||
|
||||
<indexterm zone="adwaita-icon-theme">
|
||||
<primary sortas="a-adwaita-icon-theme">adwaita-icon-theme</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Adwaita Icon Theme</title>
|
||||
|
||||
<para>
|
||||
The <application>Adwaita Icon Theme</application> package contains an
|
||||
icon theme for <application>Gtk+ 3</application> applications.
|
||||
</para>
|
||||
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&adwaita-icon-theme-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&adwaita-icon-theme-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &adwaita-icon-theme-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &adwaita-icon-theme-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &adwaita-icon-theme-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &adwaita-icon-theme-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Adwaita Icon Theme Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk2"/> or
|
||||
<xref linkend="gtk3"/> with
|
||||
<xref linkend="librsvg"/> or both
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="inkscape"/> and
|
||||
<ulink url="https://launchpad.net/icontool/">Icon Tools</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/adwaita-icon-theme"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Adwaita Icon Theme</title>
|
||||
|
||||
<para>
|
||||
Install <application>Adwaita Icon Theme</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>
|
||||
|
||||
<para>
|
||||
<option>-\-disable-gtk2-engine</option>: This switch disables GTK+-2
|
||||
theming engine.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-\-disable-gtk3-engine</option>: This switch disables GTK+-3
|
||||
theming engine.
|
||||
</para>
|
||||
|
||||
</sect2>-->
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/icons/Adwaita/
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<!--
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libadwaita">
|
||||
<term><filename class="libraryfile">libadwaita.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the Adwaita <application>GTK+</application> theme.
|
||||
</para>
|
||||
<indexterm zone="adwaita-icon-theme libadwaita">
|
||||
<primary sortas="c-libadwaita">libadwaita.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
/usr/share/icons/Adwaita/
|
||||
</variablelist>-->
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -53,6 +53,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-runtime.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dconf.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="adwaita-icon-theme.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-extras.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-symbolic.xml"/>
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>September 28th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Add adwaita-icon-theme-3.14.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;5596">#5596</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gjs-1.41.91. Fixes
|
||||
<ulink url="&blfs-ticket-root;5595">#5595</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user