summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:32 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:32 +0200
commit10710d7f21a02fa15796f0ffa00904aa7902c668 (patch)
treeadd056a2ede627891dcf00993e446a04fb144a4f /system
parent110745387a9a04b93481039a97c6d4c644f2bc86 (diff)
downloadslackbuilds-10710d7f21a02fa15796f0ffa00904aa7902c668.tar.gz
slackbuilds-10710d7f21a02fa15796f0ffa00904aa7902c668.tar.xz
system/ttf-sil-gentium: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r--system/ttf-sil-gentium/README13
-rw-r--r--system/ttf-sil-gentium/doinst.sh7
-rw-r--r--system/ttf-sil-gentium/slack-desc19
-rw-r--r--system/ttf-sil-gentium/ttf-sil-gentium.SlackBuild41
-rw-r--r--system/ttf-sil-gentium/ttf-sil-gentium.info8
5 files changed, 0 insertions, 88 deletions
diff --git a/system/ttf-sil-gentium/README b/system/ttf-sil-gentium/README
deleted file mode 100644
index 8e8f5be2d2..0000000000
--- a/system/ttf-sil-gentium/README
+++ /dev/null
@@ -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.
diff --git a/system/ttf-sil-gentium/doinst.sh b/system/ttf-sil-gentium/doinst.sh
deleted file mode 100644
index f24d0b8cbd..0000000000
--- a/system/ttf-sil-gentium/doinst.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Update the X font indexes:
-if [ -x usr/bin/fc-cache ]; then
- usr/bin/fc-cache -f
-fi
-
diff --git a/system/ttf-sil-gentium/slack-desc b/system/ttf-sil-gentium/slack-desc
deleted file mode 100644
index f2ddb1beff..0000000000
--- a/system/ttf-sil-gentium/slack-desc
+++ /dev/null
@@ -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:
diff --git a/system/ttf-sil-gentium/ttf-sil-gentium.SlackBuild b/system/ttf-sil-gentium/ttf-sil-gentium.SlackBuild
deleted file mode 100644
index ba8b562f75..0000000000
--- a/system/ttf-sil-gentium/ttf-sil-gentium.SlackBuild
+++ /dev/null
@@ -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
diff --git a/system/ttf-sil-gentium/ttf-sil-gentium.info b/system/ttf-sil-gentium/ttf-sil-gentium.info
deleted file mode 100644
index 8e3063efe8..0000000000
--- a/system/ttf-sil-gentium/ttf-sil-gentium.info
+++ /dev/null
@@ -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"