source: archive/lxqt/desktop/lxqt-themes.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY lxqt-common-download-http "https://github.com/lxde/lxqt-common/releases/download/&lxqt-common-version;/lxqt-common-&lxqt-common-version;.tar.xz">-->
11 <!ENTITY lxqt-themes-download-http "https://github.com/lxde/lxqt-themes/releases/download/&lxqt-themes-version;/lxqt-themes-&lxqt-themes-version;.tar.xz">
12 <!ENTITY lxqt-themes-download-ftp " ">
13 <!ENTITY lxqt-themes-md5sum "e468462aa42b6d8e6e7d24403e100226">
14 <!ENTITY lxqt-themes-size "3.1 MB">
15 <!ENTITY lxqt-themes-buildsize "8.2 MB">
16 <!ENTITY lxqt-themes-time "less than 0.1 SBU">
17]>
18
19<sect1 id="lxqt-themes" xreflabel="lxqt-themes-&lxqt-themes-version;">
20 <?dbhtml filename="lxqt-themes.html"?>
21
22
23 <title>lxqt-themes-&lxqt-themes-version;</title>
24
25 <indexterm zone="lxqt-themes">
26 <primary sortas="a-lxqt-themes">lxqt-themes</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lxqt-themes</title>
31
32 <para>
33 The <application>lxqt-themes</application> package provides a number of
34 graphic files and themes for ithe <application>LXQt</application>
35 desktop.
36 </para>
37
38 &lfs82_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lxqt-themes-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lxqt-themes-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lxqt-themes-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lxqt-themes-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lxqt-themes-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lxqt-themes-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">lxqt-themes Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="lxqt-build-tools"/>,
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/lxqt-themes"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of lxqt-themes</title>
88
89 <para>
90 Install <application>lxqt-themes</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>mkdir -v build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_BUILD_TYPE=Release \
98 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
99 .. &amp;&amp;
100
101make</userinput></screen>
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>mkdir -pv $LXQT_PREFIX/share/lxqt/graphics &amp;&amp;
111make install</userinput></screen>
112
113 </sect2>
114
115<!-- <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 </sect2>
119-->
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 $LXQT_PREFIX/share/lxqt/{graphics,themes}}
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.