From 24ef00d164a19e9a05aabda0e15bfa8852750f18 Mon Sep 17 00:00:00 2001 From: dsomero Date: Thu, 16 Aug 2012 18:40:17 -0400 Subject: system/filelight: Removed (part of Slackware 14.0) Signed-off-by: dsomero Signed-off-by: Robby Workman --- system/filelight/README | 10 ---- system/filelight/filelight-1.9_rc3-gcc45.patch | 24 -------- system/filelight/filelight.SlackBuild | 82 -------------------------- system/filelight/filelight.info | 9 --- system/filelight/slack-desc | 19 ------ 5 files changed, 144 deletions(-) delete mode 100644 system/filelight/README delete mode 100644 system/filelight/filelight-1.9_rc3-gcc45.patch delete mode 100644 system/filelight/filelight.SlackBuild delete mode 100644 system/filelight/filelight.info delete mode 100644 system/filelight/slack-desc (limited to 'system') diff --git a/system/filelight/README b/system/filelight/README deleted file mode 100644 index 65f83a123f..0000000000 --- a/system/filelight/README +++ /dev/null @@ -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. diff --git a/system/filelight/filelight-1.9_rc3-gcc45.patch b/system/filelight/filelight-1.9_rc3-gcc45.patch deleted file mode 100644 index 3471cb350c..0000000000 --- a/system/filelight/filelight-1.9_rc3-gcc45.patch +++ /dev/null @@ -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 diff --git a/system/filelight/filelight.SlackBuild b/system/filelight/filelight.SlackBuild deleted file mode 100644 index 4ee59d6299..0000000000 --- a/system/filelight/filelight.SlackBuild +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/sh -# Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST -# Copyright 2009 Eric Hameleers , Eindhoven, Netherlands -# Slackware build script for filelight -# Written by Lionel Young - -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} diff --git a/system/filelight/filelight.info b/system/filelight/filelight.info deleted file mode 100644 index 6305e25463..0000000000 --- a/system/filelight/filelight.info +++ /dev/null @@ -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" diff --git a/system/filelight/slack-desc b/system/filelight/slack-desc deleted file mode 100644 index 718064b69e..0000000000 --- a/system/filelight/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------------------------------------------------------| -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: -- cgit v1.2.3