Changeset dc47185f


Ignore:
Timestamp:
05/12/2005 05:12:43 AM (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:
f73bacc
Parents:
7e645e6
Message:

Updated to gucharmap-1.4.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gucharmap.xml

    r7e645e6 rdc47185f  
    77<!ENTITY gucharmap-download-http "http://ftp.gnome.org/pub/GNOME/sources/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
    88<!ENTITY gucharmap-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
    9 <!ENTITY gucharmap-md5sum "73847836c1adeadf166fd4fe909687c9">
     9<!ENTITY gucharmap-md5sum "9003427becd6fae9b2df5ddf1a6c390b">
    1010<!ENTITY gucharmap-size "1.5 MB">
    11 <!ENTITY gucharmap-buildsize "26.9 MB">
    12 <!ENTITY gucharmap-time "0.21 SBU">
     11<!ENTITY gucharmap-buildsize "25 MB">
     12<!ENTITY gucharmap-time "0.2 SBU">
    1313]>
    1414
     
    6161<title>Installation of <application>gucharmap</application></title>
    6262
     63<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/>
     64
    6365<para>Install <application>gucharmap</application> by running the following
    6466commands:</para>
    6567
    66 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX \
     68<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6769    --localstatedir=/var/lib &amp;&amp;
    68 make &amp;&amp;
    69 make install</command></userinput></screen>
     70make</command></userinput></screen>
     71
     72<para>This package does not come with a test suite.</para>
     73
     74<para>Now, as the root user:</para>
     75
     76<screen><userinput role='root'><command>make install</command></userinput></screen>
    7077
    7178</sect2>
     
    8895<command>gnome-character-map</command>,
    8996<command>gucharmap</command> and
    90 <filename class="libraryfile">libgucharmap</filename>.
     97<filename class="libraryfile">libgucharmap.so</filename>.
    9198</para>
    9299
Note: See TracChangeset for help on using the changeset viewer.