summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Martin Lefebvre2010-05-11 19:46:02 +0200
committer Robby Workman2010-05-11 19:46:02 +0200
commit1bae5fe15358a22d5b6108875fe339053078945d (patch)
tree42273883a8dcd200cd40e83d4acaaf5abc2e1dbf
parent0095d71c803a1e1092073c9e618c14f755a139ee (diff)
downloadslackbuilds-1bae5fe15358a22d5b6108875fe339053078945d.tar.gz
network/snownews: Updated for version 1.5.7
-rw-r--r--network/snownews/README4
-rw-r--r--network/snownews/slack-desc11
-rw-r--r--network/snownews/snownews.SlackBuild5
-rw-r--r--network/snownews/snownews.info2
4 files changed, 12 insertions, 10 deletions
diff --git a/network/snownews/README b/network/snownews/README
index 618255cdbd..9d0d91f475 100644
--- a/network/snownews/README
+++ b/network/snownews/README
@@ -1,6 +1,2 @@
Snownews is a text mode RSS/RDF newsreader. It supports all
versions of RSS natively and supports other formats via plugins.
-
-The program depends on ncurses for the user interface and uses
-libxml2 for XML parsing. ncurses must be at least version 5.0. It
-should work with any version of libxml2.
diff --git a/network/snownews/slack-desc b/network/snownews/slack-desc
index a69c71018f..2ed1053d8b 100644
--- a/network/snownews/slack-desc
+++ b/network/snownews/slack-desc
@@ -1,4 +1,12 @@
-snownews: Snownews - text mode RSS/RDF reader
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+snownews: Snownews (text mode RSS/RDF reader)
snownews:
snownews: Snownews is a text mode RSS/RDF newsreader. It supports all
snownews: versions of RSS natively and supports other formats via plugins.
@@ -8,3 +16,4 @@ snownews: libxml2 for XML parsing. ncurses must be at least version 5.0. It
snownews: should work with any version of libxml2.
snownews:
snownews:
+snownews:
diff --git a/network/snownews/snownews.SlackBuild b/network/snownews/snownews.SlackBuild
index 3c76518dec..d30967d58c 100644
--- a/network/snownews/snownews.SlackBuild
+++ b/network/snownews/snownews.SlackBuild
@@ -29,7 +29,7 @@ VERSION=1.5.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -46,7 +46,6 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
-
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
@@ -66,8 +65,6 @@ make install DESTDIR=$PKG || exit 1
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
-# Snownews ships with support for multiple languages, so this is a bit
-# different method for gzipping man pages than we normally use
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/snownews/snownews.info b/network/snownews/snownews.info
index c0d3254fdc..2befbd9da3 100644
--- a/network/snownews/snownews.info
+++ b/network/snownews/snownews.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://kiza.kcore.de/software/snownews/download/snownews-1.5.7.tar.gz"
MD5SUM="75ffa004e755a233f49b1cdfcd9e3d85"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
-APPROVED="robw810,elohim"
+APPROVED="rworkman,elohim"