mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/liferea: Miscellaneous cleanups.
This commit is contained in:
parent
5d19d41684
commit
3128765b67
4 changed files with 22 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue