summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Andrey Maraev <andrew.maraev60@yandex.ru>2014-02-15 16:41:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-02-15 19:36:35 +0700
commite9a90b4464befe308b9bafc770ec893ed0692983 (patch)
treef02038b3fb27deb7ba15b6e95843174cb7d3c400 /graphics
parentf27a952da49579f91aea2ad8dbc30b8ad26bcdd9 (diff)
downloadslackbuilds-e9a90b4464befe308b9bafc770ec893ed0692983.tar.gz
slackbuilds-e9a90b4464befe308b9bafc770ec893ed0692983.tar.xz
graphics/HotShots: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/HotShots/HotShots.SlackBuild14
-rw-r--r--graphics/HotShots/HotShots.info6
2 files changed, 12 insertions, 8 deletions
diff --git a/graphics/HotShots/HotShots.SlackBuild b/graphics/HotShots/HotShots.SlackBuild
index 811c6ec68d..3625cabab9 100644
--- a/graphics/HotShots/HotShots.SlackBuild
+++ b/graphics/HotShots/HotShots.SlackBuild
@@ -5,7 +5,7 @@
# Written by Andrey Maraev <andrew.maraev60@yandex.ru>
PRGNAM=HotShots
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,10 +53,10 @@ find -L . \
cd $TMP/$PRGNAM-$VERSION-src/build
- cmake \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release .
+cmake \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release .
make
make install DESTDIR=$PKG
cd ..
@@ -71,6 +71,10 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+mv $PKG/usr/share/man $PKG/usr
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
diff --git a/graphics/HotShots/HotShots.info b/graphics/HotShots/HotShots.info
index 70987a41e9..17bea7e552 100644
--- a/graphics/HotShots/HotShots.info
+++ b/graphics/HotShots/HotShots.info
@@ -1,8 +1,8 @@
PRGNAM="HotShots"
-VERSION="2.0.0"
+VERSION="2.0.1"
HOMEPAGE="http://sourceforge.net/projects/hotshots"
-DOWNLOAD="http://sourceforge.net/projects/hotshots/files/2.0.0/HotShots-2.0.0-src.zip"
-MD5SUM="0c173c4d8db500fa41fb6b51b7af9811"
+DOWNLOAD="http://sourceforge.net/projects/hotshots/files/2.0.1/HotShots-2.0.1-src.zip"
+MD5SUM="127bd66488f8910ab5f4237b22df2f6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libqxt"