diff options
-rw-r--r-- | network/liferea/README | 3 | ||||
-rw-r--r-- | network/liferea/liferea.SlackBuild | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/network/liferea/README b/network/liferea/README index 1881fac5e4..cbdd08266c 100644 --- a/network/liferea/README +++ b/network/liferea/README @@ -2,6 +2,3 @@ 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. - -libindicate is an optional dependency: support for it can be enabled with - INDICATE=yes ./liferea.SlackBuild diff --git a/network/liferea/liferea.SlackBuild b/network/liferea/liferea.SlackBuild index 36ca18b3cb..633154612d 100644 --- a/network/liferea/liferea.SlackBuild +++ b/network/liferea/liferea.SlackBuild @@ -65,11 +65,6 @@ cd $PRGNAM-$VERSION chown -R root:root . 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" \ ./configure \ --prefix=/usr \ |