mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/vokoscreenNG: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dbe2dd4691
commit
1df3d45614
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for VokoscreenNG
|
||||
|
||||
# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | February 2022
|
||||
# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | August 2022
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vokoscreenNG
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -90,8 +90,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CHANGELOG.md COPYING README.md \
|
||||
cp -a -R \
|
||||
COPYING info-licences-changelog-install/* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vokoscreenNG"
|
||||
VERSION="3.1.0"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
||||
DOWNLOAD="https://github.com/vkohaupt/vokoscreenNG/archive/3.1.0/vokoscreenNG-3.1.0.tar.gz"
|
||||
MD5SUM="e19414c71e9ac26ffce81c8ef4c2748b"
|
||||
DOWNLOAD="https://github.com/vkohaupt/vokoscreenNG/archive/3.3.0/vokoscreenNG-3.3.0.tar.gz"
|
||||
MD5SUM="f6fce57ed2d748b05706b175b822344f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in a new issue