source: lxde/desktop/lxmenu-data.xml@ 7241b26

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 7241b26 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.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 lxmenu-data-download-http "&sourceforge-dl;/lxde/lxmenu-data-&lxmenu-data-version;.tar.xz">
8 <!ENTITY lxmenu-data-download-ftp " ">
9 <!ENTITY lxmenu-data-md5sum "cc1989444284a65dbc7047348a68d6d4">
10 <!ENTITY lxmenu-data-size "196 KB">
11 <!ENTITY lxmenu-data-buildsize "2.1 MB">
12 <!ENTITY lxmenu-data-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxmenu-data" xreflabel="lxmenu-data-&lxmenu-data-version;">
16 <?dbhtml filename="lxmenu-data.html"?>
17
18
19 <title>lxmenu-data-&lxmenu-data-version;</title>
20
21 <indexterm zone="lxmenu-data">
22 <primary sortas="a-lxmenu-data">lxmenu-data</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXMenu Data</title>
27
28 <para>
29 The <application>LXMenu Data</application> package provides files
30 required to build freedesktop.org menu spec-compliant desktop menus
31 for <application>LXDE</application>.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lxmenu-data-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lxmenu-data-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lxmenu-data-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lxmenu-data-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lxmenu-data-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lxmenu-data-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <para condition="html" role="usernotes">
71 User Notes: <ulink url="&blfs-wiki;/lxmenu-data"/>
72 </para>
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of LXMenu Data</title>
77
78 <para>
79 Install <application>LXMenu Data</application> by running the following
80 commands:
81 </para>
82
83<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
84make</userinput></screen>
85
86 <para>
87 This package does not come with a test suite.
88 </para>
89
90 <para>
91 Now, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>
108 None
109 </seg>
110 <seg>
111 None
112 </seg>
113 <seg>
114 /etc/xdg/menus and
115 /usr/share/desktop-directories
116 </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 </sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.