From 4cec0249f1f0f2ca6a816422a1d3e42586ec6af7 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 29 Jan 2014 17:00:08 +0100 Subject: misc/rsibreak: Updated for version 0.11_git5e9d393. Changed maintainer, cleanups, added a license Signed-off-by: Matteo Bernardini --- misc/rsibreak/rsibreak.SlackBuild | 39 +++++++++++++++++++++++++++++---------- misc/rsibreak/rsibreak.info | 12 ++++++------ misc/rsibreak/slack-desc | 2 +- 3 files changed, 36 insertions(+), 17 deletions(-) (limited to 'misc') diff --git a/misc/rsibreak/rsibreak.SlackBuild b/misc/rsibreak/rsibreak.SlackBuild index c88d3c4770..0a351ca6eb 100644 --- a/misc/rsibreak/rsibreak.SlackBuild +++ b/misc/rsibreak/rsibreak.SlackBuild @@ -2,10 +2,29 @@ # Slackware build script for rsibreak -# Written by Roberto Neri +# Originally written by Roberto Neri +# Copyright 2014 Willy Sudiarto Raharjo +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsibreak -VERSION=0.11 +VERSION=${VERSION:-0.11_git5e9d393} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,15 +60,15 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $PRGNAM +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build @@ -65,7 +84,7 @@ cd build make install DESTDIR=$PKG cd .. -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/misc/rsibreak/rsibreak.info b/misc/rsibreak/rsibreak.info index 67bdab89fe..6caf00c4ea 100644 --- a/misc/rsibreak/rsibreak.info +++ b/misc/rsibreak/rsibreak.info @@ -1,10 +1,10 @@ PRGNAM="rsibreak" -VERSION="0.11" -HOMEPAGE="http://www.rsibreak.org/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/rsibreak-0.11.tar.bz2" -MD5SUM="d5dd540efd18900aa508eee381bcaafd" +VERSION="0.11_git5e9d393" +HOMEPAGE="http://userbase.kde.org/RSIBreak" +DOWNLOAD="http://files.slackware-id.org/rsibreak-0.11_git5e9d393.tar.gz" +MD5SUM="2edf0e3cfce31497cd01d9db65ee5294" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Roberto Neri" -EMAIL="rneri@libero.it" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" diff --git a/misc/rsibreak/slack-desc b/misc/rsibreak/slack-desc index 272fbbcc3f..6a26187234 100644 --- a/misc/rsibreak/slack-desc +++ b/misc/rsibreak/slack-desc @@ -13,7 +13,7 @@ rsibreak: result of continuous work with a mouse and keyboard. rsibreak: The risk of suffering injury increases the longer users work without rsibreak: breaks. RSIBreak simply offers reminders to take a break now and then. rsibreak: -rsibreak: Homepage: http://www.rsibreak.org/ +rsibreak: Homepage: http://userbase.kde.org/RSIBreak rsibreak: rsibreak: rsibreak: -- cgit v1.2.3