summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:34 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:34 +0200
commitdc938e24b4d811e1a34dc6edfdd30813b273efcd (patch)
tree06bca1cc324fff8d7604db49b05af58fa3c16ec8 /desktop
parent95b52d572d390729e1f88fde9fc705bcceeaf5ca (diff)
downloadslackbuilds-dc938e24b4d811e1a34dc6edfdd30813b273efcd.tar.gz
slackbuilds-dc938e24b4d811e1a34dc6edfdd30813b273efcd.tar.xz
desktop/liferea: Removed from 12.1 repository
Diffstat (limited to 'desktop')
-rw-r--r--desktop/liferea/README14
-rw-r--r--desktop/liferea/liferea.SlackBuild77
-rw-r--r--desktop/liferea/liferea.info8
-rw-r--r--desktop/liferea/slack-desc19
4 files changed, 0 insertions, 118 deletions
diff --git a/desktop/liferea/README b/desktop/liferea/README
deleted file mode 100644
index e686720116..0000000000
--- a/desktop/liferea/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Liferea is an aggregator for online news feeds. There are many
-other news readers available, but these others are not available
-for Linux or require many extra libraries to be installed.
-Liferea tries to fill this gap by creating a fast, easy to use,
-easy to install news aggregator for GTK/GNOME.
-
-Though it is intended for the GNOME desktop it integrates fine with
-other environments. It supports a number of different feed formats
-including RSS/RDF, CDF and Atom, allows direct subscriptions from
-Firefox 1.5.x (with FeedBag), Firefox 2.0.x and Epiphany.
-
-Liferea depends on libxml2, ORBit2, GConf2, libxslt and either
-libgtkembedmoz, libxul or gtkhtml2 libraries (all of those should be
-either part of the distribution or available from slackbuilds.org) \ No newline at end of file
diff --git a/desktop/liferea/liferea.SlackBuild b/desktop/liferea/liferea.SlackBuild
deleted file mode 100644
index 2e46e0f20b..0000000000
--- a/desktop/liferea/liferea.SlackBuild
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for liferea
-
-# Copyright 2007 koolniczka <koolniczka@szm.com>
-# Based on Slackware build script for ORBit2
-# Copyright 2007 Daniel Liljeqvist (dasajev@gmail.com)
-# 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.
-
-# Modified by the SlackBuilds.org project.
-
-PRGNAM=liferea
-VERSION=1.2.19
-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"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION
-tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --disable-static
-
-make || exit 1
-make install-strip DESTDIR=$PKG || exit 1
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog NEWS INSTALL README \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
-
-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.tgz
diff --git a/desktop/liferea/liferea.info b/desktop/liferea/liferea.info
deleted file mode 100644
index 79d823ddea..0000000000
--- a/desktop/liferea/liferea.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="liferea"
-VERSION="1.2.19"
-HOMEPAGE="http://liferea.sourceforge.net/"
-DOWNLOAD="http://dl.sourceforge.net/liferea/liferea-1.2.19.tar.gz"
-MD5SUM="c1045a6e2c8a6192beb9d72b3e435645"
-MAINTAINER="koolniczka"
-EMAIL="koolniczka@szm.com"
-APPROVED="alien"
diff --git a/desktop/liferea/slack-desc b/desktop/liferea/slack-desc
deleted file mode 100644
index fc3fb843c6..0000000000
--- a/desktop/liferea/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------------------------------------------------------|
-liferea: liferea (linux feed reader)
-liferea:
-liferea: Liferea is an aggregator for online news feeds. There are many other
-liferea: news readers available, but these others are not available for Linux
-liferea: or require many extra libraries to be installed.
-liferea: Liferea tries to fill this gap by creating a fast, easy to use,
-liferea: easy to install news aggregator for GTK/GNOME.
-liferea:
-liferea:
-liferea:
-liferea: