summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2017-08-19 20:35:23 +0200
committer B. Watson2017-08-19 20:35:23 +0200
commit524e197706b173f418ca448ff73e13ece0d62276 (patch)
treeffbba72e7990688da5500991b7c80ecf60075205 /misc
parent19e326de11fec93daf29583acf90fb3972e93d1a (diff)
downloadslackbuilds-524e197706b173f418ca448ff73e13ece0d62276.tar.gz
misc/fbcat: Updated for version 0.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/fbcat/fbcat.SlackBuild5
-rw-r--r--misc/fbcat/fbcat.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/fbcat/fbcat.SlackBuild b/misc/fbcat/fbcat.SlackBuild
index cfe83e6b3f..71e85be643 100644
--- a/misc/fbcat/fbcat.SlackBuild
+++ b/misc/fbcat/fbcat.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=fbcat
-VERSION=${VERSION:-0.4.4}
+VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,7 +65,8 @@ gzip -9c < doc/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
gzip -9c < doc/fbgrab.1 > $PKG/usr/man/man1/fbgrab.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION
+[ -e COPYING ] && C="COPYING" || C="doc/COPYING"
+cp -a $C doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/misc/fbcat/fbcat.info b/misc/fbcat/fbcat.info
index ce3d559300..ed71012979 100644
--- a/misc/fbcat/fbcat.info
+++ b/misc/fbcat/fbcat.info
@@ -1,8 +1,8 @@
PRGNAM="fbcat"
-VERSION="0.4.4"
+VERSION="0.5"
HOMEPAGE="http://jwilk.net/software/fbcat"
-DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.4.4/fbcat-0.4.4.tar.gz"
-MD5SUM="8be223b178f53d36a3dfa65fde25a6b0"
+DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz"
+MD5SUM="2d3752ab3c13640fd4d887a805c9dc05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""