From c4fb181fff448a2b58f41b620a616c837e6debe5 Mon Sep 17 00:00:00 2001 From: Fellype do Nascimento Date: Wed, 14 Feb 2018 20:25:52 +0700 Subject: development/extra-cmake-modules: Updated for version 5.43.0. Signed-off-by: Willy Sudiarto Raharjo --- development/extra-cmake-modules/extra-cmake-modules.SlackBuild | 5 +---- development/extra-cmake-modules/extra-cmake-modules.info | 6 +++--- 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" -- cgit v1.2.3