misc/linux_logo: Updated for version 6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2020-05-16 08:41:07 +07:00 committed by Willy Sudiarto Raharjo
parent db9491c16c
commit e6feafc728
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 13 additions and 12 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for linux_logo
# Copyright 2007, 2008 Steve Kennedy <steve@gnomeslackbuild.org>
# Copyright 2019-2020 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=linux_logo
VERSION=${VERSION:-5.11}
VERSION=${VERSION:-6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
#force to accept our CFLAGS
sed -i "s|CFLAGS=\"|CFLAGS+=\" |" configure
@ -77,7 +78,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr
make
make logos-all
make install PREFIX=$PKG/usr
( cd $PKG/usr ; mv share/man . )
@ -86,9 +87,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ANNOUNCE.logo README.CUSTOM_LOGOS BUGS README.SECURITY \
CHANGES README.history CHANGES_IN_5.0 TODO COPYING USAGE \
LINUX_LOGO.FAQ README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a BUGS CHANGES CHANGES_IN_6.0 COPYING LINUX_LOGO.FAQ README \
README.CUSTOM_LOGOS README.SECURITY README.history RELEASE_PROCEDURE \
TODO USAGE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="linux_logo"
VERSION="5.11"
VERSION="6.0"
HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/"
DOWNLOAD="http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-5.11.tar.gz"
MD5SUM="8e52af520368980ceba978330881e36e"
DOWNLOAD="http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-6.0.tar.gz"
MD5SUM="9992285b9b8483c65350f338340ea3d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""