desktop/liberation-fonts-ttf: Removed from 12.1 repository
This commit is contained in:
parent
2f06e1ba4e
commit
95b52d572d
|
@ -1,6 +0,0 @@
|
|||
Liberation is the collective name of three TrueType font
|
||||
families: Liberation Sans, Liberation Serif and Liberation Mono.
|
||||
These fonts are metric-compatible with Arial, Times New Roman and
|
||||
Courier New respectively(from MS). They are available under the GNU
|
||||
GPL with a font embedding exception, which states that documents
|
||||
using these fonts do not automatically fall under the GNU GPL.
|
|
@ -1,25 +0,0 @@
|
|||
#!/bin/sh
|
||||
# Update mkfontscale and mkfontdir:
|
||||
if [ -x /usr/bin/mkfontdir ]; then
|
||||
( cd /usr/share/fonts/TTF
|
||||
mkfontscale .
|
||||
mkfontdir .
|
||||
)
|
||||
fi
|
||||
|
||||
# Update the X font indexes:
|
||||
if [ -x /usr/bin/fc-cache ]; then
|
||||
/usr/bin/fc-cache -f
|
||||
fi
|
||||
|
||||
# For some versions before Slackware 12.0
|
||||
if [ -x /usr/X11R6/bin/mkfontdir ]; then
|
||||
( cd /usr/X11R6/lib/X11/fonts/TTF
|
||||
mkfontscale .
|
||||
mkfontdir .
|
||||
)
|
||||
fi
|
||||
|
||||
if [ -x /usr/X11R6/bin/fc-cache ]; then
|
||||
/usr/bin/fc-cache -f
|
||||
fi
|
|
@ -1,53 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for liberation-fonts-ttf
|
||||
|
||||
# Written by core (eroc@linuxmail.org)
|
||||
# I took some ideas from alienBOB's slackbuild:
|
||||
# http://www.slackware.com/~alien/slackbuilds/liberation-fonts/build/liberation-fonts.SlackBuild
|
||||
|
||||
set -e
|
||||
|
||||
PRGNAM=liberation-fonts-ttf
|
||||
PRGNAMALT=liberation-fonts
|
||||
VERSION=3
|
||||
VERSIONALT=0.2
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
mv $PRGNAMALT-$VERSIONALT $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# To determinate Xorg's location
|
||||
XPREF=$(pkg-config --variable=prefix x11) || true
|
||||
if [ "$XPREF" == "/usr" ]; then
|
||||
FONTDIR="$PKG/usr/share/fonts/TTF"
|
||||
else
|
||||
FONTDIR="$PKG/usr/X11R6/lib/X11/fonts/TTF"
|
||||
fi
|
||||
|
||||
mkdir -p $FONTDIR/
|
||||
cp -a *.ttf $FONTDIR/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING License.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="liberation-fonts-ttf"
|
||||
VERSION="3"
|
||||
HOMEPAGE="http://www.redhat.com/promo/fonts/"
|
||||
DOWNLOAD="https://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz"
|
||||
MD5SUM="77728078a17e39f7c242b42c3bf6feb8"
|
||||
MAINTAINER="core"
|
||||
EMAIL="eroc@linuxmail.org"
|
||||
APPROVED="rworkman"
|
|
@ -1,19 +0,0 @@
|
|||
# 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
liberation-fonts-ttf: liberation-fonts-ttf (TrueType fonts by Red Hat, Inc)
|
||||
liberation-fonts-ttf:
|
||||
liberation-fonts-ttf: Liberation is the collective name of three TrueType
|
||||
liberation-fonts-ttf: font families: Liberation Sans, Liberation Serif and
|
||||
liberation-fonts-ttf: Liberation Mono. These fonts are metric-compatible
|
||||
liberation-fonts-ttf: with Arial, Times New Roman and Courier New respectively.
|
||||
liberation-fonts-ttf: They are available under the GNU GPL with a font embedding
|
||||
liberation-fonts-ttf: exception, which states that documents using these fonts do
|
||||
liberation-fonts-ttf: not automatically fall under the GNU GPL.
|
||||
liberation-fonts-ttf: Homepage: http://www.redhat.com/promo/fonts/
|
||||
liberation-fonts-ttf:
|
Loading…
Reference in New Issue