diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-10 00:13:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 00:13:54 +0700 |
commit | 1617be55803b3f638661831f4fa53dac206ae7d4 (patch) | |
tree | 2b60b82a48dac5295f387521296aa8595c9a587d /system | |
parent | 91c845c54c5b076215515fb593b6672eeb1ae136 (diff) | |
download | slackbuilds-1617be55803b3f638661831f4fa53dac206ae7d4.tar.gz |
system/cantarell-fonts: Updated for version 0.0.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/cantarell-fonts/README | 15 | ||||
-rw-r--r-- | system/cantarell-fonts/cantarell-fonts.SlackBuild | 14 | ||||
-rw-r--r-- | system/cantarell-fonts/cantarell-fonts.info | 6 |
3 files changed, 19 insertions, 16 deletions
diff --git a/system/cantarell-fonts/README b/system/cantarell-fonts/README index d134b820b7..d8ffb535cc 100644 --- a/system/cantarell-fonts/README +++ b/system/cantarell-fonts/README @@ -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. diff --git a/system/cantarell-fonts/cantarell-fonts.SlackBuild b/system/cantarell-fonts/cantarell-fonts.SlackBuild index 6b2952cedf..10720a6c35 100644 --- a/system/cantarell-fonts/cantarell-fonts.SlackBuild +++ b/system/cantarell-fonts/cantarell-fonts.SlackBuild @@ -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 diff --git a/system/cantarell-fonts/cantarell-fonts.info b/system/cantarell-fonts/cantarell-fonts.info index c568235f48..75b066d903 100644 --- a/system/cantarell-fonts/cantarell-fonts.info +++ b/system/cantarell-fonts/cantarell-fonts.info @@ -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="" |