%general-entities; ]> $Date$ Gucharmap-&gucharmap-version; Gucharmap Introduction to Gucharmap Gucharmap is a Unicode character map and font viewer. It allows you to browse through all the available Unicode characters and categories for the installed fonts, and to examine their detailed properties. It is an easy way to find the character you might only know by its Unicode name or code point. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gucharmap-md5sum; Download size: &gucharmap-size; Estimated disk space required: &gucharmap-buildsize; Estimated build time: &gucharmap-time; Additional Downloads Unicode Character Database files Download: https://www.unicode.org/Public/zipped/&gucharmap-major-version;.0/UCD.zip (Unicode Character Database) Download: https://www.unicode.org/Public/zipped/&gucharmap-major-version;.0/Unihan.zip (CJK Unified Ideographs) Gucharmap Dependencies Required , , , , and Recommended and Optional appstream-glib and User Notes: Installation of Gucharmap Install Gucharmap by running the following commands: mkdir build && cd build && mkdir ucd && pushd ucd && unzip ../../../UCD.zip && cp -v ../../../Unihan.zip . && popd && meson --prefix=/usr \ --strip \ -Ducd_path=./ucd \ -Ddocs=false .. && ninja This package does not have a testsuite. Now, as the root user: rm -fv /usr/share/glib-2.0/schemas/org.gnome.Charmap.enums.xml && ninja install Command Explanations --strip: Although the package defaults to a release build without debug information, without this switch there will be some debug information in the binaries. -Ducd_path=./ucd: This points to where the extracted main Unicode data files, and the zipped Unihan archive can be found. rm -fv /usr/share/glib-2.0/schemas/org.gnome.Charmap.enums.xml: Old versions of this package installed an obsolete file that prevents the program from running, as if the main schema has not been installed. Forcibly removing works even if the old file is not present. -Ddocs=false: This allows the package to build even if gtk-doc has not been installed. Remove this if you have installed that and wish to build the documentation. : Use this if you have not installed . : Use this if you have not installed . Contents Installed Program Installed Library Installed Directories gucharmap libgucharmap_2_90.so /usr/include/gucharmap-2.90 and /usr/share/help/*/gucharmap Short Descriptions gucharmap is a Unicode character map and font viewer gucharmap libgucharmap_2_90.so contains the Gucharmap API functions libgucharmap_2_90.so