network/sfeed: Updated for version 1.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-01-30 10:41:31 +01:00 committed by Willy Sudiarto Raharjo
parent e565555ea8
commit 67073be929
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
SFeed is a simple RSS and Atom parser.
README.SLACKWARE contains starter tips.
/usr/doc/sfeed-0.9.22/README contains detailed post-install
/usr/doc/sfeed-*/README contains detailed post-install
instructions.

View file

@ -1,17 +1,17 @@
The following instructions are taken from /usr/doc/sfeed-0.9.22/README
The following instructions are taken from /usr/doc/sfeed-*/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
copy necessary files from /usr/doc/sfeed-0.9.22
copy necessary files from /usr/doc/sfeed-*
- Initialize sfeed folders:
mkdir -p "$HOME/.sfeed/feeds"
- Initialize sfeedrc, such as by copying and editing the example file:
cp /usr/doc/sfeed-0.9.22/sfeedrc.example "$HOME/.sfeed/sfeedrc"
cp /usr/doc/sfeed-*/sfeedrc.example "$HOME/.sfeed/sfeedrc"
$EDITOR "$HOME/.sfeed/sfeedrc"
- Update feeds:
sfeed_update
- Format feeds. For example, view feeds in HTML (no frames).
cp /usr/doc/sfeed-0.9.22/style.css "$HOME/.sfeed/style.css"
cp /usr/doc/sfeed-*/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"

View file

@ -2,7 +2,7 @@
# Slackware build script for sfeed
# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sfeed
VERSION=${VERSION:-0.9.22}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="sfeed"
VERSION="0.9.22"
VERSION="1.1"
HOMEPAGE="https://codemadness.org/releases/sfeed/"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.22.tar.gz"
MD5SUM="96da8f382f7cc211a9de477a03b93785"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.1.tar.gz"
MD5SUM="ee1c80a7819694b77addf1f6c10416ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""