network/sfeed: Updated for version 0.9.14.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2019-10-26 18:19:46 +07:00 committed by Willy Sudiarto Raharjo
parent e3501eb195
commit 79884bbd26
4 changed files with 10 additions and 11 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.13/README contains detailed post-install
/usr/doc/sfeed-0.9.14/README contains detailed post-install
instructions.

View file

@ -1,17 +1,17 @@
The following instructions are taken from /usr/doc/sfeed-0.9.13/README
The following instructions are taken from /usr/doc/sfeed-0.9.14/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
copy necessary files from /usr/doc/sfeed-0.9.13
copy necessary files from /usr/doc/sfeed-0.9.14
- 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.13/sfeedrc.example "$HOME/.sfeed/sfeedrc"
cp /usr/doc/sfeed-0.9.14/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.13/style.css "$HOME/.sfeed/style.css"
cp /usr/doc/sfeed-0.9.14/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sfeed
VERSION=${VERSION:-0.9.13}
VERSION=${VERSION:-0.9.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,8 +63,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="sfeed"
VERSION="0.9.13"
VERSION="0.9.14"
HOMEPAGE="https://codemadness.org/releases/sfeed/"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.13.tar.gz"
MD5SUM="339c170c26bb3e751b424040528bb01a"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.14.tar.gz"
MD5SUM="5a7e1388a06f3ba233e479fe3c697ac5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""