Skip to Content.
Sympa Menu

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

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 (e49a52b9b298277d6fa8c4e4a7e2c0e8d29e88bc)
  • Date: Wed, 16 Jun 2021 02:56:07 +0000

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

fonts-x11/spleen/DETAILS | 4 ++--
fonts-x11/spleen/HISTORY | 4 ++++
fonts-x11/spleen/INSTALL | 4 ++++
fonts-x11/spleen/PREPARE | 3 ++-
4 files changed, 12 insertions(+), 3 deletions(-)

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

spleen: => 1.9.1

diff --git a/fonts-x11/spleen/DETAILS b/fonts-x11/spleen/DETAILS
index 68c4814..54f8413 100755
--- a/fonts-x11/spleen/DETAILS
+++ b/fonts-x11/spleen/DETAILS
@@ -1,8 +1,8 @@
SPELL=spleen
- VERSION=1.8.2
+ VERSION=1.9.1
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/fcambus/${SPELL}/releases/download/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:13858adcaefcc7f8f075110e7720ed48a4498d1e32d43039dbb1f2a197b9ec94bd3b2e16256f6aaf0ebbfce42e4fd80fae092f33251484d5d29f5bb7b9b2fbd3
+
SOURCE_HASH=sha512:92b16e5016d2eca75b649be417cd6e08bf761f3937f3ac8680e66b62e5fef54dce0e64aaa60febd3e7d4f849bd3a13ee6cad1daabf20652ff176967f41a41769
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
GATHER_DOCS=off
WEB_SITE=https://www.cambus.net/spleen-monospaced-bitmap-fonts/
diff --git a/fonts-x11/spleen/HISTORY b/fonts-x11/spleen/HISTORY
index b6c1dd2..79fb459 100644
--- a/fonts-x11/spleen/HISTORY
+++ b/fonts-x11/spleen/HISTORY
@@ -1,3 +1,7 @@
+2021-06-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.9.1
+ * PREPARE, INSTALL: add otb fonts option
+
2020-07-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.2

diff --git a/fonts-x11/spleen/INSTALL b/fonts-x11/spleen/INSTALL
index d078470..3b4fbb1 100755
--- a/fonts-x11/spleen/INSTALL
+++ b/fonts-x11/spleen/INSTALL
@@ -8,6 +8,10 @@ fi &&

install -vm 0644 *.pcf.gz "${PCF_DIR}" &&

+if list_find "${SPLEEN_FORMATS}" otb; then
+ install -vm 0644 *.otb "${PCF_DIR}"
+fi &&
+
if list_find "${SPLEEN_FORMATS}" otf; then
if [ ! -d "${OTF_DIR}" ]; then
mkdir -p "${OTF_DIR}"
diff --git a/fonts-x11/spleen/PREPARE b/fonts-x11/spleen/PREPARE
index d7f6893..2f56f6e 100755
--- a/fonts-x11/spleen/PREPARE
+++ b/fonts-x11/spleen/PREPARE
@@ -2,4 +2,5 @@

config_query_multi SPLEEN_FORMATS "Which additional font formats do you want
to install?" \
psfu \
- otf
+ otf \
+ otb



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e49a52b9b298277d6fa8c4e4a7e2c0e8d29e88bc), Vlad Glagolev, 06/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page