source: archive/lxqt/desktop/lxqt-themes.xml@ 49a84b87

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 49a84b87 was 49a84b87, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to mariadb-10.3.9.
Update to Archive-Zip-1.62 (Perl Module).
Archive lxqt
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20345 af4574ff-66df-0310-9fd7-8a98e5e911e0

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