From 008b8a7c5edd995d8e094be01042caae810d98f7 Mon Sep 17 00:00:00 2001 From: Tomasz Bywalec Date: Sat, 10 Sep 2022 20:45:50 +0200 Subject: system/gnu-unifont: Updated for version 15.0.01. TTF format was removed from the default formats list as the fonts in this format are not going to be supplied anymore by the upstream starting from Unifont 16.0.01. However, there still exist packages that depend on the TTF format of this font. Because of this, the removal of TTF format from the default formats list has been reverted in this commit. Signed-off-by: Willy Sudiarto Raharjo --- system/gnu-unifont/README | 14 +++++++------- system/gnu-unifont/gnu-unifont.SlackBuild | 4 ++-- system/gnu-unifont/gnu-unifont.info | 8 ++++---- system/gnu-unifont/slack-desc | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'system') diff --git a/system/gnu-unifont/README b/system/gnu-unifont/README index b852dcece5..436b337ab7 100644 --- a/system/gnu-unifont/README +++ b/system/gnu-unifont/README @@ -3,11 +3,11 @@ Unicode Basic Multilinguial Plane(BMP). The BMP is the first Unicode "plane" of 65,536(16bit) code points, and includes character encoding for most of the world's modern scripts. -By default, the package will include precompiled versions of the font -in OTF (OpenType), PCF (X Window bitmap), PSF (console) and OTB -(OpenType Bitmap) formats. This can be changed using FONTFORMATS +By default, the package will include precompiled versions of the font in +OTF (OpenType), TTF (TrueType), PCF (X Window bitmap), PSF (console) and +OTB (OpenType Bitmap) formats. This can be changed using FONTFORMATS environment variable, which should be set to comma-separated list of -font formats to include in the package. +font formats to be included in the package. Available formats are: @@ -20,6 +20,6 @@ otb = OpenType Bitmap fonts, compatible with recent versions of Pango generated by converting precompiled BDF/PCF fonts using fonttosfnt tool. -For example, setting FONTFORMATS=pcf,psf will include only PCF and -PSF fonts. If FONTFORMATS variable is not set the default value -"otf,pcf,psf,otb" is assumed. +For example, setting FONTFORMATS=pcf,psf will include only PCF and PSF +fonts in the package. If FONTFORMATS variable is not set then the +default value "otf,ttf,pcf,psf,otb" is assumed. diff --git a/system/gnu-unifont/gnu-unifont.SlackBuild b/system/gnu-unifont/gnu-unifont.SlackBuild index c8552f539f..d9bb3ace3d 100644 --- a/system/gnu-unifont/gnu-unifont.SlackBuild +++ b/system/gnu-unifont/gnu-unifont.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnu-unifont -VERSION=${VERSION:-14.0.04} +VERSION=${VERSION:-15.0.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=unifont DOCFILES="ChangeLog COPYING INSTALL NEWS README" -FONTFORMATS=${FONTFORMATS:-otf,pcf,psf,otb} +FONTFORMATS=${FONTFORMATS:-otf,ttf,pcf,psf,otb} contains() { diff --git a/system/gnu-unifont/gnu-unifont.info b/system/gnu-unifont/gnu-unifont.info index e4384921a2..9e040ecd4c 100644 --- a/system/gnu-unifont/gnu-unifont.info +++ b/system/gnu-unifont/gnu-unifont.info @@ -1,8 +1,8 @@ PRGNAM="gnu-unifont" -VERSION="14.0.04" -HOMEPAGE="http://unifoundry.com/unifont/index.html" -DOWNLOAD="https://ftpmirror.gnu.org/unifont/unifont-14.0.04/unifont-14.0.04.tar.gz" -MD5SUM="ea0476db0bd55de5fbeccfc7d6214dbf" +VERSION="15.0.01" +HOMEPAGE="https://unifoundry.com/unifont/index.html" +DOWNLOAD="https://ftpmirror.gnu.org/unifont/unifont-15.0.01/unifont-15.0.01.tar.gz" +MD5SUM="d6366a8fd03e815c2f18d36ff1a5cca7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/gnu-unifont/slack-desc b/system/gnu-unifont/slack-desc index 259c4b902e..cc5cdddce4 100644 --- a/system/gnu-unifont/slack-desc +++ b/system/gnu-unifont/slack-desc @@ -13,7 +13,7 @@ gnu-unifont: Unicode Basic Multilinguial Plane (BMP). The BMP is the first gnu-unifont: Unicode "plane" of 65,536(16bit) code points, and includes character gnu-unifont: encoding for most of the world's modern scripts. gnu-unifont: -gnu-unifont: Homepage: http://unifoundry.com/unifont/index.html +gnu-unifont: Homepage: https://unifoundry.com/unifont/index.html gnu-unifont: gnu-unifont: gnu-unifont: -- cgit v1.2.3