source: archive/libsexy.xml@ 69b2349

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 69b2349 was 1915d54, checked in by Krejzi <krejzi@…>, 12 years ago

Remove some unneeded packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10733 af4574ff-66df-0310-9fd7-8a98e5e911e0

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