summaryrefslogtreecommitdiffstats
path: root/development/extra-cmake-modules
diff options
context:
space:
mode:
author Fellype do Nascimento <fellype(at)gmail.com>2018-02-14 20:25:52 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:46 +0700
commitc4fb181fff448a2b58f41b620a616c837e6debe5 (patch)
tree99e0c728c144f6e2c897dc66d709a8435ffabd63 /development/extra-cmake-modules
parentc642ff126de551e574b7b354e06251f88bacf6af (diff)
downloadslackbuilds-c4fb181fff448a2b58f41b620a616c837e6debe5.tar.gz
slackbuilds-c4fb181fff448a2b58f41b620a616c837e6debe5.tar.xz
development/extra-cmake-modules: Updated for version 5.43.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/extra-cmake-modules')
-rw-r--r--development/extra-cmake-modules/extra-cmake-modules.SlackBuild5
-rw-r--r--development/extra-cmake-modules/extra-cmake-modules.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/extra-cmake-modules/extra-cmake-modules.SlackBuild b/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
index 24ba46efdb..3bf68cbd3a 100644
--- a/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
+++ b/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
@@ -25,7 +25,7 @@
# Adapted by Fellype do Nascimento - fellype(at)gmail.com
PRGNAM=extra-cmake-modules
-VERSION=${VERSION:-5.36.0}
+VERSION=${VERSION:-5.43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,9 +86,6 @@ cd -
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
-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/usr/doc/$PRGNAM-$VERSION
cp -a COPYING-CMAKE-SCRIPTS README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/extra-cmake-modules/extra-cmake-modules.info b/development/extra-cmake-modules/extra-cmake-modules.info
index 094332ebaf..08843c3912 100644
--- a/development/extra-cmake-modules/extra-cmake-modules.info
+++ b/development/extra-cmake-modules/extra-cmake-modules.info
@@ -1,8 +1,8 @@
PRGNAM="extra-cmake-modules"
-VERSION="5.36.0"
+VERSION="5.43.0"
HOMEPAGE="https://cgit.kde.org/extra-cmake-modules.git"
-DOWNLOAD="https://github.com/KDE/extra-cmake-modules/archive/v5.36.0/extra-cmake-modules-5.36.0.tar.gz"
-MD5SUM="44de3fb27fec42651033e24a811f6a96"
+DOWNLOAD="https://github.com/KDE/extra-cmake-modules/archive/v5.43.0/extra-cmake-modules-5.43.0.tar.gz"
+MD5SUM="aa71f6832f2fd01c11b45420c6d75365"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Sphinx"