From d2e64e3c6287cabaa298d1dcab20ccc7f69d40f4 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Mon, 13 Aug 2012 07:21:50 +0200 Subject: [PATCH] new Signed-off-by: Gwenhael Le Moine --- fonts/SourceSansPro/SourceSansPro.SlackBuild | 70 -------------------- 1 file changed, 70 deletions(-) delete mode 100755 fonts/SourceSansPro/SourceSansPro.SlackBuild diff --git a/fonts/SourceSansPro/SourceSansPro.SlackBuild b/fonts/SourceSansPro/SourceSansPro.SlackBuild deleted file mode 100755 index 2755ee6a..00000000 --- a/fonts/SourceSansPro/SourceSansPro.SlackBuild +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh - -PRGNAM=$(basename $(pwd)) -VERSION=${VERSION:-1} -ARCH=font -BUILD=${BUILD:-1} -TAG=${TAG:-cyco} - -CWD=$(pwd) - -# Place to build (TMP) package (PKG) and output (OUTPUT) the program: -TMP=${TMP:=/tmp/$TAG} -PKG=$TMP/pkg-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -# Create working directories: -mkdir -p $OUTPUT # place for the package to be saved -mkdir -p $PKG # place for the package to be built -rm -rf $PKG/* # always erase old package's contents -rm -rf $OUTPUT/{configure,make,install,error,makepkg}-$PRGNAM.log - # remove old log files - -FONTDIR="/usr/share/fonts" - -# Move the fonts into place: -mkdir -p $PKG$FONTDIR/ $PKG/usr/doc/$PRGNAM -cd $PKG$FONTDIR/ -[ ! -e $CWD/${PRGNAM}_FontsOnly.zip ] && \ - wget -c "http://sourceforge.net/projects/sourcesans.adobe/files/SourceSansPro_FontsOnly.zip/download" \ - -O $CWD/${PRGNAM}_FontsOnly.zip -unzip $CWD/${PRGNAM}_FontsOnly.zip -mv *.{html,txt} $PKG/usr/doc/$PRGNAM - -# Post-install script: -mkdir -p $PKG/install -cat < $PKG/install/doinst.sh -# Update X font indexes and the font cache: -if [ -x .$XPREF/bin/mkfontdir ]; then - chroot . $XPREF/bin/mkfontscale $FONTDIR - chroot . $XPREF/bin/mkfontdir $FONTDIR -fi -if [ -x .$XPREF/bin/fc-cache ]; then - chroot . $XPREF/bin/fc-cache -f $FONTDIR -fi -EOT - -# Add a package description: -mkdir -p $PKG/install -cat < $PKG/install/slack-desc -$PRGNAM: $PRGNAM (Adobe Open Source font) -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: -$PRGNAM: http://blogs.adobe.com/typblography/2012/08/source-sans-pro.html -$PRGNAM: -EOF - -# Build the package: -cd $PKG -makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz 2>&1 | tee $OUTPUT/makepkg-${PRGNAM}.log -cd $OUTPUT -md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz.md5 -cd - -cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt -