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