Changeset 68c127d


Ignore:
Timestamp:
07/11/2021 04:37:37 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
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:
6a054305
Parents:
89265b09 (diff), 86200e7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r89265b09 r68c127d  
    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.