aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/google-fonts/README2
-rw-r--r--system/google-fonts/google-fonts.SlackBuild8
-rw-r--r--system/google-fonts/google-fonts.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/system/google-fonts/README b/system/google-fonts/README
index 18a4b9dbbe..6b31c8f454 100644
--- a/system/google-fonts/README
+++ b/system/google-fonts/README
@@ -6,7 +6,7 @@ of the fonts within.
*** WARNINGS ***
-This is a 350Mb download.
+This is a 1.2G download.
This SlackBuild conflicts with other SlackBuilds that package
individual fonts, including
diff --git a/system/google-fonts/google-fonts.SlackBuild b/system/google-fonts/google-fonts.SlackBuild
index cfe4a847b7..df0195a068 100644
--- a/system/google-fonts/google-fonts.SlackBuild
+++ b/system/google-fonts/google-fonts.SlackBuild
@@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=google-fonts
-VERSION=${VERSION:-20170830}
+VERSION=${VERSION:-20250517}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=fonts
-COMMIT=${COMMIT:-8382674661d70b35dcfec78c7d4b705685ed6a4f}
+COMMIT=${COMMIT:-973a8934ba60f3a32a83617dce24edc3605fe3bb}
ARCH=noarch
@@ -61,10 +61,10 @@ find -L . \
-type f -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/fonts/TTF
-find . -iname '*ttf' -exec mv '{}' $PKG/usr/share/fonts/TTF/ \;
+find . -iname '*.ttf' -exec mv '{}' $PKG/usr/share/fonts/TTF/ \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md TRIVIA.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS.txt CONTRIBUTING.md CONTRIBUTORS.txt README.md TRIVIA.md $PKG/usr/doc/$PRGNAM-$VERSION
find apache ofl ufl \( -name '*.html' -o -name '*.txt' \) \
-exec install -D -m0644 {} $PKG/usr/doc/$PRGNAM-$VERSION/{} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/google-fonts/google-fonts.info b/system/google-fonts/google-fonts.info
index 0565d1bf91..4de8ce638a 100644
--- a/system/google-fonts/google-fonts.info
+++ b/system/google-fonts/google-fonts.info
@@ -1,8 +1,8 @@
PRGNAM="google-fonts"
-VERSION="20170830"
+VERSION="20250517"
HOMEPAGE="https://fonts.google.com"
-DOWNLOAD="https://github.com/google/fonts/archive/8382674/fonts-8382674661d70b35dcfec78c7d4b705685ed6a4f.tar.gz"
-MD5SUM="6abae7f130ef6ac49cfb8d77958d9804"
+DOWNLOAD="https://github.com/google/fonts/archive/973a8934ba60f3a32a83617dce24edc3605fe3bb/fonts-973a8934ba60f3a32a83617dce24edc3605fe3bb.tar.gz"
+MD5SUM="f5efb3fc97bbb09708c759571183b39e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""