source: archive/lxqt/desktop/lxqt-themes.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 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 <sect1info>
23 <date>$Date: 2017-09-15 18:43:01 +0200 (ven. 15 sept. 2017) $</date>
24 </sect1info>
25
26 <title>lxqt-themes-&lxqt-themes-version;</title>
27
28 <indexterm zone="lxqt-themes">
29 <primary sortas="a-lxqt-themes">lxqt-themes</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to lxqt-themes</title>
34
35 <para>
36 The <application>lxqt-themes</application> package provides a number of
37 graphic files and themes for ithe <application>LXQt</application>
38 desktop.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&lxqt-themes-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-themes-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-themes-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-themes-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-themes-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-themes-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-themes Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="lxqt-build-tools"/>,
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/lxqt-themes"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of lxqt-themes</title>
91
92 <para>
93 Install <application>lxqt-themes</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir -v build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
102 .. &amp;&amp;
103
104make</userinput></screen>
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>mkdir -pv $LXQT_PREFIX/share/lxqt/graphics &amp;&amp;
114make install</userinput></screen>
115
116 </sect2>
117
118<!-- <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 </sect2>
122-->
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 None
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 $LXQT_PREFIX/share/lxqt/{graphics,themes}}
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.