network/liferea: Updated for version 1.6.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-09-09 20:42:46 -04:00 committed by dsomero
parent 43a108c463
commit b79e94a85c
4 changed files with 7 additions and 20 deletions

View File

@ -3,4 +3,4 @@ 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.
This requires GConf.
This requires GConf and webkitgtk.

View File

@ -11,4 +11,3 @@ schema_install liferea.schemas
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View File

@ -2,7 +2,7 @@
#
# Slackware build script for liferea
#
# Copyright 2009,2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=liferea
VERSION=1.4.28
VERSION=1.6.4
BUILD=${BUILD:-1}
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
@ -67,24 +65,14 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
GTKHTML=${GTKHTML:-"yes"}
WEBKIT=${WEBKIT:-"no"}
XULRUNNER=${XULRUNNER:-"no"}
LUA=${LUA:-"no"}
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--localstatedir=/var/lib \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-gtkhtml2=$GTKHTML \
--enable-webkit=$WEBKIT \
--enable-gecko=$XULRUNNER \
--enable-lua=$LUA \
--disable-nm \
--build=$ARCH-slackware-linux
make

View File

@ -1,8 +1,8 @@
PRGNAM="liferea"
VERSION="1.4.28"
VERSION="1.6.4"
HOMEPAGE="http://liferea.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.4.28.tar.gz"
MD5SUM="411bd9e56a648056cdce96dbea104c3e"
DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.6.4.tar.gz"
MD5SUM="921b5778f5cc67a60eec4669b6048844"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"