diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 02:07:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:56 +0700 |
commit | 1afc6f03084550a4e82be8f5575354a18013119f (patch) | |
tree | a5e6897d054fc1a32992b05a53e9c0d500c9a6d6 | |
parent | 10d0e3ea00e1c06e8deca137411b00e2e0198663 (diff) | |
download | slackbuilds-1afc6f03084550a4e82be8f5575354a18013119f.tar.gz |
network/sfeed: Updated for version 0.9.21.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/sfeed/README | 2 | ||||
-rw-r--r-- | network/sfeed/README.SLACKWARE | 12 | ||||
-rw-r--r-- | network/sfeed/sfeed.SlackBuild | 8 | ||||
-rw-r--r-- | network/sfeed/sfeed.info | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/network/sfeed/README b/network/sfeed/README index 76270f0cbe..55fc6008ee 100644 --- a/network/sfeed/README +++ b/network/sfeed/README @@ -1,5 +1,5 @@ SFeed is a simple RSS and Atom parser. README.SLACKWARE contains starter tips. -/usr/doc/sfeed-0.9.19/README contains detailed post-install +/usr/doc/sfeed-0.9.21/README contains detailed post-install instructions. diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE index 4426675b93..9019edfb92 100644 --- a/network/sfeed/README.SLACKWARE +++ b/network/sfeed/README.SLACKWARE @@ -1,17 +1,17 @@ -The following instructions are taken from /usr/doc/sfeed-0.9.19/README -Note that the slackbuild removes /usr/share/doc/sfeed; thus, please -copy necessary files from /usr/doc/sfeed-0.9.19 +The following instructions are taken from /usr/doc/sfeed-0.9.21/README +Note that the slackbuild removes /usr/share/doc/sfeed; thus, please +copy necessary files from /usr/doc/sfeed-0.9.21 -- Initialize sfeed folders: +- 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.19/sfeedrc.example "$HOME/.sfeed/sfeedrc" +cp /usr/doc/sfeed-0.9.21/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.19/style.css "$HOME/.sfeed/style.css" +cp /usr/doc/sfeed-0.9.21/style.css "$HOME/.sfeed/style.css" sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html" diff --git a/network/sfeed/sfeed.SlackBuild b/network/sfeed/sfeed.SlackBuild index 525acb5bec..79f9b381bd 100644 --- a/network/sfeed/sfeed.SlackBuild +++ b/network/sfeed/sfeed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sfeed -# Copyright 2019-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sfeed -VERSION=${VERSION:-0.9.19} +VERSION=${VERSION:-0.9.21} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make -make install PREFIX=/usr DESTDIR=$PKG +make install PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/network/sfeed/sfeed.info b/network/sfeed/sfeed.info index a01439c148..91177d4d1d 100644 --- a/network/sfeed/sfeed.info +++ b/network/sfeed/sfeed.info @@ -1,8 +1,8 @@ PRGNAM="sfeed" -VERSION="0.9.19" +VERSION="0.9.21" HOMEPAGE="https://codemadness.org/releases/sfeed/" -DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.19.tar.gz" -MD5SUM="d09363415608cd771a140cd193c4a129" +DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.21.tar.gz" +MD5SUM="c06fc4b58b81038c804b4d9aacd69edd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |