summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/xfce4-weather-plugin/README1
-rw-r--r--desktop/xfce4-weather-plugin/slack-desc19
-rw-r--r--desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch16
-rw-r--r--desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild104
-rw-r--r--desktop/xfce4-weather-plugin/xfce4-weather-plugin.info9
5 files changed, 0 insertions, 149 deletions
diff --git a/desktop/xfce4-weather-plugin/README b/desktop/xfce4-weather-plugin/README
deleted file mode 100644
index 97ebdbf745..0000000000
--- a/desktop/xfce4-weather-plugin/README
+++ /dev/null
@@ -1 +0,0 @@
-xfce4-weather-plugin displays current weather conditions and forecasts.
diff --git a/desktop/xfce4-weather-plugin/slack-desc b/desktop/xfce4-weather-plugin/slack-desc
deleted file mode 100644
index ac26fdfe76..0000000000
--- a/desktop/xfce4-weather-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 ':'.
-
- |-----handy-ruler------------------------------------------------------|
-xfce4-weather-plugin: xfce4-weather-plugin (weather plugin for the Xfce panel)
-xfce4-weather-plugin:
-xfce4-weather-plugin: The weather plugin displays current weather conditions
-xfce4-weather-plugin: and forecasts.
-xfce4-weather-plugin:
-xfce4-weather-plugin:
-xfce4-weather-plugin:
-xfce4-weather-plugin:
-xfce4-weather-plugin:
-xfce4-weather-plugin:
-xfce4-weather-plugin:
diff --git a/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch b/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch
deleted file mode 100644
index 1772b3c647..0000000000
--- a/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-See comment #9 at https://bugzilla.xfce.org/show_bug.cgi?id=8105
-
-diff -Nur xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h xfce4-weather-plugin-0.7.4/panel-plugin/weather.h
---- xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h 2011-02-02 14:31:29.000000000 -0600
-+++ xfce4-weather-plugin-0.7.4/panel-plugin/weather.h 2011-11-08 00:23:54.948635564 -0600
-@@ -21,8 +21,8 @@
- #include <libxfce4panel/libxfce4panel.h>
- #include <libxfce4util/libxfce4util.h>
- #define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
--#define PARTNER_ID "1121946239"
--#define LICENSE_KEY "3c4cd39ee5dec84f"
-+#define PARTNER_ID "1003666583"
-+#define LICENSE_KEY "4128909340a9b2fc"
-
- G_BEGIN_DECLS
-
diff --git a/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild b/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
deleted file mode 100644
index 6f56315d87..0000000000
--- a/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
+++ /dev/null
@@ -1,104 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for xfce4-weather-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-weather-plugin
-VERSION=0.7.4
-BUILD=${BUILD:-2}
-TAG=${TAG:-_SBo}
-
-# Automatically determine the architecture we're building on:
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-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
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-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 {} \;
-
-# See https://bugzilla.xfce.org/show_bug.cgi?id=8105#c9
-patch -p1 < $CWD/temporarily_fix_invalid_license_key.patch
-
-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-weather-plugin/xfce4-weather-plugin.info b/desktop/xfce4-weather-plugin/xfce4-weather-plugin.info
deleted file mode 100644
index 1338e57166..0000000000
--- a/desktop/xfce4-weather-plugin/xfce4-weather-plugin.info
+++ /dev/null
@@ -1,9 +0,0 @@
-PRGNAM="xfce4-weather-plugin"
-VERSION="0.7.4"
-HOMEPAGE="http://goodies.xfce.org/"
-DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.7/xfce4-weather-plugin-0.7.4.tar.bz2"
-MD5SUM="03c972d13eba5cd226432ff66e3ff282"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Robby Workman"
-EMAIL="rw@rlworkman.net"