desktop/liquidshell: Updated for version 1.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2023-09-29 22:46:34 +07:00 committed by Willy Sudiarto Raharjo
parent 551bf06054
commit 0545db9fd8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for liquidshell
# Copyright 2022 Vijay Marcel
# Copyright 2022-2023 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=liquidshell
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README stylesheet.css $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README README-de stylesheet.css $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="liquidshell"
VERSION="1.8.1"
VERSION="1.9.0"
HOMEPAGE="https://apps.kde.org/liquidshell/"
DOWNLOAD="https://github.com/KDE/liquidshell/archive/v1.8.1/liquidshell-1.8.1.tar.gz"
MD5SUM="53d7e680ed55293e960fea7da2ce47a7"
DOWNLOAD="https://download.kde.org/stable/liquidshell/liquidshell-1.9.0.tar.xz"
MD5SUM="800c2504b5b1df46d32507c9925b48a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""