source: lxde/apps/lxtask.xml@ e325e6e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e325e6e was e325e6e, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tags for LXDE and Sawfish

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