mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/liferea: Updated for version 1.8.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
6b10a71e8d
commit
d03ad4736d
5 changed files with 25 additions and 11 deletions
|
@ -3,4 +3,7 @@ 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
|
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.
|
creating a fast, easy to use, easy to install news aggregator for GTK/GNOME.
|
||||||
|
|
||||||
This requires GConf and webkitgtk.
|
Optional libindicate support can be enabled with
|
||||||
|
INDICATE=yes ./liferea.SlackBuild
|
||||||
|
|
||||||
|
This requires GConf, webkitgtk, libunique and json-glib.
|
||||||
|
|
|
@ -11,3 +11,9 @@ schema_install liferea.schemas
|
||||||
if [ -x /usr/bin/update-desktop-database ]; then
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for liferea
|
# Slackware build script for liferea
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=liferea
|
PRGNAM=liferea
|
||||||
VERSION=1.6.4
|
VERSION=1.8.0
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,6 +65,11 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
|
if [ "${INDICATE:-no}" = "yes" ] ; then
|
||||||
|
sed -i "s/indicate-0.5/indicate-0.6/g" configure
|
||||||
|
sed -i "s/indicate-gtk-0.5/indicate-gtk-0.6/g" configure
|
||||||
|
fi
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -75,15 +80,15 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make V=1
|
||||||
make install-strip DESTDIR=$PKG
|
make install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
gzip -9 $PKG/usr/man/man?/*.?
|
gzip -9 $PKG/usr/man/man?/*.?
|
||||||
gzip -9 $PKG/usr/man/pl/man?/*.?
|
gzip -9 $PKG/usr/man/pl/man?/*.?
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -ar AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
cp -ar AUTHORS COPYING ChangeLog INSTALL README \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="liferea"
|
PRGNAM="liferea"
|
||||||
VERSION="1.6.4"
|
VERSION="1.8.0"
|
||||||
HOMEPAGE="http://liferea.sourceforge.net/"
|
HOMEPAGE="http://liferea.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.6.4.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.8.0.tar.gz"
|
||||||
MD5SUM="921b5778f5cc67a60eec4669b6048844"
|
MD5SUM="6313e3049b586be110c9402900609fe0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="dsomero"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler----------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
liferea: liferea (A simple and free GTK desktop news aggregator for Unix)
|
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: Liferea is an aggregator for online news feeds. There are many
|
||||||
|
|
Loading…
Reference in a new issue