Skip to Content.
Sympa Menu

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

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 (cd361e1d80d9a0ff382504df67b8f7a9b55259a5)
  • Date: Sun, 20 Sep 2026 22:44:37 +0000

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

ChangeLog | 2 ++
fonts-x11/fonts-gridded-lab-ofl-fonts/DEPENDS | 1 +
fonts-x11/fonts-gridded-lab-ofl-fonts/DETAILS | 20 ++++++++++++++++++++
fonts-x11/fonts-gridded-lab-ofl-fonts/HISTORY | 2 ++
fonts-x11/fonts-gridded-lab-ofl-fonts/INSTALL | 5 +++++
5 files changed, 30 insertions(+)

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

fonts-gridded-lab-ofl-fonts: new spell, Gridded Lab's experimental font
collection

diff --git a/ChangeLog b/ChangeLog
index 8421ae2..401cb18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* 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
+ * fonts-x11/fonts-gridded-lab-ofl-fonts: new spell, Gridded Lab's
+ experimental font collection

2026-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* qt6canvaspainter: added
diff --git a/fonts-x11/fonts-gridded-lab-ofl-fonts/BUILD
b/fonts-x11/fonts-gridded-lab-ofl-fonts/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/fonts-x11/fonts-gridded-lab-ofl-fonts/DEPENDS
b/fonts-x11/fonts-gridded-lab-ofl-fonts/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/fonts-gridded-lab-ofl-fonts/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/fonts-gridded-lab-ofl-fonts/DETAILS
b/fonts-x11/fonts-gridded-lab-ofl-fonts/DETAILS
new file mode 100755
index 0000000..82f7add
--- /dev/null
+++ b/fonts-x11/fonts-gridded-lab-ofl-fonts/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=fonts-gridded-lab-ofl-fonts
+ VERSION=20260212
+ REF=af943feb6adfe26cace11c090f4280062955991a
+ SOURCE=ofl-fonts-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/gridded-lab/ofl-fonts/archive/$REF.tar.gz
+
SOURCE_HASH=sha512:474fdecd7cd49ff14d442e398d035db33eb4b1ea60ca02ce40ba2cb28c7a1a04dafe020abf25852d555e24b49ecd74ad13359e1e42d69b140092501a3117b89e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ofl-fonts-$REF"
+ DOCS="OFL.txt README.md"
+ WEB_SITE=https://github.com/gridded-lab/ofl-fonts
+ LICENSE[0]=OFL-1.1
+ ENTERED=20260920
+ SHORT="Gridded Lab's experimental font collection"
+cat << EOF
+Five display faces from Gridded Lab:
+* Float Round,
+* InkWell,
+* Open Sourcery (a Space Mono derivative),
+* SNK in heavy and thin,
+* and Sourcery Pixel.
+EOF
diff --git a/fonts-x11/fonts-gridded-lab-ofl-fonts/HISTORY
b/fonts-x11/fonts-gridded-lab-ofl-fonts/HISTORY
new file mode 100644
index 0000000..9825491
--- /dev/null
+++ b/fonts-x11/fonts-gridded-lab-ofl-fonts/HISTORY
@@ -0,0 +1,2 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 20260212
diff --git a/fonts-x11/fonts-gridded-lab-ofl-fonts/INSTALL
b/fonts-x11/fonts-gridded-lab-ofl-fonts/INSTALL
new file mode 100755
index 0000000..f7e6b5f
--- /dev/null
+++ b/fonts-x11/fonts-gridded-lab-ofl-fonts/INSTALL
@@ -0,0 +1,5 @@
+local OTF_DIR="${INSTALL_ROOT}/usr/share/fonts/X11/OTF" \
+ TTF_DIR="${INSTALL_ROOT}/usr/share/fonts/X11/TTF" &&
+install -d "${OTF_DIR}" "${TTF_DIR}" &&
+find . -iname '*.otf' -exec install -vm444 -t "${OTF_DIR}" {} + &&
+find . -iname '*.ttf' -exec install -vm444 -t "${TTF_DIR}" {} +


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

Archive powered by MHonArc 2.6.24.

Top of Page