summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matthew Fillpot <mfilpot@gmail.com>2012-11-20 13:11:55 -0600
committer Robby Workman <rworkman@slackbuilds.org>2012-11-20 13:11:55 -0600
commit176b7a6ea1566ecc4f596a4aaf5f563b77f1abfb (patch)
tree02709735f01800b8cf1b2e9992611857fdf6afd5
parentf01eea0303d967c9cb0dd3ed49882e72bda473b6 (diff)
downloadslackbuilds-176b7a6ea1566ecc4f596a4aaf5f563b77f1abfb.tar.gz
slackbuilds-176b7a6ea1566ecc4f596a4aaf5f563b77f1abfb.tar.xz
system/freefont: Updated for version 20120503.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/freefont/freefont.SlackBuild12
-rw-r--r--system/freefont/freefont.info6
-rw-r--r--system/freefont/slack-desc10
3 files changed, 13 insertions, 15 deletions
diff --git a/system/freefont/freefont.SlackBuild b/system/freefont/freefont.SlackBuild
index 600202ea39..b2aa1e1bbf 100644
--- a/system/freefont/freefont.SlackBuild
+++ b/system/freefont/freefont.SlackBuild
@@ -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
diff --git a/system/freefont/freefont.info b/system/freefont/freefont.info
index 500c2c6a39..31325bcb19 100644
--- a/system/freefont/freefont.info
+++ b/system/freefont/freefont.info
@@ -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=""
diff --git a/system/freefont/slack-desc b/system/freefont/slack-desc
index ac7161035e..7721e85707 100644
--- a/system/freefont/slack-desc
+++ b/system/freefont/slack-desc
@@ -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)