mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
updated to libcroco-0.5.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2038 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
72592c8219
commit
af21211491
@ -35,6 +35,8 @@
|
||||
<!ENTITY % gstreamer SYSTEM "add/gstreamer/gstreamer.ent">
|
||||
<!ENTITY % gst-plugins SYSTEM "add/gst-plugins/gst-plugins.ent">
|
||||
<!ENTITY % gnome-applets SYSTEM "add/applets/gnome-applets.ent">
|
||||
<!ENTITY % libgsf SYSTEM "lib/libgsf/libgsf.ent">
|
||||
<!ENTITY % libcroco SYSTEM "lib/libcroco/libcroco.ent">
|
||||
%gtk-doc;
|
||||
%libIDL;
|
||||
%orbit2;
|
||||
@ -65,17 +67,17 @@
|
||||
%gstreamer;
|
||||
%gst-plugins;
|
||||
%gnome-applets;
|
||||
%libgsf;
|
||||
%libcroco;
|
||||
|
||||
<!ENTITY % linc SYSTEM "lib/linc/linc.ent">
|
||||
<!ENTITY % bonobo-activation SYSTEM "lib/bonobo/bonobo-activation.ent">
|
||||
<!ENTITY % gtk-thinice-engine SYSTEM "lib/gtk-thinice-engine/gtk-thinice-engine.ent">
|
||||
<!ENTITY % at-spi SYSTEM "lib/at-spi/at-spi.ent">
|
||||
<!ENTITY % libgail-gnome SYSTEM "lib/libgail-gnome/libgail-gnome.ent">
|
||||
<!ENTITY % libcronco SYSTEM "lib/libcroco/libcroco.ent">
|
||||
<!ENTITY % librsvg SYSTEM "lib/librsvg/librsvg.ent">
|
||||
<!ENTITY % eel SYSTEM "lib/eel/eel.ent">
|
||||
<!ENTITY % libgtkhtml SYSTEM "lib/libgtkhtml/libgtkhtml.ent">
|
||||
<!ENTITY % libgsf SYSTEM "lib/libgsf/libgsf.ent">
|
||||
<!ENTITY % gal2 SYSTEM "lib/gal/gal2.ent">
|
||||
<!ENTITY % libgnomeprint SYSTEM "lib/libgnomeprint/libgnomeprint.ent">
|
||||
<!ENTITY % libgnomeprintui SYSTEM "lib/libgnomeprintui/libgnomeprintui.ent">
|
||||
@ -89,12 +91,10 @@
|
||||
%librsvg;
|
||||
%eel;
|
||||
%libgtkhtml;
|
||||
%libgsf;
|
||||
%gal2;
|
||||
%libgnomeprint;
|
||||
%libgnomeprintui;
|
||||
%gtkhtml2;
|
||||
%libcronco;
|
||||
%gtksourceview;
|
||||
|
||||
<!-- Gnome Core -->
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
&libcroco-intro;
|
||||
&libcroco-inst;
|
||||
&libcroco-exp;
|
||||
&libcroco-desc;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><option>--disable-gtk-doc</option>: This switch will prevent
|
||||
the rebuilding of the <acronym>API</acronym> documentation during the
|
||||
<command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,10 +3,8 @@
|
||||
|
||||
<para>Install <application>libcroco</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--disable-gtk-doc &&
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
make &&
|
||||
make install </command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -16,7 +16,10 @@ useful for providing a CSS API.</para>
|
||||
|
||||
<sect3><title><application>libcroco</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libxml2"/> and <xref linkend="Pango"/></para></sect4>
|
||||
<para>
|
||||
<xref linkend="GLib2"/> and
|
||||
<xref linkend="libxml2"/>
|
||||
</para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,11 +1,10 @@
|
||||
<!ENTITY libcroco SYSTEM "../libcroco.xml">
|
||||
<!ENTITY libcroco-intro SYSTEM "libcroco-intro.xml">
|
||||
<!ENTITY libcroco-inst SYSTEM "libcroco-inst.xml">
|
||||
<!ENTITY libcroco-exp SYSTEM "libcroco-exp.xml">
|
||||
<!ENTITY libcroco-desc SYSTEM "libcroco-desc.xml">
|
||||
<!ENTITY libcroco-version "0.5.0">
|
||||
<!ENTITY libcroco-version "0.5.1">
|
||||
<!ENTITY libcroco-download-http "http://ftp.gnome.org/pub/gnome/sources/libcroco/0.5/libcroco-&libcroco-version;.tar.bz2">
|
||||
<!ENTITY libcroco-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.5/libcroco-&libcroco-version;.tar.bz2">
|
||||
<!ENTITY libcroco-size "280 KB">
|
||||
<!ENTITY libcroco-size "281 KB">
|
||||
<!ENTITY libcroco-buildsize "9.5 MB">
|
||||
<!ENTITY libcroco-time "0.01 SBU">
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-20040420">
|
||||
<!ENTITY releasedate "April 20th, 2004">
|
||||
<!ENTITY pubdate "2004-04-20">
|
||||
<!ENTITY version "CVS-20040421">
|
||||
<!ENTITY releasedate "April 21st, 2004">
|
||||
<!ENTITY pubdate "2004-04-21">
|
||||
<!ENTITY blfs-version "cvs">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>April 21st, 2004 [igor]: Updated to
|
||||
libcroco-0.5.1.</para></listitem>
|
||||
|
||||
<listitem><para>April 20th, 2004 [igor]: Updated to
|
||||
gst-plugins-0.8.1.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user