mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update to libnotify-0.7.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9327 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
78b39127b1
commit
4f5196189e
@ -611,7 +611,7 @@ $Date$
|
||||
<!ENTITY xulrunner-version "10.0">
|
||||
<!ENTITY webkitgtk-version "1.6.1">
|
||||
<!ENTITY libsexy-version "0.1.11">
|
||||
<!ENTITY libnotify-version "0.4.5">
|
||||
<!ENTITY libnotify-version "0.7.4">
|
||||
<!ENTITY notification-daemon-version "0.4.0">
|
||||
<!ENTITY gtk-vnc-version "0.4.3">
|
||||
<!ENTITY cogl-version "1.8.2">
|
||||
|
@ -56,6 +56,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge gtk-vnc-0.4.3 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge libnotify-0.7.4 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libnotify-download-http "http://www.galago-project.org/files/releases/source/libnotify/libnotify-&libnotify-version;.tar.bz2">
|
||||
<!ENTITY libnotify-download-ftp " ">
|
||||
<!ENTITY libnotify-md5sum "6a8388f93309dbe336bbe5fc0677de6b">
|
||||
<!ENTITY libnotify-size "282 KB">
|
||||
<!ENTITY libnotify-buildsize "4 MB">
|
||||
<!ENTITY libnotify-time "0.1 SBU">
|
||||
<!ENTITY libnotify-download-http "&gnome-download-http;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
|
||||
<!ENTITY libnotify-download-ftp "&gnome-download-ftp;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
|
||||
<!ENTITY libnotify-md5sum "1ec80af539a176d0e5a430534e98e956">
|
||||
<!ENTITY libnotify-size "266 KB">
|
||||
<!ENTITY libnotify-buildsize "5.1 MB">
|
||||
<!ENTITY libnotify-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libnotify" xreflabel="libnotify-&libnotify-version;">
|
||||
@ -35,6 +35,8 @@
|
||||
an event or display some form of information without getting in the user's
|
||||
way.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -60,8 +62,11 @@
|
||||
<bridgehead renderas="sect3">libnotify Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk2"/> and
|
||||
<xref linkend="dbus-glib"/></para>
|
||||
<para role="required"><xref linkend="gtk3"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libnotify"/></para>
|
||||
@ -85,18 +90,26 @@ make</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 Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>notify-send</seg>
|
||||
<seg>libnotify.{so,a}</seg>
|
||||
<seg>/usr/share/gtk-doc/html/libnotify</seg>
|
||||
<seg>/usr/{include/libnotify,share/gtk-doc/html/libnotify}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user