From fd210c620688d2b8a4c4f8983c041c7984b1317f Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Wed, 31 Jan 2018 20:56:47 -0500 Subject: siji: new spell, iconic bitmap font based on Stlarch with additional glyphs --- fonts-x11/siji/BUILD | 1 + fonts-x11/siji/DEPENDS | 3 +++ fonts-x11/siji/DETAILS | 17 +++++++++++++++++ fonts-x11/siji/HISTORY | 2 ++ fonts-x11/siji/INSTALL | 7 +++++++ 5 files changed, 30 insertions(+) create mode 100755 fonts-x11/siji/BUILD create mode 100755 fonts-x11/siji/DEPENDS create mode 100755 fonts-x11/siji/DETAILS create mode 100644 fonts-x11/siji/HISTORY create mode 100755 fonts-x11/siji/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/siji/BUILD b/fonts-x11/siji/BUILD new file mode 100755 index 0000000000..dabd4c76f1 --- /dev/null +++ b/fonts-x11/siji/BUILD @@ -0,0 +1 @@ +bdftopcf bdf/siji.bdf | gzip -9 > siji.pcf.gz diff --git a/fonts-x11/siji/DEPENDS b/fonts-x11/siji/DEPENDS new file mode 100755 index 0000000000..29445c8b79 --- /dev/null +++ b/fonts-x11/siji/DEPENDS @@ -0,0 +1,3 @@ +depends smgl-foma && +depends bdftopcf && +depends git diff --git a/fonts-x11/siji/DETAILS b/fonts-x11/siji/DETAILS new file mode 100755 index 0000000000..2c2882dc66 --- /dev/null +++ b/fonts-x11/siji/DETAILS @@ -0,0 +1,17 @@ + SPELL=siji + VERSION=scm + SOURCE=${SPELL}-${VERSION}.tar.bz2 + SOURCE_URL[0]=git://github.com/stark/${SPELL} + SOURCE_IGNORE=volatile + FORCE_DOWNLOAD=on +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE=https://github.com/stark/siji + LICENSE[0]=GPL + ENTERED=20180131 + SHORT="iconic bitmap font based on Stlarch with additional glyphs" +cat << EOF +Siji is an iconic bitmap font based on the Stlarch font with additional glyphs. + +It inherits additional glyphs from Sm4tik xbm icon pack, Lokaltog Symbols font, +xbm-icon font, Uushi font, FontAwesome, and Tewi font with personal additions. +EOF diff --git a/fonts-x11/siji/HISTORY b/fonts-x11/siji/HISTORY new file mode 100644 index 0000000000..a29eba628a --- /dev/null +++ b/fonts-x11/siji/HISTORY @@ -0,0 +1,2 @@ +2018-01-31 Vlad Glagolev + * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version scm diff --git a/fonts-x11/siji/INSTALL b/fonts-x11/siji/INSTALL new file mode 100755 index 0000000000..eca71ebc38 --- /dev/null +++ b/fonts-x11/siji/INSTALL @@ -0,0 +1,7 @@ +local font_dir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" && + +if [ ! -d "${font_dir}" ]; then + mkdir -p "${font_dir}" +fi && + +install -vm 0644 *.pcf.gz "${font_dir}" -- cgit v1.2.3