From 12bce92518f764fca81d7bd522ef9dc848dbae25 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 20 Jun 2022 10:15:44 +0700 Subject: misc/rsibreak: Updated for version 0.12.15. Signed-off-by: Willy Sudiarto Raharjo --- misc/rsibreak/rsibreak.SlackBuild | 11 ++++------- misc/rsibreak/rsibreak.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'misc') diff --git a/misc/rsibreak/rsibreak.SlackBuild b/misc/rsibreak/rsibreak.SlackBuild index 50777009cd..44525d3710 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-2021 Willy Sudiarto Raharjo +# Copyright 2014-2022 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rsibreak -VERSION=${VERSION:-0.12.14} +VERSION=${VERSION:-0.12.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -86,7 +83,7 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DMAN_INSTALL_DIR=/usr/man \ + -DKDE_INSTALL_MANDIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release \ .. make @@ -97,7 +94,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 NEWS TODO \ +cp -a AUTHORS ChangeLog 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 4474d24b44..4fef93d838 100644 --- a/misc/rsibreak/rsibreak.info +++ b/misc/rsibreak/rsibreak.info @@ -1,8 +1,8 @@ PRGNAM="rsibreak" -VERSION="0.12.14" +VERSION="0.12.15" HOMEPAGE="https://userbase.kde.org/RSIBreak" -DOWNLOAD="https://download.kde.org/stable/rsibreak/0.12/rsibreak-0.12.14.tar.xz" -MD5SUM="a01507344dd558d0efbd2a202079f36d" +DOWNLOAD="https://download.kde.org/stable/rsibreak/0.12/rsibreak-0.12.15.tar.xz" +MD5SUM="8cd1b646552f2a5cadf0b6eb0ae45bc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-80-g2a13