Browse Source
system/google-fonts: Updated for version 20250517.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Fernando Lopez Jr.
5 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
8 deletions
-
system/google-fonts/README
-
system/google-fonts/google-fonts.SlackBuild
-
system/google-fonts/google-fonts.info
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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="" |
|
|
|