system/freefont: Updated for version 20120503.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Matthew Fillpot 2012-11-20 13:11:55 -06:00 committed by Robby Workman
parent f01eea0303
commit 176b7a6ea1
3 changed files with 13 additions and 15 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for GNU FreeFont
# Copyright 2011 Matthew "mfillpot" Fillpot
# Copyright 2012 Matthew "mfillpot" Fillpot
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,12 +21,12 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Originally written by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm)
# Modified by SlackBuilds.org
PRGNAM=freefont
VERSION=${VERSION:-20100919}
VERSION=${VERSION:-20120503}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -44,7 +44,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-ttf-$VERSION.tar.gz
unzip $CWD/$PRGNAM-ttf-$VERSION.zip -d $TMP
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -59,9 +59,7 @@ cp *.ttf $PKG/usr/share/fonts/TTF
mkdir -p $PKG/etc/fonts/conf.{avail,d}
cp $CWD/35-freefont.conf $PKG/etc/fonts/conf.avail
( cd $PKG/etc/fonts/conf.d
ln -sf ../conf.avail/35-freefont.conf
)
ln -sf ../conf.avail/35-freefont.conf $PKG/etc/fonts/conf.d/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="freefont"
VERSION="20100919"
VERSION="20120503"
HOMEPAGE="http://www.gnu.org/software/freefont/"
DOWNLOAD="http://ftp.gnu.org/gnu/freefont/freefont-ttf-20100919.tar.gz"
MD5SUM="33d96c755d0a6f585bc917f08cbddf66"
DOWNLOAD="http://ftp.gnu.org/gnu/freefont/freefont-ttf-20120503.zip"
MD5SUM="879b76d2e3c8003d567b555743f39154"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
freefont: freefont (free family of scalable outline fonts)