From 10710d7f21a02fa15796f0ffa00904aa7902c668 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:09:32 +0200 Subject: [PATCH] system/ttf-sil-gentium: Removed from 13.0 repository --- system/ttf-sil-gentium/README | 13 ------ system/ttf-sil-gentium/doinst.sh | 7 ---- system/ttf-sil-gentium/slack-desc | 19 --------- .../ttf-sil-gentium.SlackBuild | 41 ------------------- system/ttf-sil-gentium/ttf-sil-gentium.info | 8 ---- 5 files changed, 88 deletions(-) delete mode 100644 system/ttf-sil-gentium/README delete mode 100644 system/ttf-sil-gentium/doinst.sh delete mode 100644 system/ttf-sil-gentium/slack-desc delete mode 100644 system/ttf-sil-gentium/ttf-sil-gentium.SlackBuild delete mode 100644 system/ttf-sil-gentium/ttf-sil-gentium.info 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"