mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, libsexy-0.1.11.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8434 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bbd4ef75e4
commit
d58d0fde9e
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -520,6 +520,7 @@ $Date$
|
||||
<!-- The xulrunner version also appears in the firefox mozconfig as a literal -->
|
||||
<!ENTITY xulrunner-version "1.9.2">
|
||||
<!ENTITY webkitgtk-version "1.1.15.1">
|
||||
<!ENTITY libsexy-version "0.1.11">
|
||||
<!ENTITY libnotify-version "0.4.5">
|
||||
|
||||
<!-- Chapter 27 -->
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 25th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, libsexy-0.1.11.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Moved libnotify to a more appropriate section.</para>
|
||||
</listitem>
|
||||
|
@ -45,6 +45,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesalib.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xulrunner.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsexy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
136
x/lib/libsexy.xml
Normal file
136
x/lib/libsexy.xml
Normal file
@ -0,0 +1,136 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libsexy-download-http "http://releases.chipx86.com/libsexy/libsexy/libsexy-&libsexy-version;.tar.bz2">
|
||||
<!ENTITY libsexy-download-ftp " ">
|
||||
<!ENTITY libsexy-md5sum "056b5d9d22941cdd881c7823e643d3a8">
|
||||
<!ENTITY libsexy-size "261 KB">
|
||||
<!ENTITY libsexy-buildsize "6 MB">
|
||||
<!ENTITY libsexy-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libsexy" xreflabel="libsexy-&libsexy-version;">
|
||||
<?dbhtml filename="libsexy.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libsexy-&libsexy-version;</title>
|
||||
|
||||
<indexterm zone="libsexy">
|
||||
<primary sortas="a-libsexy">libsexy</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libsexy</title>
|
||||
|
||||
<para>The <application>libsexy</application> package is a collection of
|
||||
<application>GTK+</application> widgets that extend the functionality of
|
||||
such standard widgets as GtkEntry and GtkLabel by subclassing them and
|
||||
working around the limitations of the widgets.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libsexy-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libsexy-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libsexy-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libsexy-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libsexy-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libsexy-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libsexy Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk2"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> and
|
||||
<xref linkend="iso-codes"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
|
||||
<para role="optional"><xref linkend="enchant"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libsexy"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libsexy</title>
|
||||
|
||||
<para>Install <application>libsexy</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libsexy.{so,a}</seg>
|
||||
<seg>/usr/{include/libsexy,share/gtk-doc/html/libsexy}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libsexy-lib">
|
||||
<term><filename class='libraryfile'>libsexy.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>libsexy</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="libsexy libsexy-lib">
|
||||
<primary sortas="c-libsexy">libsexy.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -313,7 +313,7 @@
|
||||
dependency is unwanted, as explained above. Additionally, in order to
|
||||
actually see the notifications, one needs to compile
|
||||
<ulink url="http://goodies.xfce.org/projects/applications/notification-daemon-xfce">notification-daemon-xfce</ulink>,
|
||||
which depends upon <ulink url="http://www.chipx86.com/wiki/Libsexy">libsexy</ulink>.</para>
|
||||
which depends upon <xref linkend="libsexy"/>.</para>
|
||||
|
||||
<para>The <command>xfce4-tips</command> command from
|
||||
the <xref linkend="xfce4-session"/> package uses
|
||||
|
@ -78,7 +78,7 @@
|
||||
<xref linkend="python"/>,
|
||||
<xref linkend="tcl"/>,
|
||||
<xref linkend="GConf"/>, and
|
||||
<ulink url="http://www.chipx86.com/wiki/Libsexy">libsexy</ulink> or
|
||||
<xref linkend="libsexy"/> or
|
||||
<ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not recommended)</para>
|
||||
|
||||
<para>Note that using <application>libsexy</application> for spell checking
|
||||
|
Loading…
Reference in New Issue
Block a user