source: lxqt/desktop/lxqt-themes.xml@ 315b576

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 315b576 was 315b576, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXQt and Qt5 Alternate

Off to GNOME next on SysV, and working on systems for other tags.

  • Property mode set to 100644
File size: 3.4 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 <!ENTITY lxqt-themes-download-http "https://github.com/lxqt/lxqt-themes/releases/download/&lxqt-version;/lxqt-themes-&lxqt-version;.tar.xz">
7 <!ENTITY lxqt-themes-download-ftp " ">
8 <!ENTITY lxqt-themes-md5sum "1949f35f83cca3426a7fb7f822bcbe68">
9 <!ENTITY lxqt-themes-size "25 MB">
10 <!ENTITY lxqt-themes-buildsize "55 MB">
11 <!ENTITY lxqt-themes-time "less than 0.1 SBU">
12]>
13
14<sect1 id="lxqt-themes" xreflabel="lxqt-themes-&lxqt-version;">
15 <?dbhtml filename="lxqt-themes.html"?>
16
17
18 <title>lxqt-themes-&lxqt-version;</title>
19
20 <indexterm zone="lxqt-themes">
21 <primary sortas="a-lxqt-themes">lxqt-themes</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to lxqt-themes</title>
26
27 <para>
28 The <application>lxqt-themes</application> package provides a number of
29 graphics files and themes for the <application>LXQt</application>
30 desktop.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-themes-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-themes-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-themes-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-themes-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-themes-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-themes-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-themes Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="lxqt-build-tools"/>
74 </para>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/lxqt-themes"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of lxqt-themes</title>
83
84 <para>
85 Install <application>lxqt-themes</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>mkdir -v build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -DCMAKE_INSTALL_PREFIX=/usr \
93 -DCMAKE_BUILD_TYPE=Release \
94 .. &amp;&amp;
95
96make</userinput></screen>
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the &root; 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 Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 /usr/share/lxqt/{graphics,themes,palettes,wallpapers}
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.