Changeset 2faaac6b


Ignore:
Timestamp:
05/11/2005 06:07:54 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1aaf29e2
Parents:
4859a7f
Message:

Updated to libgnomeprint-2.10.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/libgnomeprint.xml

    r4859a7f r2faaac6b  
    77<!ENTITY libgnomeprint-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
    88<!ENTITY libgnomeprint-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
    9 <!ENTITY libgnomeprint-md5sum "0473bf1976c2d4ec5a52bb66cf6b8464">
    10 <!ENTITY libgnomeprint-size "751 KB">
    11 <!ENTITY libgnomeprint-buildsize "20.5 MB">
    12 <!ENTITY libgnomeprint-time "0.57 SBU">
     9<!ENTITY libgnomeprint-md5sum "9052dc919ad038b1a9e4d5301148588e">
     10<!ENTITY libgnomeprint-size "727 KB">
     11<!ENTITY libgnomeprint-buildsize "20 MB">
     12<!ENTITY libgnomeprint-time "0.5 SBU">
    1313]>
    1414
     
    6767<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6868    --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    69 make &amp;&amp;
    70 make install</command></userinput></screen>
     69make</command></userinput></screen>
     70
     71<para>The test suite requires <application>Acroread-4</application> to be
     72installed and passing <option>--with-metadata-printer</option> to the
     73<command>configure</command> script. If the previous requirements are met
     74and you wish to run the regression tests, change directories to the
     75<filename class='directory'>tests</filename> directory and issue:
     76<command>./run-test.pl</command>.</para>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make install</command></userinput></screen>
    7181
    7282</sect2>
     
    8090
    8191<para><option>--disable-gtk-doc</option>: This switch prevents
    82 rebuilding the documentation during the <command>make</command> command.</para>
     92rebuilding the documentation during the <command>make</command>
     93command. Remove this parameter if you have
     94<application>GTK-Doc</application> installed and wish to rebuild the
     95documentation.</para>
    8396
    8497</sect2>
     
    87100<title>Contents</title>
    88101
    89 <para>The <application>libgnomeprint</application> package contains
    90 <filename class="libraryfile">libgnomeprint</filename> libraries and
    91 transport modules.</para>
     102<para>The <application>libgnomeprint</application> package contains the
     103<filename class="libraryfile">libgnomeprint</filename> library, support
     104modules and transport modules.</para>
    92105
    93106</sect2>
     
    95108<sect2><title>Description</title>
    96109
    97 <sect3><title>libgnomeprint libraries</title>
    98 <para><filename class="libraryfile">libgnomeprint</filename> libraries
    99 implement the <application><acronym>GNOME</acronym></application> Printing
     110<sect3><title>libgnomeprint library</title>
     111<para><filename class="libraryfile">libgnomeprint</filename> implements
     112the <application><acronym>GNOME</acronym></application> Printing
    100113Architecture.</para></sect3>
    101114
     
    103116
    104117</sect1>
    105 
Note: See TracChangeset for help on using the changeset viewer.