Skip to Content.
Sympa Menu

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

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 (dc37491ef7eccb478c80b17fc1b4269425fd0cdd)
  • Date: Sun, 20 Sep 2026 22:55:16 +0000

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

ChangeLog | 1 +
fonts-x11/fonts-pixelspace/DEPENDS | 2 ++
fonts-x11/fonts-pixelspace/DETAILS | 17 +++++++++++++++++
fonts-x11/fonts-pixelspace/HISTORY | 3 +++
fonts-x11/fonts-pixelspace/INSTALL | 2 ++
fonts-x11/fonts-pixelspace/PRE_BUILD | 3 +++
6 files changed, 28 insertions(+)

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

fonts-pixelspace: new spell, 5x7 pixel typeface

diff --git a/ChangeLog b/ChangeLog
index 401cb18..6541fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* fonts-x11/fonts-bytesized: new spell, tiny 3x4 pixel font
* fonts-x11/fonts-gridded-lab-ofl-fonts: new spell, Gridded Lab's
experimental font collection
+ * fonts-x11/fonts-pixelspace: new spell, 5x7 pixel typeface

2026-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* qt6canvaspainter: added
diff --git a/fonts-x11/fonts-pixelspace/BUILD
b/fonts-x11/fonts-pixelspace/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/fonts-x11/fonts-pixelspace/DEPENDS
b/fonts-x11/fonts-pixelspace/DEPENDS
new file mode 100755
index 0000000..91c97cd
--- /dev/null
+++ b/fonts-x11/fonts-pixelspace/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-foma &&
+depends unzip
diff --git a/fonts-x11/fonts-pixelspace/DETAILS
b/fonts-x11/fonts-pixelspace/DETAILS
new file mode 100755
index 0000000..fdbfb30
--- /dev/null
+++ b/fonts-x11/fonts-pixelspace/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=fonts-pixelspace
+ SPELLX=Pixelspace
+ VERSION=1.100
+ SOURCE=$SPELLX-$VERSION.zip
+
SOURCE_URL[0]=https://github.com/anistark/pixelspace/releases/download/v$VERSION/$SPELLX.zip
+
SOURCE_HASH=sha512:5db73dc7b3424effa96fc7f3df114470cf0281e7828184a2616fbb3e420e48155072565336b97ecee4d64a1471e9ccdcb0e314cbe10d5a2c8ebbabe7b320c94d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ DOCS="OFL.txt FONTLOG.txt README.md"
+ WEB_SITE=https://pixelspace.anirudha.dev/
+ LICENSE[0]=OFL-1.1
+ ENTERED=20260920
+ SHORT="5x7 pixel typeface"
+cat << EOF
+Pixelspace is a single-weight 5x7 pixel face with 474 glyphs: the Google
+Fonts Latin core, Latin-1, Latin Extended-A/B, plus box drawing and block
+elements, so terminal and TUI output keeps the same gappy-pixel look.
+EOF
diff --git a/fonts-x11/fonts-pixelspace/HISTORY
b/fonts-x11/fonts-pixelspace/HISTORY
new file mode 100644
index 0000000..95e03c3
--- /dev/null
+++ b/fonts-x11/fonts-pixelspace/HISTORY
@@ -0,0 +1,3 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL:
+ created spell, version 1.100
diff --git a/fonts-x11/fonts-pixelspace/INSTALL
b/fonts-x11/fonts-pixelspace/INSTALL
new file mode 100755
index 0000000..871d23e
--- /dev/null
+++ b/fonts-x11/fonts-pixelspace/INSTALL
@@ -0,0 +1,2 @@
+FONT_DIR="$INSTALL_ROOT"/usr/share/fonts/X11/OTF &&
+install -vDt "${FONT_DIR}" -m444 *.otf
diff --git a/fonts-x11/fonts-pixelspace/PRE_BUILD
b/fonts-x11/fonts-pixelspace/PRE_BUILD
new file mode 100755
index 0000000..54dc544
--- /dev/null
+++ b/fonts-x11/fonts-pixelspace/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+unpack_file


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

Archive powered by MHonArc 2.6.24.

Top of Page