From e5ef7055e48e9e066e2e54d33b1603a91e97f88a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 7 Sep 2021 17:45:50 -0400 Subject: desktop/peksystray: Remove template comment, add WTFPL. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/peksystray/README | 2 ++ desktop/peksystray/peksystray.SlackBuild | 14 +++++--------- desktop/peksystray/peksystray.info | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'desktop') diff --git a/desktop/peksystray/README b/desktop/peksystray/README index 3e9427e1e3..e4ab8c76c2 100644 --- a/desktop/peksystray/README +++ b/desktop/peksystray/README @@ -1,3 +1,5 @@ +peksystray (small system tray) + Peksystray is a small system tray (also called notification tray) designed for all the light window managers supporting docking. As more and more applications use a small icon in the system tray to diff --git a/desktop/peksystray/peksystray.SlackBuild b/desktop/peksystray/peksystray.SlackBuild index c13720b9b2..a86e951d4b 100644 --- a/desktop/peksystray/peksystray.SlackBuild +++ b/desktop/peksystray/peksystray.SlackBuild @@ -2,9 +2,11 @@ # Slackware build script for peksystray -# Written by Pablo Santamaria (pablosantamaria@gmail.com) +# Written by Pablo Santamaria # Modified slightly and resubmitted to SBo by B. Watson +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=peksystray @@ -21,9 +23,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 @@ -56,11 +55,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION 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 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ autoreconf -fi diff --git a/desktop/peksystray/peksystray.info b/desktop/peksystray/peksystray.info index 3a593043c6..de41f29a08 100644 --- a/desktop/peksystray/peksystray.info +++ b/desktop/peksystray/peksystray.info @@ -1,7 +1,7 @@ PRGNAM="peksystray" VERSION="0.4.0" HOMEPAGE="http://peksystray.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/peksystray/peksystray/0.4.0/peksystray-0.4.0.tar.bz2" +DOWNLOAD="https://downloads.sourceforge.net/project/peksystray/peksystray/0.4.0/peksystray-0.4.0.tar.bz2" MD5SUM="735a216684f1db65bfe71697452cafc0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3-65-gdbad