summaryrefslogtreecommitdiffstats
path: root/ttf-arphic-uming
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-11-18 14:03:13 +0000
committer Eric Hameleers <alien@slackware.com>2007-11-18 14:03:13 +0000
commit1b3fc263aecd931f42f5bfd1bebc8debe210bd35 (patch)
treefd0e399c977c243b261270f65c4a07664f2ee81e /ttf-arphic-uming
parent4251c0cee86de42b037938abb19adbff2d60a321 (diff)
downloadasb-1b3fc263aecd931f42f5bfd1bebc8debe210bd35.tar.gz
asb-1b3fc263aecd931f42f5bfd1bebc8debe210bd35.tar.xz
Make ARCH=noarch ; rename the fontconfig file to have a .conf extension
Diffstat (limited to 'ttf-arphic-uming')
-rwxr-xr-xttf-arphic-uming/build/ttf-arphic-uming.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/ttf-arphic-uming/build/ttf-arphic-uming.SlackBuild b/ttf-arphic-uming/build/ttf-arphic-uming.SlackBuild
index fb9afba4..8233cc07 100755
--- a/ttf-arphic-uming/build/ttf-arphic-uming.SlackBuild
+++ b/ttf-arphic-uming/build/ttf-arphic-uming.SlackBuild
@@ -32,6 +32,9 @@
# Changelog:
# 0.1.20060928-1: 07/Nov/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.1.20060928-2: 18/Nov/2007 by Eric Hameleers <alien@slackware.com>
+# * Set ARCH to 'noarch' since a font is archtecture-
+# independent.
#
# Run 'sh ttf-arphic-uming.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -43,8 +46,8 @@
PRGNAM=ttf-arphic-uming
VERSION=${VERSION:-0.1.20060928}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+ARCH=noarch
+BUILD=${BUILD:-2}
DOCS="CONTRIBUTERS README* license"
@@ -138,9 +141,9 @@ cp uming.ttf $PKG$FONTDIR/
# Add the fontconfig file:
mkdir -p $PKG/etc/fonts/conf.{d,avail}
-cp ttf-arphic-uming $PKG/etc/fonts/conf.avail/20-ttf-arphic-uming
+cp ttf-arphic-uming $PKG/etc/fonts/conf.avail/20-ttf-arphic-uming.conf
( cd $PKG/etc/fonts/conf.d && \
- ln -sf ../conf.avail/20-ttf-arphic-uming
+ ln -sf ../conf.avail/20-ttf-arphic-uming.conf
)
# Post-install script: