system/filelight: Removed (part of Slackware 14.0)

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
dsomero 2012-08-16 18:40:17 -04:00 committed by Robby Workman
parent 703b8aeea4
commit 24ef00d164
5 changed files with 0 additions and 144 deletions

View file

@ -1,10 +0,0 @@
Filelight is an alternative file manager for KDE. Filelight creates an
interactive map of concentric segmented-rings that helps you to visualize
disk usage on your computer.
It is like a pie-chart, but the segments are nested, which allows you to
see not only which directories take up all your space, but which files and
subdirectories are the real culprits.
You can also browse remote servers using the fish:// or ftp:// KIO slave
inside Filelight.

View file

@ -1,24 +0,0 @@
http://bugs.gentoo.org/321357
--- src/app/mainWindow.cpp
+++ src/app/mainWindow.cpp
@@ -222,7 +222,7 @@
inline bool MainWindow::slotScanPath(const QString &path)
{
- return slotScanUrl(KUrl::KUrl(path));
+ return slotScanUrl(KUrl(path));
}
bool MainWindow::slotScanUrl(const KUrl &url)
--- src/part/radialMap/widget.cpp
+++ src/part/radialMap/widget.cpp
@@ -64,7 +64,7 @@
KUrl
RadialMap::Widget::url(File const * const file) const
{
- return KUrl::KUrl(file ? file->fullPath() : m_tree->fullPath());
+ return KUrl(file ? file->fullPath() : m_tree->fullPath());
}
void

View file

@ -1,82 +0,0 @@
#!/bin/sh
# Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST
# Copyright 2009 Eric Hameleers <alien@slackware.com>, Eindhoven, Netherlands
# Slackware build script for filelight
# Written by Lionel Young <redtricycle@gmail.com>
PRGNAM=filelight
VERSION=${VERSION:-1.9rc3}
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}
KDEAPPSPREFIX=99561
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 # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$KDEAPPSPREFIX-$PRGNAM-$VERSION.tgz
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 {} \;
# Fix building with gcc 4.5.
patch -p0 < $CWD/filelight-1.9_rc3-gcc45.patch
# Configure with cmake
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
cmake . -DCMAKE_INSTALL_PREFIX=$PKG/usr
make
make install
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 COPYING-DOCS ChangeLog NEWS README TODO INSTALL \
$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}

View file

@ -1,9 +0,0 @@
PRGNAM="filelight"
VERSION="1.9rc3"
HOMEPAGE="http://www.methylblue.com/filelight/"
DOWNLOAD="http://www.kde-apps.org/CONTENT/content-files/99561-filelight-1.9rc3.tgz"
MD5SUM="a75cb50bc0b7238507952fb7d1b8d8a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Lionel Young"
EMAIL="redtricycle@gmail.com"

View file

@ -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------------------------------------------------------|
filelight: filelight (an alternative KDE filemanager)
filelight:
filelight: Filelight creates an interactive map of concentric, segmented rings
filelight: that help visualise disk usage on your computer. Like a pie-chart,
filelight: but the segments nest, allowing you to easily see which files are
filelight: taking up all your space.
filelight:
filelight: Homepage: http://www.methylblue.com/filelight/
filelight:
filelight:
filelight: