Changeset 86200e7 for gnome


Ignore:
Timestamp:
07/11/2021 04:31:43 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
68c127d
Parents:
5f23d48f
Message:

gucharmap: UCD and Unihan are in the third parent dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r5f23d48f r86200e7  
    131131    </para>
    132132
    133 <screen><userinput>mkdir build              &amp;&amp;
    134 cd build                 &amp;&amp;
    135 mkdir ucd                &amp;&amp;
    136 pushd ucd                &amp;&amp;
    137 unzip ../../UCD.zip      &amp;&amp;
    138 cp -v ../../Unihan.zip . &amp;&amp;
    139 popd                     &amp;&amp;
    140 meson --prefix=/usr      \
    141       --strip            \
    142       -Ducd_path=./ucd   \
    143       -Ddocs=false ..    &amp;&amp;
     133<screen><userinput>mkdir build                 &amp;&amp;
     134cd build                    &amp;&amp;
     135mkdir ucd                   &amp;&amp;
     136pushd ucd                   &amp;&amp;
     137unzip ../../../UCD.zip      &amp;&amp;
     138cp -v ../../../Unihan.zip . &amp;&amp;
     139popd                        &amp;&amp;
     140meson --prefix=/usr         \
     141      --strip               \
     142      -Ducd_path=./ucd      \
     143      -Ddocs=false ..       &amp;&amp;
    144144ninja</userinput></screen>
    145145
Note: See TracChangeset for help on using the changeset viewer.