diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-20 10:15:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-20 10:15:44 +0700 |
commit | 12bce92518f764fca81d7bd522ef9dc848dbae25 (patch) | |
tree | 4834df0f9ac436854b42c9d3593e841238255e4e /misc/rsibreak | |
parent | 27fc973b00b45f318cb0381f60032332e29fa948 (diff) | |
download | slackbuilds-12bce92518f764fca81d7bd522ef9dc848dbae25.tar.gz |
misc/rsibreak: Updated for version 0.12.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/rsibreak')
-rw-r--r-- | misc/rsibreak/rsibreak.SlackBuild | 11 | ||||
-rw-r--r-- | misc/rsibreak/rsibreak.info | 6 |
2 files changed, 7 insertions, 10 deletions
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 <rneri@libero.it> -# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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="" |