Changeset 68c127d
- Timestamp:
- 07/11/2021 04:37:37 PM (19 months ago)
- Branches:
- 11.0, 11.1, 11.2, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/gucharmap.xml
r89265b09 r68c127d 131 131 </para> 132 132 133 <screen><userinput>mkdir build &&134 cd build &&135 mkdir ucd &&136 pushd ucd &&137 unzip ../../ UCD.zip &&138 cp -v ../../ Unihan.zip . &&139 popd &&140 meson --prefix=/usr \141 --strip \142 -Ducd_path=./ucd \143 -Ddocs=false .. &&133 <screen><userinput>mkdir build && 134 cd build && 135 mkdir ucd && 136 pushd ucd && 137 unzip ../../../UCD.zip && 138 cp -v ../../../Unihan.zip . && 139 popd && 140 meson --prefix=/usr \ 141 --strip \ 142 -Ducd_path=./ucd \ 143 -Ddocs=false .. && 144 144 ninja</userinput></screen> 145 145
Note:
See TracChangeset
for help on using the changeset viewer.