mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/freefont: Updated for version 20100919 (+ new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
03c8de1d83
commit
2595b403f3
3 changed files with 30 additions and 10 deletions
|
@ -2,11 +2,31 @@
|
|||
|
||||
# Slackware build script for GNU FreeFont
|
||||
|
||||
# Written by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm)
|
||||
# Copyright 2011 Matthew "mfillpot" Fillpot
|
||||
# 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.
|
||||
#
|
||||
# Originally written by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm)
|
||||
# Modified by SlackBuilds.org
|
||||
|
||||
PRGNAM=freefont
|
||||
VERSION=${VERSION:-20080912}
|
||||
VERSION=${VERSION:-20100919}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="freefont"
|
||||
VERSION="20080912"
|
||||
VERSION="20100919"
|
||||
HOMEPAGE="http://www.gnu.org/software/freefont/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/freefont/freefont-ttf-20080912.tar.gz"
|
||||
MD5SUM="7af906b00144ad8cca27f6494a37a052"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/freefont/freefont-ttf-20100919.tar.gz"
|
||||
MD5SUM="33d96c755d0a6f585bc917f08cbddf66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Dugan Chen"
|
||||
EMAIL="dugan [underscore] c [at] fastmail [dot] fm"
|
||||
APPROVED="dsomero"
|
||||
MAINTAINER="Matthew Fillpot"
|
||||
EMAIL="mfilpot@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
freefont: GNU FreeFont (free family of scalable outline fonts)
|
||||
freefont:
|
||||
freefont: freefont (free family of scalable outline fonts)
|
||||
freefont:
|
||||
freefont: GNU FreeFont is a free family of scalable outline fonts, suitable for
|
||||
freefont: general use on computers and for desktop publishing. It is Unicode-
|
||||
freefont: encoded for compatibility with all modern operating systems.
|
||||
|
|
Loading…
Reference in a new issue