From e49a52b9b298277d6fa8c4e4a7e2c0e8d29e88bc Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Wed, 16 Jun 2021 02:56:01 +0000 Subject: spleen: => 1.9.1 --- 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(-) (limited to 'fonts-x11') diff --git a/fonts-x11/spleen/DETAILS b/fonts-x11/spleen/DETAILS index 68c4814e52..54f8413513 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 b6c1dd204f..79fb459caf 100644 --- a/fonts-x11/spleen/HISTORY +++ b/fonts-x11/spleen/HISTORY @@ -1,3 +1,7 @@ +2021-06-15 Vlad Glagolev + * DETAILS: updated spell to 1.9.1 + * PREPARE, INSTALL: add otb fonts option + 2020-07-31 Vlad Glagolev * DETAILS: updated spell to 1.8.2 diff --git a/fonts-x11/spleen/INSTALL b/fonts-x11/spleen/INSTALL index d078470401..3b4fbb109a 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 d7f689336f..2f56f6e454 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 -- cgit v1.2.3