source: x/icons/adwaita-icon-theme.xml@ 32ced17

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 32ced17 was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Remove obsolete references to gtk2

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY adwaita-icon-theme-download-http
8 "&gnome-download-http;/adwaita-icon-theme/&gnome-44;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
9 <!ENTITY adwaita-icon-theme-download-ftp
10 "&gnome-download-ftp;/adwaita-icon-theme/&gnome-44;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
11 <!ENTITY adwaita-icon-theme-md5sum "1abae78e6cd50d4055b5c88ffe8b56a5">
12 <!ENTITY adwaita-icon-theme-size "2.4 MB">
13 <!ENTITY adwaita-icon-theme-buildsize "31 MB">
14 <!ENTITY adwaita-icon-theme-time "0.1 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="adwaita-icon-theme" xreflabel="adwaita-icon-theme-&adwaita-icon-theme-version;">
18 <?dbhtml filename="adwaita-icon-theme.html"?>
19
20 <title>adwaita-icon-theme-&adwaita-icon-theme-version;</title>
21
22 <indexterm zone="adwaita-icon-theme">
23 <primary sortas="a-adwaita-icon-theme">adwaita-icon-theme</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Adwaita Icon Theme</title>
28
29 <para>
30 The <application>Adwaita Icon Theme</application> package contains an
31 icon theme for <application>GTK+ 3</application> and
32 <application>GTK 4</application>applications.
33 </para>
34
35 &lfs120_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&adwaita-icon-theme-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&adwaita-icon-theme-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &adwaita-icon-theme-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &adwaita-icon-theme-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &adwaita-icon-theme-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &adwaita-icon-theme-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Adwaita Icon Theme Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="git"/>,
76 <xref linkend="gtk3"/> (if present, <xref linkend="librsvg"/> is also
77 required, and <command>gtk-update-icon-cache
78 </command> and <command>gtk-encode-symbolic-svg</command> are run
79 after installing),
80 <xref linkend="inkscape"/> and
81 <ulink url="https://launchpad.net/icontool/">Icon Tools</ulink>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Adwaita Icon Theme</title>
88
89 <para>
90 Install <application>Adwaita Icon Theme</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 /usr/share/icons/Adwaita
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.