system/cantarell-fonts: Updated for version 0.0.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
91c845c54c
commit
1617be5580
|
@ -1,7 +1,12 @@
|
|||
cantarell-fonts (The Cantarell typeface family is a contemporary Humanist sans serif, and is
|
||||
used by the GNOME project for its user interface and the Fedora project.)
|
||||
cantarell-fonts (The Cantarell typeface family)
|
||||
|
||||
Cantarell was originally designed by Dave Crossland as part of his coursework for the MA Typeface
|
||||
Design programme at the Department of Typography in the University of Reading, England.
|
||||
The Cantarell typeface family is a contemporary Humanist sans serif,
|
||||
and is used by the GNOME project for its user interface and the
|
||||
Fedora project.)
|
||||
|
||||
This is the open font officially chosen by default for the GNOME 3 desktop and for Fedora branding materials.
|
||||
Cantarell was originally designed by Dave Crossland as part of his
|
||||
coursework for the MA Typeface Design programme at the Department
|
||||
of Typography in the University of Reading, England.
|
||||
|
||||
This is the open font officially chosen by default for the GNOME 3
|
||||
and for Fedora branding materials.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for cantarell-fonts
|
||||
|
||||
#
|
||||
# Slackware build script for cantarell-fonts.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cantarell-fonts
|
||||
VERSION=${VERSION:-0.0.16}
|
||||
VERSION=${VERSION:-0.0.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,8 +54,6 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="COPYING README NEWS"
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -82,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make -j1
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
@ -93,7 +91,7 @@ cp -a $PKG/usr/share/fonts/cantarell/*.otf $PKG/usr/share/fonts/OTF/
|
|||
rm -rf $PKG/usr/share/fonts/cantarell
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README NEWS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cantarell-fonts"
|
||||
VERSION="0.0.16"
|
||||
VERSION="0.0.17"
|
||||
HOMEPAGE="https://download.gnome.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.16.tar.xz"
|
||||
MD5SUM="6665af844817ec1390f8ae2a16feb369"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.17.tar.xz"
|
||||
MD5SUM="388bd4d11908c08ebe5ad6100ecf0819"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue