system/dina-font: Updated for version 2.92 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e3ec49130d
commit
a82da8ced9
|
@ -2,6 +2,8 @@
|
|||
|
||||
# Slackware build script for dina-font
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
||||
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dina-font
|
||||
VERSION=${VERSION:-2.89}
|
||||
VERSION=${VERSION:-2.92}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,14 +42,15 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf Dina-PCF
|
||||
tar xvf $CWD/dina-pcf-$VERSION.tar.gz
|
||||
mkdir -p $CWD/Dina-PCF
|
||||
unzip $CWD/Dina.zip -d Dina-PCF/
|
||||
cd Dina-PCF
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/fonts/misc
|
||||
cp -a * $PKG/usr/share/fonts/misc
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dina-font"
|
||||
VERSION="2.89"
|
||||
VERSION="2.92"
|
||||
HOMEPAGE="http://www.donationcoder.com/Software/Jibz/Dina/index.html"
|
||||
DOWNLOAD="http://distfiles.gentoo.org/distfiles/dina-pcf-2.89.tar.gz"
|
||||
MD5SUM="d6c425c007a9a576b4bb88c88cf57076"
|
||||
DOWNLOAD="https://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip"
|
||||
MD5SUM="028424baac750e9fd0f54df03202e5d0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhvng@gmail.com"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue