source: archive/lxshortcut.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 lxshortcut-download-http "&sourceforge-repo;/lxde/lxshortcut-&lxshortcut-version;.tar.gz">
8 <!ENTITY lxshortcut-download-ftp " ">
9 <!ENTITY lxshortcut-md5sum "72f0dfafa8098be853beae6e33b5e13b">
10 <!ENTITY lxshortcut-size "220 KB">
11 <!ENTITY lxshortcut-buildsize "2.6 MB">
12 <!ENTITY lxshortcut-time "0.1 SBU">
13]>
14
15<sect1 id="lxshortcut" xreflabel="LXShortcut-&lxshortcut-version;">
16 <?dbhtml filename="lxshortcut.html"?>
17
18
19 <title>LXShortcut-&lxshortcut-version;</title>
20
21 <indexterm zone="lxshortcut">
22 <primary sortas="a-LXShortcut">LXShortcut</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXShortcut</title>
27
28 <para>
29 The <application>LXShortcut</application> package contains a small
30 program used to edit application shortcuts created with
31 freedesktop.org Desktop Entry spec.
32 </para>
33
34 &lfs75_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lxshortcut-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lxshortcut-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lxshortcut-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lxshortcut-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lxshortcut-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lxshortcut-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">LXShortcut Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk2"/>
75 </para>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/lxshortcut"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of LXShortcut</title>
84
85 <para>
86 Install <application>LXShortcut</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>
115 lxshortcut
116 </seg>
117 <seg>
118 None
119 </seg>
120 <seg>
121 /usr/share/lxshortcut
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="lxshortcut-prog">
132 <term><command>lxshortcut</command></term>
133 <listitem>
134 <para>
135 is a small program used to edit application shortcuts.
136 </para>
137 <indexterm zone="lxshortcut lxshortcut-prog">
138 <primary sortas="b-lxshortcut">lxshortcut</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.