From e27586c16d59e0cd3fbfe2d7cb99602045871a3c Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:09:16 +0200 Subject: system/catfish: Removed from 13.0 repository --- system/catfish/README | 7 --- system/catfish/catfish.SlackBuild | 89 ------------------------------------ system/catfish/catfish.info | 8 ---- system/catfish/catfish_Makefile.diff | 20 -------- system/catfish/doinst.sh | 4 -- system/catfish/slack-desc | 19 -------- 6 files changed, 147 deletions(-) delete mode 100644 system/catfish/README delete mode 100644 system/catfish/catfish.SlackBuild delete mode 100644 system/catfish/catfish.info delete mode 100644 system/catfish/catfish_Makefile.diff delete mode 100644 system/catfish/doinst.sh delete mode 100644 system/catfish/slack-desc diff --git a/system/catfish/README b/system/catfish/README deleted file mode 100644 index 8e4d672f14..0000000000 --- a/system/catfish/README +++ /dev/null @@ -1,7 +0,0 @@ -Catfish is a handy file searching tool for linux and unix. -Basically it is a frontend for different search engines (daemons) -which provides a unified interface. The interface is intentionally -lightweight and simple, using only GTK+ 2. You can configure it to -your needs by using several command line options. - -pyxdg (available at SBo) is an optional build time dependency. diff --git a/system/catfish/catfish.SlackBuild b/system/catfish/catfish.SlackBuild deleted file mode 100644 index ebdc9ffbee..0000000000 --- a/system/catfish/catfish.SlackBuild +++ /dev/null @@ -1,89 +0,0 @@ -#!/bin/sh - -# Slackware build script for Catfish - -# Copyright 2008 Frank Caraballo -# 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=catfish -VERSION=${VERSION:-0.3.2} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || exit 1 -cd $PRGNAM-$VERSION || exit 1 -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - || exit 1 - -# Fix Makefile symlinks to not include DESTDIR: -patch -p0 < $CWD/catfish_Makefile.diff || exit 1 - -make || exit 1 -make install DESTDIR=$PKG || exit 1 - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a TODO $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION -rm -rf $PKG/usr/share/doc - -# Set some saner permissions. -chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/* -find $PKG/usr/share/ -type f -exec chmod 0644 {} \; - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/catfish/catfish.info b/system/catfish/catfish.info deleted file mode 100644 index 2215e791ae..0000000000 --- a/system/catfish/catfish.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="catfish" -VERSION="0.3.2" -HOMEPAGE="http://software.twotoasts.de/" -DOWNLOAD="http://software.twotoasts.de/media/catfish/catfish-0.3.2.tar.gz" -MD5SUM="b28db355094bfbe7de097678e91ce271" -MAINTAINER="Frank Caraballo" -EMAIL="fecaraballo{at}gmail{dot}com" -APPROVED="Michiel" \ No newline at end of file diff --git a/system/catfish/catfish_Makefile.diff b/system/catfish/catfish_Makefile.diff deleted file mode 100644 index 8f4e243a0e..0000000000 --- a/system/catfish/catfish_Makefile.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2008-10-26 12:14:07.558133556 -0700 -+++ Makefile 2008-10-26 12:15:55.282116793 -0700 -@@ -23,7 +23,7 @@ - - install -d $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps - install $(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps -- ln -sf $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg -+ ln -sf $(PREFIX)/share/icons/hicolor/scalable/apps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg - - install -d $(DESTDIR)/$(PREFIX)/share/doc/$(APPNAME) - install AUTHORS $(DESTDIR)/$(PREFIX)/share/doc/$(APPNAME) -@@ -36,7 +36,7 @@ - install --mode=644 $(APPNAME).desktop $(DESTDIR)/$(PREFIX)/share/applications - - cp -rf locale $(DESTDIR)/$(PREFIX)/share -- ln -sf $(DESTDIR)/$(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale -+ ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale - - uninstall: - rm -f $(DESTDIR)/$(PREFIX)/share/applications/$(APPNAME).desktop diff --git a/system/catfish/doinst.sh b/system/catfish/doinst.sh deleted file mode 100644 index f364075896..0000000000 --- a/system/catfish/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications -fi - diff --git a/system/catfish/slack-desc b/system/catfish/slack-desc deleted file mode 100644 index 34e51ccd3d..0000000000 --- a/system/catfish/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------------------------------------------------------| -catfish: Catfish (File Search Frontend) -catfish: -catfish: Catfish is a handy file searching tool for linux and unix. -catfish: Basically it is a frontend for different search engines (daemons) -catfish: which provides a unified interface. The interface is intentionally -catfish: lightweight and simple, using only GTK+ 2. You can configure it to -catfish: your needs by using several command line options. -catfish: -catfish: Homepage: http://software.twotoasts.de/ -catfish: -catfish: -- cgit v1.2.3