source: archive/libsexy.xml@ f7038e3c

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f7038e3c 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 libsexy-download-http "http://releases.chipx86.com/libsexy/libsexy/libsexy-&libsexy-version;.tar.bz2">
8 <!ENTITY libsexy-download-ftp " ">
9 <!ENTITY libsexy-md5sum "056b5d9d22941cdd881c7823e643d3a8">
10 <!ENTITY libsexy-size "261 KB">
11 <!ENTITY libsexy-buildsize "6 MB">
12 <!ENTITY libsexy-time "0.2 SBU">
13]>
14
15<sect1 id="libsexy" xreflabel="libsexy-&libsexy-version;">
16 <?dbhtml filename="libsexy.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libsexy-&libsexy-version;</title>
23
24 <indexterm zone="libsexy">
25 <primary sortas="a-libsexy">libsexy</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libsexy</title>
30
31 <para>The <application>libsexy</application> package is a collection of
32 <application>GTK+</application> widgets that extend the functionality of
33 such standard widgets as GtkEntry and GtkLabel by subclassing them and
34 working around the limitations of the widgets.</para>
35
36 &lfs70_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libsexy-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libsexy-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libsexy-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libsexy-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libsexy-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libsexy-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libsexy Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="gtk2"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="gtk-doc"/> and
67 <xref linkend="iso-codes"/></para>
68
69 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
70 <para role="optional"><xref linkend="enchant"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libsexy"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of libsexy</title>
79
80 <para>Install <application>libsexy</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../../xincludes/gtk-doc-rebuild.xml"/>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Library</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>None</seg>
112 <seg>libsexy.{so,a}</seg>
113 <seg>/usr/{include/libsexy,share/gtk-doc/html/libsexy}</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="libsexy-lib">
123 <term><filename class='libraryfile'>libsexy.{so,a}</filename></term>
124 <listitem>
125 <para>contains the <application>libsexy</application> API
126 functions.</para>
127 <indexterm zone="libsexy libsexy-lib">
128 <primary sortas="c-libsexy">libsexy.{so,a}</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 </variablelist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.