summaryrefslogtreecommitdiffstats
path: root/development/extra-cmake-modules
diff options
context:
space:
mode:
author Fellype do Nascimento2017-03-02 17:09:26 +0100
committer Willy Sudiarto Raharjo2017-03-03 15:21:53 +0100
commit6df5778c732ecb1a023dd6e9020048a89c8a502c (patch)
tree2c9faf2b7b947cd1fe32d5a9d56da20b48f197b5 /development/extra-cmake-modules
parent77335afa44f693d09977e54027e68296da9b3de2 (diff)
downloadslackbuilds-6df5778c732ecb1a023dd6e9020048a89c8a502c.tar.gz
development/extra-cmake-modules: Updated for version 5.31.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.SlackBuild11
-rw-r--r--development/extra-cmake-modules/extra-cmake-modules.info8
2 files changed, 9 insertions, 10 deletions
diff --git a/development/extra-cmake-modules/extra-cmake-modules.SlackBuild b/development/extra-cmake-modules/extra-cmake-modules.SlackBuild
index 06c5f58913..2a0db1114a 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.26.0}
+VERSION=${VERSION:-5.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,16 +84,15 @@ 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 COPYING-CMAKE-SCRIPTS $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
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-if [ -e /usr/bin/requiredbuilder ]; then
- requiredbuilder -v -y -s $CWD $PKG
-fi
-
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/extra-cmake-modules/extra-cmake-modules.info b/development/extra-cmake-modules/extra-cmake-modules.info
index 4896586097..ae0c27bd0b 100644
--- a/development/extra-cmake-modules/extra-cmake-modules.info
+++ b/development/extra-cmake-modules/extra-cmake-modules.info
@@ -1,10 +1,10 @@
PRGNAM="extra-cmake-modules"
-VERSION="5.26.0"
+VERSION="5.31.0"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-DOWNLOAD="http://download.kde.org/stable/frameworks/5.26/extra-cmake-modules-5.26.0.tar.xz"
-MD5SUM="f9615dc1343962e4e9d906f47bf8d509"
+DOWNLOAD="http://download.kde.org/stable/frameworks/5.31/extra-cmake-modules-5.31.0.tar.xz"
+MD5SUM="74d7c29138168f9a62fe475705c0b351"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="Sphinx"
MAINTAINER="Fellype do Nascimento"
EMAIL="fellype(at)gmail.com"