summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Binh Nguyen2011-03-04 12:12:03 +0100
committer Niels Horn2011-03-04 12:12:03 +0100
commit648d3ff502a56cbd81effcc477de1b3c2c0542e8 (patch)
tree1ffc539d9bff4f52dcf0dbadeb5449cfb75444e0
parent88b541f10e37a311a9c44b8a0314caae104522ea (diff)
downloadslackbuilds-648d3ff502a56cbd81effcc477de1b3c2c0542e8.tar.gz
system/ttf-ubuntu-font-family: Updated for version 0.70.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--system/ttf-ubuntu-font-family/slack-desc4
-rw-r--r--system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild10
-rw-r--r--system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info10
3 files changed, 12 insertions, 12 deletions
diff --git a/system/ttf-ubuntu-font-family/slack-desc b/system/ttf-ubuntu-font-family/slack-desc
index 8879ed809d..418d0e56f6 100644
--- a/system/ttf-ubuntu-font-family/slack-desc
+++ b/system/ttf-ubuntu-font-family/slack-desc
@@ -9,10 +9,10 @@
ttf-ubuntu-font-family: ttf-ubuntu-font-family (sans-serif typeface hinted for clarity)
ttf-ubuntu-font-family:
ttf-ubuntu-font-family: Beautiful, clear, libre and open font family under development by
-ttf-ubuntu-font-family: Dalton Maag specially for Ubuntu between 2010–2011 (and beyond via
+ttf-ubuntu-font-family: Dalton Maag specially for Ubuntu between 2010-2011 (and beyond via
ttf-ubuntu-font-family: community expansion).
ttf-ubuntu-font-family:
-ttf-ubuntu-font-family: Homepage: https://launchpad.net/ubuntu-font-family
+ttf-ubuntu-font-family: Homepage: http://font.ubuntu.com/
ttf-ubuntu-font-family:
ttf-ubuntu-font-family:
ttf-ubuntu-font-family:
diff --git a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
index 8465a644a4..63d584bf7c 100644
--- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
+++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ttf-ubuntu-font-family
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ttf-ubuntu-font-family
-VERSION=${VERSION:-0.69}
+VERSION=${VERSION:-0.70.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,9 +39,9 @@ set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ubuntu-font-family-sources-$VERSION+ufl
-tar xvf $CWD/ubuntu-font-family-sources_$VERSION+ufl.orig.tar.gz
-cd ubuntu-font-family-sources-$VERSION+ufl
+rm -rf ubuntu-font-family-$VERSION
+unzip $CWD/ubuntu-font-family-$VERSION.zip
+cd ubuntu-font-family-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
index f4a9734581..69720621fa 100644
--- a/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
+++ b/system/ttf-ubuntu-font-family/ttf-ubuntu-font-family.info
@@ -1,10 +1,10 @@
PRGNAM="ttf-ubuntu-font-family"
-VERSION="0.69"
-HOMEPAGE="https://launchpad.net/ubuntu-font-family"
-DOWNLOAD="https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-font-family-sources_0.69+ufl.orig.tar.gz"
-MD5SUM="47d48e4f93d1f01fc30b2b97f252fa52"
+VERSION="0.70.1"
+HOMEPAGE="http://font.ubuntu.com/"
+DOWNLOAD="http://font.ubuntu.com/download/ubuntu-font-family-0.70.1.zip"
+MD5SUM="ec2e9b6535c74a654cc6bd2d935b5856"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
-APPROVED="rworkman"
+APPROVED="rworkman,Niels Horn"