summaryrefslogtreecommitdiffstats
path: root/wqy-bitmapfont
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-02-05 21:02:56 +0000
committer Eric Hameleers <alien@slackware.com>2008-02-05 21:02:56 +0000
commit3e51f58aea9969c156705cfdfe1ad68c643742fe (patch)
tree40dac9679b1450dd9beafe790f242b22c870380e /wqy-bitmapfont
parent85f8f3291579e295fcca1175870001c14172c5b3 (diff)
downloadasb-3e51f58aea9969c156705cfdfe1ad68c643742fe.tar.gz
asb-3e51f58aea9969c156705cfdfe1ad68c643742fe.tar.xz
The SlackBuild script for the wqy-bitmapfont package
Diffstat (limited to 'wqy-bitmapfont')
-rwxr-xr-xwqy-bitmapfont/build/wqy-bitmapfont.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/wqy-bitmapfont/build/wqy-bitmapfont.SlackBuild b/wqy-bitmapfont/build/wqy-bitmapfont.SlackBuild
index 35dfe4d3..398a62e7 100755
--- a/wqy-bitmapfont/build/wqy-bitmapfont.SlackBuild
+++ b/wqy-bitmapfont/build/wqy-bitmapfont.SlackBuild
@@ -141,8 +141,11 @@ chmod -R u+w,go+r-w,a-s .
# Install the font files:
for font in $(ls *.pcf) ; do
- gzip -9cf $font > $PKG$FONTDIR/misc/$font.gz
+ gzip -9cf $font > $PKG$FONTDIR/$font.gz
done
+cp fonts.alias $PKG$FONTDIR/
+# So that the package uninstalls cleanly:
+touch $PKG$FONTDIR/fonts.{dir,scale}
# Install the fontconfig file:
cp 85-wqy-bitmapsong.conf $PKG/etc/fonts/conf.avail/
@@ -155,14 +158,16 @@ mkdir -p $PKG/install
cat <<-EOT > $PKG/install/doinst.sh
# Update X font indexes and the font cache:
if [ -x .$XPREF/bin/mkfontdir ]; then
+ rm -f $FONTDIR/fonts.{dir,scale}
chroot . $XPREF/bin/mkfontdir $FONTDIR
- cp fonts.dir fonts.scale
+ cp ${FONTDIR}/fonts.dir ${FONTDIR}/fonts.scale
fi
if [ -x .$XPREF/bin/fc-cache ]; then
chroot . $XPREF/bin/fc-cache $FONTDIR
fi
# Inform user of actions left for him/her to do:
+ echo ""
echo "**"
echo "To make the font permanemtly available in future X sessions,"
echo "add the following line to your /etc/X11/xorg.conf :"