Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (70068902fc2e41f5d60d51359c5230390d3a894c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (70068902fc2e41f5d60d51359c5230390d3a894c)
  • Date: Sun, 20 Sep 2026 21:20:20 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 +++++
fonts-x11/fonts-bytesized/DEPENDS | 1 +
fonts-x11/fonts-bytesized/DETAILS | 15 +++++++++++++++
fonts-x11/fonts-bytesized/HISTORY | 3 +++
fonts-x11/fonts-bytesized/INSTALL | 2 ++
fonts-x11/fonts-bytesized/PRE_BUILD | 1 +
fonts-x11/fonts-departure-mono/DEPENDS | 2 ++
fonts-x11/fonts-departure-mono/DETAILS | 18 ++++++++++++++++++
fonts-x11/fonts-departure-mono/HISTORY | 3 +++
fonts-x11/fonts-departure-mono/INSTALL | 1 +
10 files changed, 51 insertions(+)

New commits:
commit 70068902fc2e41f5d60d51359c5230390d3a894c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fonts-bytesized: new spell, tiny 3x4 pixel font

commit 761b9fea888313e9dfaea1a4e9c230ad615b9169
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fonts-departure-mono: new spell, monospaced pixel font with a lo-fi,
techy vibe

diff --git a/ChangeLog b/ChangeLog
index 189c84c..8421ae2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * fonts-x11/fonts-departure-mono: new spell, monospaced pixel font
+ with a lo-fi, techy vibe
+ * fonts-x11/fonts-bytesized: new spell, tiny 3x4 pixel font
+
2026-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* qt6canvaspainter: added

diff --git a/fonts-x11/fonts-bytesized/BUILD b/fonts-x11/fonts-bytesized/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/fonts-x11/fonts-bytesized/DEPENDS
b/fonts-x11/fonts-bytesized/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/fonts-bytesized/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/fonts-bytesized/DETAILS
b/fonts-x11/fonts-bytesized/DETAILS
new file mode 100755
index 0000000..a64ab76
--- /dev/null
+++ b/fonts-x11/fonts-bytesized/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=fonts-bytesized
+ VERSION=2.201
+ SOURCE=bytesized-$VERSION.ttf
+
SOURCE_URL[0]=https://github.com/balt-dev/bytesized-gf/releases/download/v$VERSION/Bytesized-Regular.ttf
+
SOURCE_HASH=sha512:20a0d2aa61b664ea990061560e747a148d986152762723bf4d49717708f824235de8510afc50a3dabf91fcf5e4d4e043bffd47d93bbe1411a997d586cfd5576f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/balt-dev/bytesized-gf
+ LICENSE[0]=OFL-1.1
+ ENTERED=20260920
+ SHORT="tiny 3x4 pixel font"
+cat << EOF
+Bytesized draws every glyph in a 3x4 pixel cell, the smallest box in which
+Latin letters stay readable. It covers Latin-1, Latin Extended-A and a few
+symbols, and is meant for titles and low-resolution displays, not body text.
+EOF
diff --git a/fonts-x11/fonts-bytesized/HISTORY
b/fonts-x11/fonts-bytesized/HISTORY
new file mode 100644
index 0000000..627c56e
--- /dev/null
+++ b/fonts-x11/fonts-bytesized/HISTORY
@@ -0,0 +1,3 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: created spell,
+ version 2.201
diff --git a/fonts-x11/fonts-bytesized/INSTALL
b/fonts-x11/fonts-bytesized/INSTALL
new file mode 100755
index 0000000..0dff5b3
--- /dev/null
+++ b/fonts-x11/fonts-bytesized/INSTALL
@@ -0,0 +1,2 @@
+install -Dt "$INSTALL_ROOT"/usr/share/fonts/X11/TTF \
+ -vm444 "$SOURCE_CACHE/$SOURCE"
diff --git a/fonts-x11/fonts-bytesized/PRE_BUILD
b/fonts-x11/fonts-bytesized/PRE_BUILD
new file mode 100755
index 0000000..13c1c1c
--- /dev/null
+++ b/fonts-x11/fonts-bytesized/PRE_BUILD
@@ -0,0 +1 @@
+verify_file
diff --git a/fonts-x11/fonts-departure-mono/BUILD
b/fonts-x11/fonts-departure-mono/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/fonts-x11/fonts-departure-mono/DEPENDS
b/fonts-x11/fonts-departure-mono/DEPENDS
new file mode 100755
index 0000000..91c97cd
--- /dev/null
+++ b/fonts-x11/fonts-departure-mono/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-foma &&
+depends unzip
diff --git a/fonts-x11/fonts-departure-mono/DETAILS
b/fonts-x11/fonts-departure-mono/DETAILS
new file mode 100755
index 0000000..fed06c5
--- /dev/null
+++ b/fonts-x11/fonts-departure-mono/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=fonts-departure-mono
+ SPELLX=DepartureMono
+ VERSION=1.500
+ SOURCE=${SPELLX}-${VERSION}.zip
+
SOURCE_URL[0]=https://github.com/rektdeckard/${SPELL#fonts-}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:5b0d13f2d07ef043260944f2c2b2789e45b2779f573fa8869f3414b0785857f81fa2794d1344f2bfb647b893b7caef0a1edf32d5414fb28b87796838a65f36b3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ DOCS="LICENSE README.md"
+ WEB_SITE=https://departuremono.com/
+ LICENSE[0]=OFL-1.1
+ ENTERED=20260920
+ SHORT="monospaced pixel font with a lo-fi, techy vibe"
+cat << EOF
+Departure Mono is a monospaced pixel font, drawn on an 11px grid, with
+1186 glyphs: Latin, Cyrillic, basic Greek, small caps, old-style numerals,
+fractions and box-drawing characters. Set sizes in multiples of 11px for
+pixel-perfect rendering.
+EOF
diff --git a/fonts-x11/fonts-departure-mono/HISTORY
b/fonts-x11/fonts-departure-mono/HISTORY
new file mode 100644
index 0000000..d37f6d7
--- /dev/null
+++ b/fonts-x11/fonts-departure-mono/HISTORY
@@ -0,0 +1,3 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 1.500
+
diff --git a/fonts-x11/fonts-departure-mono/INSTALL
b/fonts-x11/fonts-departure-mono/INSTALL
new file mode 100755
index 0000000..935eb3e
--- /dev/null
+++ b/fonts-x11/fonts-departure-mono/INSTALL
@@ -0,0 +1 @@
+install -Dt "${INSTALL_ROOT}/usr/share/fonts/X11/OTF" -vm 444 *.otf


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (70068902fc2e41f5d60d51359c5230390d3a894c), Ismael Luceno, 09/20/2026

Archive powered by MHonArc 2.6.24.

Top of Page