summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-08 20:19:48 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:36:03 +0100
commit4cc00171a66eaf8d12108ac59c75c1ac42dd7c24 (patch)
tree373173ef5c4d3523f4f0bcf2bf0b3ce6a44f1a69 /desktop
parent7773b5f2f80ea2f9bdffc38dbe82d395c2bece54 (diff)
downloadslackbuilds-4cc00171a66eaf8d12108ac59c75c1ac42dd7c24.tar.gz
desktop/quickaccess: Removed (no more kde4).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/quickaccess/README12
-rw-r--r--desktop/quickaccess/quickaccess.SlackBuild89
-rw-r--r--desktop/quickaccess/quickaccess.info10
-rw-r--r--desktop/quickaccess/slack-desc19
4 files changed, 0 insertions, 130 deletions
diff --git a/desktop/quickaccess/README b/desktop/quickaccess/README
deleted file mode 100644
index b5265ed65f..0000000000
--- a/desktop/quickaccess/README
+++ /dev/null
@@ -1,12 +0,0 @@
-quickaccess (KDE plasmoid for quick folder access)
-
-This is a small applet designed for the panel to have quick access to
-the most used folders.
-
-This is a maintenance fork for the QuickAccess plasmoid.
-
-After installing, if you are currently running KDE, you need to run
-"kbuildsycoca4" as your normal user account.
-
-If the plasmoid does not show up in the "Add Applets" dialog, then try
-restarting plasma (again as the KDE user): "kquitapp plasma && plasma"
diff --git a/desktop/quickaccess/quickaccess.SlackBuild b/desktop/quickaccess/quickaccess.SlackBuild
deleted file mode 100644
index 2ce53c75ee..0000000000
--- a/desktop/quickaccess/quickaccess.SlackBuild
+++ /dev/null
@@ -1,89 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for QuickAccess (KDE4 plasmoid)
-# Written by Phillip Warner <pc_warner@yahoo.com>
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=quickaccess
-VERSION=${VERSION:-0.8.2_2}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-SRCVERSION="$(echo $VERSION | tr '_' '-')"
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- 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" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -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/plasma-widget-$PRGNAM-$SRCVERSION
-cd $TMP
-unzip $CWD/134442-plasma-widget-${PRGNAM}-${SRCVERSION}.zip
-cd plasma-widget-$PRGNAM-$SRCVERSION
-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 -p build
-cd build
- cmake \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DCMAKE_BUILD_TYPE=Release ..
-
- make
- make install 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 Change[Ll]og 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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/desktop/quickaccess/quickaccess.info b/desktop/quickaccess/quickaccess.info
deleted file mode 100644
index 4cacb7de4a..0000000000
--- a/desktop/quickaccess/quickaccess.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="quickaccess"
-VERSION="0.8.2_2"
-HOMEPAGE="https://store.kde.org/p/999021/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/134442-plasma-widget-quickaccess-0.8.2-2.zip"
-MD5SUM="4879aa3af6d7db8e06dd8ed0ad994a51"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Phillip Warner"
-EMAIL="pc_warner@yahoo.com"
diff --git a/desktop/quickaccess/slack-desc b/desktop/quickaccess/slack-desc
deleted file mode 100644
index 6b219617fd..0000000000
--- a/desktop/quickaccess/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------------------------------------------------------|
-quickaccess: quickaccess (KDE plasmoid for quick folder access)
-quickaccess:
-quickaccess: This is a small applet designed for the panel to have quick access
-quickaccess: to the most used folders.
-quickaccess:
-quickaccess: This is a maintenance fork for the QuickAccess plasmoid.
-quickaccess:
-quickaccess: https://store.kde.org/p/999021/
-quickaccess:
-quickaccess:
-quickaccess: