Skip to Content.
Sympa Menu

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

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 (890e5443de0ee85d17e5e056fb58689a8f6b7918)
  • Date: Tue, 8 Mar 2016 03:41:50 +0000

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

fonts-x11/unifont/DETAILS | 19 ++++++++++++-------
fonts-x11/unifont/HISTORY | 7 +++++++
fonts-x11/unifont/INSTALL | 2 +-
fonts-x11/unifont/unifoundry.gpg |binary
4 files changed, 20 insertions(+), 8 deletions(-)

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

unifont: => 8.0.01

diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index f6d551e..74bdb47 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,16 +1,21 @@
SPELL=unifont
- VERSION=7.0.03
-
SOURCE_HASH=sha512:d720f2a8004f7965f8a3dbce8151fe7543ae0d3bcb82311e9d82565db7e83006615261b6ebefe91512de8c959bdbe41cdfb27c911481a7f07a606885d2abddfb
+ VERSION=8.0.01
SOURCE="${SPELL}-${VERSION}.ttf"
+ SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=$GNU_URL/$SPELL/${SPELL}-${VERSION}/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=unifoundry.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://unifoundry.com/unifont.html";
- LICENSE[0]=GPL/PD
+ LICENSE[0]=GPL
+ LICENSE[1]=PD
ENTERED=20110527
SHORT="GNU Unifont Glyphs"
cat << EOF
-This spell contains the latest release of the GNU Unifont, with glyphs for
-every printable code point in the Unicode 7.0 Basic Multilingual Plane (BMP).
-The BMP occupies the first 65,536 code points of the Unicode space, denoted
-as U+0000..U+FFFF.
+This spell contains the latest release of GNU Unifont, with glyphs for every
+printable code point in the Unicode 8.0 Basic Multilingual Plane (BMP).
+
+The BMP occupies the first 65,536 code points of the Unicode space, denoted
as
+U+0000..U+FFFF.
EOF
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index a665d72..6ca2e91 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,10 @@
+2016-03-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 8.0.01; switched to upstream gpg check;
+ corrected license info; updated long description
+ * INSTALL: do not include version info
+ * unifoundry.gpg: added, imported 1F435A33 public key (Paul Hardy
+ <unifoundry AT unifoundry.com>)
+
2014-07-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS version 7.0.03
use GNU_URL
diff --git a/fonts-x11/unifont/INSTALL b/fonts-x11/unifont/INSTALL
index 77e0921..f2f6f17 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/" &&
+install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/unifont/unifont.ttf" &&
cd "$INSTALL_ROOT/usr/share/fonts/TTF" &&
ln -sf ../unifont/*.ttf ./
diff --git a/fonts-x11/unifont/unifoundry.gpg
b/fonts-x11/unifont/unifoundry.gpg
new file mode 100644
index 0000000..a7eac41
Binary files /dev/null and b/fonts-x11/unifont/unifoundry.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (890e5443de0ee85d17e5e056fb58689a8f6b7918), Vlad Glagolev, 03/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page