From a82da8ced9432560d62d0d11fc101d6a516fe36d Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Sat, 7 Jun 2014 07:45:46 +0700 Subject: system/dina-font: Updated for version 2.92 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- system/dina-font/dina-font.SlackBuild | 15 +++++++++------ system/dina-font/dina-font.info | 10 +++++----- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'system') diff --git a/system/dina-font/dina-font.SlackBuild b/system/dina-font/dina-font.SlackBuild index a733ac5d66..d81123c69d 100644 --- a/system/dina-font/dina-font.SlackBuild +++ b/system/dina-font/dina-font.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for dina-font +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010 Binh Nguyen # 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 diff --git a/system/dina-font/dina-font.info b/system/dina-font/dina-font.info index 5fdefa942b..90944f4646 100644 --- a/system/dina-font/dina-font.info +++ b/system/dina-font/dina-font.info @@ -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" -- cgit v1.2.3