diff options
author | Binh Nguyen <binhvng@gmail.com> | 2012-12-09 11:01:06 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:22:00 -0500 |
commit | 2015e7c074a5915e741635b293354b40c3bbb609 (patch) | |
tree | 28598c0ea1e0bd2e1c762109526a8efdbf6b510a /system | |
parent | 88a36d6a54355c1d7cd8565483fbee0518b7941c (diff) | |
download | slackbuilds-2015e7c074a5915e741635b293354b40c3bbb609.tar.gz |
system/linux-libertine-fonts: Added (Linux Libertine fonts)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/linux-libertine-fonts/README | 11 | ||||
-rw-r--r-- | system/linux-libertine-fonts/doinst.sh | 12 | ||||
-rw-r--r-- | system/linux-libertine-fonts/linux-libertine-fonts.SlackBuild | 67 | ||||
-rw-r--r-- | system/linux-libertine-fonts/linux-libertine-fonts.info | 12 | ||||
-rw-r--r-- | system/linux-libertine-fonts/slack-desc | 19 |
5 files changed, 121 insertions, 0 deletions
diff --git a/system/linux-libertine-fonts/README b/system/linux-libertine-fonts/README new file mode 100644 index 0000000000..57c5cb3532 --- /dev/null +++ b/system/linux-libertine-fonts/README @@ -0,0 +1,11 @@ +Serif (Libertine) and Sans Serif (Biolinum) fonts with large Unicode +coverage. + +The Libertine Open Fonts project aims at creating a free alternative +to the standard W*ndows Font (T*mes). + +The font files are available as TTF (TrueType) and OTF (OpenType) +fonts. The TTF-Family is called +"Linux Libertine" and "Linux Biolinum" +and the OTF +"LinuxLibertine O" and "Linux Biolinum O". diff --git a/system/linux-libertine-fonts/doinst.sh b/system/linux-libertine-fonts/doinst.sh new file mode 100644 index 0000000000..435243dd0d --- /dev/null +++ b/system/linux-libertine-fonts/doinst.sh @@ -0,0 +1,12 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + /usr/bin/mkfontscale /usr/share/fonts/TTF + /usr/bin/mkfontdir /usr/share/fonts/TTF + + /usr/bin/mkfontscale /usr/share/fonts/OTF + /usr/bin/mkfontdir /usr/share/fonts/OTF +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi + diff --git a/system/linux-libertine-fonts/linux-libertine-fonts.SlackBuild b/system/linux-libertine-fonts/linux-libertine-fonts.SlackBuild new file mode 100644 index 0000000000..8d24b08c67 --- /dev/null +++ b/system/linux-libertine-fonts/linux-libertine-fonts.SlackBuild @@ -0,0 +1,67 @@ +#!/bin/sh + +# Slackware build script for linux-libertine-fonts + +# Copyright 2012 Binh Nguyen <binhvng@gmail.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=linux-libertine-fonts +VERSION=${VERSION:-5.3.0} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +SRCNAM1=LinLibertineTTF +SRCNAM2=LinLibertineOTF +RELDATE=${RELDATE:-2012_07_02} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -eu + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +mkdir $PRGNAM-$VERSION +cd $PRGNAM-$VERSION +tar xvf $CWD/${SRCNAM1}_${VERSION}_${RELDATE}.tgz +tar xvf $CWD/${SRCNAM2}_${VERSION}_${RELDATE}.tgz +chown -R root:root . +chmod -R u+w,go+r-w,a+X-s . + +mkdir -p $PKG/usr/share/fonts/{TTF,OTF} +cp -a *.ttf $PKG/usr/share/fonts/TTF +cp -a *.otf $PKG/usr/share/fonts/OTF + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README *.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.${PKGTYPE:-tgz} diff --git a/system/linux-libertine-fonts/linux-libertine-fonts.info b/system/linux-libertine-fonts/linux-libertine-fonts.info new file mode 100644 index 0000000000..bfbcccaaf6 --- /dev/null +++ b/system/linux-libertine-fonts/linux-libertine-fonts.info @@ -0,0 +1,12 @@ +PRGNAM="linux-libertine-fonts" +VERSION="5.3.0" +HOMEPAGE="http://linuxlibertine.org/" +DOWNLOAD="http://downloads.sourceforge.net/linuxlibertine/5.3.0/LinLibertineTTF_5.3.0_2012_07_02.tgz \ + http://downloads.sourceforge.net/linuxlibertine/5.3.0/LinLibertineOTF_5.3.0_2012_07_02.tgz" +MD5SUM="3ff3ede32b0a62e57a62e33783815b70 \ + e859a19401464097ab35226fdea64c3e" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Binh Nguyen" +EMAIL="binhvng@gmail.com" diff --git a/system/linux-libertine-fonts/slack-desc b/system/linux-libertine-fonts/slack-desc new file mode 100644 index 0000000000..3f1ce15bc3 --- /dev/null +++ b/system/linux-libertine-fonts/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +linux-libertine-fonts: linux-libertine-fonts (Linux Libertine family of fonts) +linux-libertine-fonts: +linux-libertine-fonts: The Libertine Open Fonts project aims at creating a free alternative +linux-libertine-fonts: to the standard W*ndows Font (T*mes). +linux-libertine-fonts: +linux-libertine-fonts: The font files are available as TTF (TrueType) and OTF (OpenType) +linux-libertine-fonts: fonts. +linux-libertine-fonts: +linux-libertine-fonts: Homepage: http://linuxlibertine.org/ +linux-libertine-fonts: +linux-libertine-fonts: |