source: lxde/desktop/lxmenu-data.xml@ d320827b

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since d320827b was cad00b2, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXDE

  • Property mode set to 100644
File size: 3.0 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 &lfs120_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 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of LXMenu Data</title>
74
75 <para>
76 Install <application>LXMenu Data</application> by running the following
77 commands:
78 </para>
79
80<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
81make</userinput></screen>
82
83 <para>
84 This package does not come with a test suite.
85 </para>
86
87 <para>
88 Now, as the <systemitem class="username">root</systemitem> user:
89 </para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Programs</segtitle>
100 <segtitle>Installed Libraries</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>
105 None
106 </seg>
107 <seg>
108 None
109 </seg>
110 <seg>
111 /etc/xdg/menus and
112 /usr/share/desktop-directories
113 </seg>
114 </seglistitem>
115 </segmentedlist>
116
117 </sect2>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.