Changeset 2e64e671


Ignore:
Timestamp:
04/10/2010 03:05:31 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c66e7d17
Parents:
9624412
Message:

Updated to gucharmap-2.28.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9624412 r2e64e671  
    44-->
    55
    6 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    618618<!ENTITY gnome-system-monitor-version "2.28.0">
    619619<!ENTITY gnome-utils-version          "2.28.1">
    620 <!ENTITY gucharmap-version            "1.10.0">
     620<!ENTITY gucharmap-version            "2.28.2">
    621621<!ENTITY nautilus-cd-burner-version   "2.18.2">
    622622<!ENTITY sound-juicer-version         "2.16.4">
  • gnome/add/gucharmap.xml

    r9624412 r2e64e671  
    55  %general-entities;
    66
    7   <!ENTITY gucharmap-download-http "&gnome-download-http;/gucharmap/1.10/gucharmap-&gucharmap-version;.tar.bz2">
    8   <!ENTITY gucharmap-download-ftp  "&gnome-download-ftp;/gucharmap/1.10/gucharmap-&gucharmap-version;.tar.bz2">
    9   <!ENTITY gucharmap-md5sum        "a0e01bcff2bc5e35ec88f60a383051d3">
    10   <!ENTITY gucharmap-size          "2.5 MB">
    11   <!ENTITY gucharmap-buildsize     "30 MB">
     7  <!ENTITY gucharmap-download-http "&gnome-download-http;/gucharmap/&gnome-version;/gucharmap-&gucharmap-version;.tar.bz2">
     8  <!ENTITY gucharmap-download-ftp  "&gnome-download-ftp;/gucharmap/&gnome-version;/gucharmap-&gucharmap-version;.tar.bz2">
     9  <!ENTITY gucharmap-md5sum        "d4ff2195141ca71aebfeb766e18d9607">
     10  <!ENTITY gucharmap-size          "2.9 MB">
     11  <!ENTITY gucharmap-buildsize     "26 MB">
    1212  <!ENTITY gucharmap-time          "0.2 SBU">
    1313]>
     
    6565
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="gnome-doc-utils"/>
    68     (to build the user manual),
    69     <xref linkend="libgnomeui"/>, and
    70     <xref linkend="intltool"/></para>
     67    <para role="optional"><xref linkend="GConf"/>,
     68    <xref linkend="gir-repository"/>,
     69    <xref linkend="gnome-doc-utils"/>,
     70    <xref linkend="gtk-doc"/>,
     71    <xref linkend="pygtk"/>, and
     72    <xref linkend="rarian"/></para>
    7173
    7274    <para condition="html" role="usernotes">User Notes:
     
    105107    href="../../xincludes/scrollkeeper-dir.xml"/>
    106108
     109    <para><option>--disable-gconf</option>: Use this parameter if you do not
     110    have <application>GConf</application> installed.</para>
     111
     112    <para><option>--enable-python-bindings</option>: Use this parameter if you
     113    wish to enable python bindings.</para>
     114
     115    <para><option>--enable-introspection</option>: Use this parameter if you
     116    wish to enable <application>GObject introspection</application>.</para>
     117
     118    <para><option>--disable-scrollkeeper</option>: Use this parameter if you
     119    wish to disable the updates to the scrollkeeper database.</para>
     120
     121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     122    href="../../xincludes/gtk-doc-rebuild.xml"/>
     123
    107124  </sect2>
    108125
     
    111128
    112129    <segmentedlist>
    113       <segtitle>Installed Programs</segtitle>
     130      <segtitle>Installed Program</segtitle>
    114131      <segtitle>Installed Library</segtitle>
    115132      <segtitle>Installed Directories</segtitle>
    116133
    117134      <seglistitem>
    118         <seg>charmap, gnome-character-map, and gucharmap</seg>
     135        <seg>gucharmap</seg>
    119136        <seg>libgucharmap.so</seg>
    120         <seg>The following subdirectories <envar>$GNOME_PREFIX</envar>/:
    121         include/gucharmap and
    122         share/{gnome/help/,omf/}/gucharmap</seg>
     137        <seg><envar>$GNOME_PREFIX</envar>/{include/gucharmap-2/gucharmap,
     138        share/{gnome/help/gucharmap/*,gtk-doc/html/gucharmap,
     139        omf/gucharmap}}</seg>
    123140      </seglistitem>
    124141    </segmentedlist>
     
    139156      </varlistentry>
    140157
     158      <varlistentry id="libgucharmap">
     159        <term><filename class='libraryfile'>libgucharmap.so</filename></term>
     160        <listitem>
     161          <para>contains the <application>gucharmap</application> API
     162          functions.</para>
     163          <indexterm zone="gucharmap libgucharmap">
     164            <primary sortas="c-libgucharmap">libgucharmap.so</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168
    141169    </variablelist>
    142170
  • introduction/welcome/changelog.xml

    r9624412 r2e64e671  
    4343
    4444   <listitem>
     45      <para>April 10th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Updated to gucharmap-2.28.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53   <listitem>
    4554      <para>April 9th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.