diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 15:03:34 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:58 -0500 |
commit | fd0a2d9f8ec7cd3eff3519078c98ff83a852ee10 (patch) | |
tree | eec9cb12fd83405283ded407ee5830d18957c302 /desktop | |
parent | 169f2a48db02adb34b94a001501962105c8ea43c (diff) |
desktop/xfce4-quicklauncher-plugin: Removed (needs libxfcegui4).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
5 files changed, 0 insertions, 143 deletions
diff --git a/desktop/xfce4-quicklauncher-plugin/README b/desktop/xfce4-quicklauncher-plugin/README deleted file mode 100644 index f5081a3b4faf..000000000000 --- a/desktop/xfce4-quicklauncher-plugin/README +++ /dev/null @@ -1,2 +0,0 @@ -xfce4-quicklauncher-plugin allows you to have lots of -launchers in the panel displayed on separate lines. diff --git a/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff b/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff deleted file mode 100644 index 787962c0ffc0..000000000000 --- a/desktop/xfce4-quicklauncher-plugin/allow_adding_plugin_to_panel.diff +++ /dev/null @@ -1,10 +0,0 @@ -diff -Nur xfce4-quicklauncher-plugin-1.9.4.orig//panel-plugin/quicklauncher.desktop.in.in xfce4-quicklauncher-plugin-1.9.4/panel-plugin/quicklauncher.desktop.in.in ---- xfce4-quicklauncher-plugin-1.9.4.orig//panel-plugin/quicklauncher.desktop.in.in 2005-09-25 14:08:43.000000000 -0500 -+++ xfce4-quicklauncher-plugin-1.9.4/panel-plugin/quicklauncher.desktop.in.in 2011-01-01 15:41:49.621453224 -0600 -@@ -4,4 +4,5 @@ - _Name=Quicklauncher - _Comment=Program with several launchers - Icon=gnome-fs-executable --X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libquicklauncher.so -+X-XFCE-Module=quicklauncher -+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@ diff --git a/desktop/xfce4-quicklauncher-plugin/slack-desc b/desktop/xfce4-quicklauncher-plugin/slack-desc deleted file mode 100644 index a5e77c2c2e1a..000000000000 --- a/desktop/xfce4-quicklauncher-plugin/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------------------------------------------------------| -xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin (quicklauncher plugin for Xfce) -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: The quicklauncher plugin allows you to have lots of -xfce4-quicklauncher-plugin: launchers in the panel displayed on separate lines. -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: -xfce4-quicklauncher-plugin: diff --git a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild deleted file mode 100644 index e17ebdb5eb11..000000000000 --- a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild +++ /dev/null @@ -1,102 +0,0 @@ -#!/bin/sh - -# Slackware build script for xfce4-quicklauncher-plugin - -# Copyright 2006-2011 Robby Workman, Northport, Alabama, 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. - -PRGNAM=xfce4-quicklauncher-plugin -VERSION=${VERSION:-1.9.4} -BUILD=${BUILD:-3} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -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 -cd $TMP -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 {} \; - -# Show the quicklauncher as an option to be added -patch -p1 < $CWD/allow_adding_plugin_to_panel.diff - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc/xfce \ - --enable-shared=yes \ - --enable-static=no \ - --enable-debug=no \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -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 \ - AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $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:-tgz} diff --git a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.info b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.info deleted file mode 100644 index 77a7bd6be506..000000000000 --- a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="xfce4-quicklauncher-plugin" -VERSION="1.9.4" -HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-quicklauncher-plugin/1.9/xfce4-quicklauncher-plugin-1.9.4.tar.bz2" -MD5SUM="299e17f196ecfa5fb018cf65abb19b56" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="libxfcegui4" -MAINTAINER="Robby Workman" -EMAIL="rworkman@slackbuilds.org" |