system/ttf-sil-gentium: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:09:32 +02:00
parent 110745387a
commit 10710d7f21
5 changed files with 0 additions and 88 deletions

View file

@ -1,13 +0,0 @@
Gentium is a typeface family designed to enable the diverse ethnic groups
around the world who use the Latin script to produce readable, high-quality
publications. It supports a wide range of Latin-based alphabets and includes
glyphs that correspond to all the Latin ranges of Unicode.
The design is intended to be highly readable, reasonably compact, and visually
attractive. The additional extended Latin letters are designed to naturally
harmonize with the traditional 26 ones. Diacritics are treated with careful
thought and attention to their use. Gentium also supports both polytonic and
monotonic Greek, including a number of alternate forms. These fonts were
originally the product of two years of research and study by the designer at
the University of Reading, England, as part of an MA program in Typeface
Design.

View file

@ -1,7 +0,0 @@
#!/bin/sh
# Update the X font indexes:
if [ -x usr/bin/fc-cache ]; then
usr/bin/fc-cache -f
fi

View file

@ -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----------------------------------------------|
ttf-sil-gentium: Gentium (typeface for the nations)
ttf-sil-gentium:
ttf-sil-gentium: Gentium is a typeface family designed to enable the diverse
ttf-sil-gentium: ethnic groups around the world who use the Latin script to
ttf-sil-gentium: produce readable, high-quality publications. It supports a
ttf-sil-gentium: wide range of Latin-based alphabets and includes glyphs that
ttf-sil-gentium: correspond to all the Latin ranges of Unicode.
ttf-sil-gentium:
ttf-sil-gentium:
ttf-sil-gentium:
ttf-sil-gentium:

View file

@ -1,41 +0,0 @@
#!/bin/sh
# Slackware build script for ttf-sil-gentium
# Written by Kyle Guinn
PRGNAM=ttf-sil-gentium
VERSION=1.02
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/ttf-gentium_$VERSION.orig.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
mkdir -p $PKG/usr/share/fonts/TTF
cp -a *.ttf $PKG/usr/share/fonts/TTF
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a FONTLOG GENTIUM-FAQ OFL* README $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 -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="ttf-sil-gentium"
VERSION="1.02"
HOMEPAGE="http://scripts.sil.org/Gentium_linux"
DOWNLOAD="http://ftp.debian.org/debian/pool/main/t/ttf-gentium/ttf-gentium_1.02.orig.tar.gz"
MD5SUM="4c3e6ae586be277537ebb68f2a45b883"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"
APPROVED="rworkman"