source: lxde/apps/lxtask.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.2 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 lxtask-download-http "&sourceforge-dl;/lxde/lxtask-&lxtask-version;.tar.xz">
8 <!ENTITY lxtask-download-ftp " ">
9 <!ENTITY lxtask-md5sum "27b5258847afc237a5b89666e7a8b45b">
10 <!ENTITY lxtask-size "136 KB">
11 <!ENTITY lxtask-buildsize "3.5 MB">
12 <!ENTITY lxtask-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxtask" xreflabel="LXTask-&lxtask-version;">
16 <?dbhtml filename="lxtask.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>LXTask-&lxtask-version;</title>
23
24 <indexterm zone="lxtask">
25 <primary sortas="a-LXTask">LXTask</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to LXTask</title>
30
31 <para>
32 The <application>LXTask</application> package contains a
33 lightweight and desktop-independent task manager.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&lxtask-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&lxtask-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &lxtask-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &lxtask-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &lxtask-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &lxtask-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72<!--
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/lxtask-&lxtask-version;-gcc10_fix-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82-->
83
84 <bridgehead renderas="sect3">LXTask Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gtk2"/>
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/lxtask"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of LXTask</title>
98
99<!--
100 <para>
101 First, fix some <quote>multiple definition</quote> issues exposed
102 by GCC-10:
103 </para>
104
105<screen><userinput>patch -Np1 -i ../lxtask-&lxtask-version;-gcc10_fix-1.patch</userinput></screen>
106-->
107
108 <para>
109 Install <application>LXTask</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 lxtask
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 None
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="lxtask-prog">
155 <term><command>lxtask</command></term>
156 <listitem>
157 <para>
158 is a lightweight and desktop-independent task manager
159 </para>
160 <indexterm zone="lxtask lxtask-prog">
161 <primary sortas="b-lxtask">lxtask</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.