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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://gitlab.gnome.org/GNOME/gucharmap/-/archive/15.1.2/gucharmap-15.1.2.tar.bz2
ダウンロード MD5 sum: f74a3ffa9030e19ee9ddac973f95d0d8
ダウンロードサイズ: 1.4 MB
必要ディスク容量: 73 MB
概算ビルド時間: 0.1 SBU
Unicode Character Database: https://www.unicode.org/Public/zipped/15.1.0/UCD.zip
CJK Unified Ideographs: https://www.unicode.org/Public/zipped/15.1.0/Unihan.zip
desktop-file-utils-0.27, gsettings-desktop-schemas-45.0, GTK+-3.24.38, itstool-2.0.7, pcre2-10.42, UnZip-6.0
gobject-introspection-1.78.1, Vala-0.56.14
This package uses two unversioned downloads. You may want to
rename these to a versioned name, e.g. UCD-15.zip
to make upgrades easier.
以下のコマンドを実行して Gucharmap をビルドします。
mkdir build && cd build && mkdir ucd && pushd ucd && unzip ../../../UCD.zip && cp -v ../../../Unihan.zip . && popd && meson setup --prefix=/usr \ --strip \ --buildtype=release \ -Ducd_path=./ucd \ -Ddocs=false \ .. && ninja
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
rm -fv /usr/share/glib-2.0/schemas/org.gnome.Charmap.enums.xml && ninja install
--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.
-Dgir=false
: Use this if you have not
installed gobject-introspection-1.78.1.
-Dvapi=false
: Use this if you have not
installed Vala-0.56.14.