Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd210c620688d2b8a4c4f8983c041c7984b1317f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd210c620688d2b8a4c4f8983c041c7984b1317f)
  • Date: Thu, 1 Feb 2018 01:56:58 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 2 ++
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 +++++++
6 files changed, 32 insertions(+)

New commits:
commit fd210c620688d2b8a4c4f8983c041c7984b1317f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

siji: new spell, iconic bitmap font based on Stlarch with additional
glyphs

diff --git a/ChangeLog b/ChangeLog
index 7f72183..aafda39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2018-01-31 Vlad Glagolev <stealth AT sourcemage.org>
* devel/llvm/llvm.gpg: moved to the root
* libs/libc++: new spell, C++ standard library
+ * fonts-x11/siji: new spell, iconic bitmap font based on Stlarch with
+ additional glyphs

2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
* perl-cpan/perl-image-sane: new spell, Perl extension for the SANE
diff --git a/fonts-x11/siji/BUILD b/fonts-x11/siji/BUILD
new file mode 100755
index 0000000..dabd4c7
--- /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 0000000..29445c8
--- /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 0000000..2c2882d
--- /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 0000000..a29eba6
--- /dev/null
+++ b/fonts-x11/siji/HISTORY
@@ -0,0 +1,2 @@
+2018-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * 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 0000000..eca71eb
--- /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}"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd210c620688d2b8a4c4f8983c041c7984b1317f), Vlad Glagolev, 01/31/2018

Archive powered by MHonArc 2.6.24.

Top of Page