network/liferea: Miscellaneous cleanups.

This commit is contained in:
Robby Workman 2010-05-19 14:37:45 -05:00
parent 5d19d41684
commit 3128765b67
4 changed files with 22 additions and 10 deletions

View file

@ -1,7 +1,6 @@
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.
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.
Requires GConf and libnotify, available at SlackBuilds.org.
This requires GConf.

View file

@ -11,3 +11,4 @@ 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
@ -24,10 +24,19 @@
PRGNAM=liferea
VERSION=1.4.28
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) export ARCH=i486 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -eu

View file

@ -7,13 +7,13 @@
|-----handy-ruler----------------------------------------------------|
liferea: liferea (A simple and free GTK desktop news aggregator for Unix)
liferea:
liferea:
liferea: Liferea is an aggregator for online news feeds. There are many
liferea: other news readers available, but these others are not available
liferea: for Linux 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: http://liferea.sourceforge.net/
liferea:
liferea: