Ignore:
Timestamp:
09/27/2016 01:21:12 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6111a63
Parents:
74309b58
Message:

Finish GNOME...
Update to gnome-power-manager-3.22.0
Update to gnome-screenshot-3.22.0
Update to gnome-system-monitor-3.22.0
Update to gucharmap-9.0.1
Update to at-spi2-atk-2.22.0
Update to at-spi2-core-2.22.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r74309b58 rabab2a19  
    99  <!ENTITY gucharmap-download-ftp
    1010       "&gnome-download-ftp;/gucharmap/9.0/gucharmap-&gucharmap-version;.tar.xz">
    11   <!ENTITY gucharmap-md5sum        "c8618d22c684286f551bef465eb6beda">
    12   <!ENTITY gucharmap-size          "984 KB">
    13   <!ENTITY gucharmap-buildsize     "53 MB">
     11  <!ENTITY gucharmap-md5sum        "73451cecc433f7934ce1e89cef3170b2">
     12  <!ENTITY gucharmap-size          "1000 KB">
     13  <!ENTITY gucharmap-buildsize     "51 MB">
    1414  <!ENTITY gucharmap-time          "0.3 SBU (with a fast internet connection)">
    1515]>
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr \
     114            --enable-vala \
     115            --with-unicode-data=download &amp;&amp;
    114116make</userinput></screen>
    115117
     
    127129  <sect2 role="commands">
    128130    <title>Command Explanations</title>
     131
     132    <para>
     133      <parameter>--with-unicode-data=download</parameter>: This switch forces
     134      the build process to download the <application>Unicode</application> data
     135      instead of trying to look for it locally.
     136    </para>
    129137
    130138    <para>
Note: See TracChangeset for help on using the changeset viewer.