From 44c627d17451271f0ae30dd2d98fa6712f50b294 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 22 Apr 2021 23:16:11 +0700 Subject: misc/rsibreak: Updated for version 0.12.13. Signed-off-by: Willy Sudiarto Raharjo --- misc/rsibreak/rsibreak.SlackBuild | 13 ++++++------- misc/rsibreak/rsibreak.info | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'misc') diff --git a/misc/rsibreak/rsibreak.SlackBuild b/misc/rsibreak/rsibreak.SlackBuild index 9430da0c5b..7350c0ba7b 100644 --- a/misc/rsibreak/rsibreak.SlackBuild +++ b/misc/rsibreak/rsibreak.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for rsibreak # Originally written by Roberto Neri -# Copyright 2014-2017 Willy Sudiarto Raharjo +# Copyright 2014-2021 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsibreak -VERSION=${VERSION:-0.11_git5e9d393} +VERSION=${VERSION:-0.12.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -76,7 +76,6 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release \ .. @@ -88,7 +87,7 @@ 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 AUTHORS ChangeLog COPYING COPYING.DOC HACKING INSTALL NEWS TODO \ +cp -a AUTHORS ChangeLog COPYING COPYING.DOC HACKING NEWS TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/misc/rsibreak/rsibreak.info b/misc/rsibreak/rsibreak.info index d5d911258f..caf36050a9 100644 --- a/misc/rsibreak/rsibreak.info +++ b/misc/rsibreak/rsibreak.info @@ -1,8 +1,8 @@ PRGNAM="rsibreak" -VERSION="0.11_git5e9d393" +VERSION="0.12.13" HOMEPAGE="https://userbase.kde.org/RSIBreak" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/rsibreak/rsibreak-0.11_git5e9d393.tar.gz" -MD5SUM="2edf0e3cfce31497cd01d9db65ee5294" +DOWNLOAD="https://download.kde.org/stable/rsibreak/0.12/rsibreak-0.12.13.tar.xz" +MD5SUM="212dc9aa6e3d82eaec8996240cacd719" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-80-g2a13