From fc47905f75f804369b9cd30eff2d3334b00f4cb6 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 25 Sep 2012 12:12:50 -0500 Subject: desktop/smooth-tasks: Removed (build failure) This appears to be unmaintained upstream. Signed-off-by: Robby Workman --- desktop/smooth-tasks/README | 3 -- desktop/smooth-tasks/slack-desc | 19 ------- desktop/smooth-tasks/smooth-tasks.SlackBuild | 74 ---------------------------- desktop/smooth-tasks/smooth-tasks.info | 10 ---- 4 files changed, 106 deletions(-) delete mode 100644 desktop/smooth-tasks/README delete mode 100644 desktop/smooth-tasks/slack-desc delete mode 100644 desktop/smooth-tasks/smooth-tasks.SlackBuild delete mode 100644 desktop/smooth-tasks/smooth-tasks.info diff --git a/desktop/smooth-tasks/README b/desktop/smooth-tasks/README deleted file mode 100644 index ddfea5e4f4..0000000000 --- a/desktop/smooth-tasks/README +++ /dev/null @@ -1,3 +0,0 @@ -This taskbar replacement has window peeking similar to Windows 7 when you -use the kwin 'highlite window' effect. Even if this effect is not used -you can click the tooltip in order to activate the corresponding window. diff --git a/desktop/smooth-tasks/slack-desc b/desktop/smooth-tasks/slack-desc deleted file mode 100644 index ce06f0a4c5..0000000000 --- a/desktop/smooth-tasks/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 ':'. - - |-----handy-ruler------------------------------------------------------| -smooth-tasks: smooth-tasks (task tray for KDE4) -smooth-tasks: -smooth-tasks: smooth-tasks is an task tray plasma applet for KDE 4.3.x+ similar to -smooth-tasks: M$ Windows 7 task tray. -smooth-tasks: -smooth-tasks: -smooth-tasks: -smooth-tasks: -smooth-tasks: -smooth-tasks: -smooth-tasks: diff --git a/desktop/smooth-tasks/smooth-tasks.SlackBuild b/desktop/smooth-tasks/smooth-tasks.SlackBuild deleted file mode 100644 index 860ccead6d..0000000000 --- a/desktop/smooth-tasks/smooth-tasks.SlackBuild +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -# Slackware build script for smooth-tasks KDE 4.x applet. - -# Copyright 2011 Mykyta Solomko -# All rights reserved. -# -# Permission to use, copy, modify, and distribute this software for any purpose -# with or without fee is hereby granted, provided that the above copyright -# notice and this permission notice appear in all copies. -# -# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 -# AUTHORS AND COPYRIGHT HOLDERS AND THEIR CONTRIBUTORS 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=smooth-tasks -VERSION=${VERSION:-wip_2010_11_06} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -SRCVER=${SRCVER:-wip-2010-11-06} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -cd $TMP -rm -rf $PKG $PRGNAM-$SRCVER -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -tar xvf $CWD/*$PRGNAM-src-$SRCVER.tar.bz2 -mv $PRGNAM-src-$SRCVER $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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_INSTALL_PREFIX="$(kde4-config --prefix)" || exit 1 -make || exit 1 -make install DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - README INSTALL COPYING ChangeLog \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -cd $PKG -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/smooth-tasks/smooth-tasks.info b/desktop/smooth-tasks/smooth-tasks.info deleted file mode 100644 index ec64449bb6..0000000000 --- a/desktop/smooth-tasks/smooth-tasks.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="smooth-tasks" -VERSION="wip_2010_11_06" -HOMEPAGE="http://kde-look.org/content/show.php/Smooth+Tasks?content=101586" -DOWNLOAD="http://kde-look.org/CONTENT/content-files/101586-smooth-tasks-src-wip-2010-11-06.tar.bz2" -MD5SUM="16529649834e8a3e3a82f3bb2221b7f0" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Mykyta Solomko" -EMAIL="kesha (at) mithril.org.ua" -- cgit v1.2.3