From 3b461464133f39221adfe247ef12405c17b0ecb4 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Wed, 28 Jul 2021 22:45:24 -0500 Subject: desktop/cwp: Removed (this is KDE4-only software) Signed-off-by: Robby Workman --- desktop/cwp/README | 3 -- desktop/cwp/cwp.SlackBuild | 108 --------------------------------------------- desktop/cwp/cwp.info | 10 ----- desktop/cwp/doinst.sh | 6 --- desktop/cwp/slack-desc | 19 -------- 5 files changed, 146 deletions(-) delete mode 100644 desktop/cwp/README delete mode 100644 desktop/cwp/cwp.SlackBuild delete mode 100644 desktop/cwp/cwp.info delete mode 100644 desktop/cwp/doinst.sh delete mode 100644 desktop/cwp/slack-desc diff --git a/desktop/cwp/README b/desktop/cwp/README deleted file mode 100644 index 3edee2ed3e..0000000000 --- a/desktop/cwp/README +++ /dev/null @@ -1,3 +0,0 @@ -cwp is another KDE weather plasmoid. Cwp aims to be highly customizable, -Nearly any weather forecast provider can be used, as long as the data is -provided as html files. diff --git a/desktop/cwp/cwp.SlackBuild b/desktop/cwp/cwp.SlackBuild deleted file mode 100644 index b3266341d8..0000000000 --- a/desktop/cwp/cwp.SlackBuild +++ /dev/null @@ -1,108 +0,0 @@ -#!/bin/bash - -# Slackware build script for cwp - -# Copyright 2014 Matt Dinslage (daedra1980@gmail.com), Springfield, MO, USA -# 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. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=cwp -VERSION=${VERSION:-1.12.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - 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 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -rm -rf $TMP/$PRGNAM-$VERSION -cd $TMP -tar xvf $CWD/98925-$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 {} \; - -mkdir build -cd build - cmake \ - -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 .. - - make VERBOSE=1 - make install VERBOSE=1 DESTDIR=$PKG -cd .. - -find $PKG | xargs 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 -cp -a COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/desktop/cwp/cwp.info b/desktop/cwp/cwp.info deleted file mode 100644 index 0d0e9e3bc7..0000000000 --- a/desktop/cwp/cwp.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="cwp" -VERSION="1.12.1" -HOMEPAGE="https://store.kde.org/p/999203/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/cwp/98925-cwp-1.12.1.tar.bz2" -MD5SUM="d7d13388dc415b84c4d9265599527bb5" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="M.Dinslage" -EMAIL="daedra1980@gmail.com" diff --git a/desktop/cwp/doinst.sh b/desktop/cwp/doinst.sh deleted file mode 100644 index 7b5c6d6fda..0000000000 --- a/desktop/cwp/doinst.sh +++ /dev/null @@ -1,6 +0,0 @@ -if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1 - fi -fi - diff --git a/desktop/cwp/slack-desc b/desktop/cwp/slack-desc deleted file mode 100644 index 8735db13ba..0000000000 --- a/desktop/cwp/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -cwp: cwp (KDE weather plasmoid) -cwp: -cwp: Another KDE weather plasmoid. Cwp aims to be highly customizable, -cwp: Nearly any weather forecast provider can be used, as long as the -cwp: data is provided as html files. -cwp: -cwp: -cwp: -cwp: -cwp: -cwp: -- cgit v1.2.3