Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1fda9ad51ef53b85dcc5787bbfb829692709b91a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1fda9ad51ef53b85dcc5787bbfb829692709b91a)
  • Date: Thu, 14 Sep 2023 10:14:43 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

KDE_VERSIONS | 2 +-
fonts-x11/unifont/DETAILS | 4 ++--
fonts-x11/unifont/HISTORY | 4 ++++
fonts-x11/unifont/INSTALL | 4 ++--
4 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 1fda9ad51ef53b85dcc5787bbfb829692709b91a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kde* => =23.08.1

commit 3a8932eb7a2011954f5d348dc263acf7096a16ce
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

unifont: => 15.1.01

diff --git a/KDE_VERSIONS b/KDE_VERSIONS
index 05aa1e0..a503ad0 100644
--- a/KDE_VERSIONS
+++ b/KDE_VERSIONS
@@ -3,7 +3,7 @@
# this will facilitate testing of upcoming kf5/6 stable/unstable series

# relaease service stuff
-KDE_VERSION=23.08.0
+KDE_VERSION=23.08.1
KDE_BRANCH=stable

# plasma stuff
diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index 2f4a17a..acd9a058 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://unifoundry.com/pub/unifont/ href="unifont-([^/]+)/"
SPELL=unifont
- VERSION=15.0.05
- SOURCE="${SPELL}-${VERSION}.ttf"
+ VERSION=15.1.01
+ SOURCE="${SPELL}-${VERSION}.otf"
SOURCE2=${SOURCE}.sig

SOURCE_URL[0]=https://unifoundry.com/pub/unifont/unifont-$VERSION/font-builds/$SOURCE
#$GNU_URL/$SPELL/${SPELL}-${VERSION}/$SOURCE
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index 4208907..02cb7c7 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,7 @@
+2023-09-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 15.1.01
+ * INSTALL: now install OpenType fonts
+
2023-06-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 15.0.05

diff --git a/fonts-x11/unifont/INSTALL b/fonts-x11/unifont/INSTALL
index f2f6f17..b87c39a 100755
--- a/fonts-x11/unifont/INSTALL
+++ b/fonts-x11/unifont/INSTALL
@@ -1,5 +1,5 @@
install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/unifont" &&
install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/unifont/unifont.ttf" &&
+install -vm 644 *.otf "$INSTALL_ROOT/usr/share/fonts/unifont/unifont.otf" &&
cd "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-ln -sf ../unifont/*.ttf ./
+ln -sf ../unifont/*.otf ./



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1fda9ad51ef53b85dcc5787bbfb829692709b91a), Treeve Jelbert, 09/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page