mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/liferea: Removed from 12.1 repository
This commit is contained in:
parent
95b52d572d
commit
dc938e24b4
4 changed files with 0 additions and 118 deletions
|
@ -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)
|
|
@ -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
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in a new issue