diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2022-02-12 16:42:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 23:12:52 +0700 |
commit | 4308a5902dd3e3e593c7d0218a5b9a9063fbdc27 (patch) | |
tree | 3a8997b40e88c72f33ec7bc54abe0ce59be61b6b /libraries/gwenhywfar | |
parent | f4709a2563d963ef9274cf00407e5b669c699d91 (diff) |
libraries/gwenhywfar: Update for version 5.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gwenhywfar')
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.info | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index 6acd0e53abfde..481d285a896ba 100644 --- a/libraries/gwenhywfar/gwenhywfar.SlackBuild +++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gwenhywfar -# Copyright 2013-2020 Heiko Rosemann Germany +# Copyright 2013-2022 Heiko Rosemann Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gwenhywfar -VERSION=${VERSION:-5.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.8.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -102,6 +102,12 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +# Don't ship .la files: +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/configmgr/dir.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/ct/ohbci.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/dbio/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/gwenhywfar/gwenhywfar.info b/libraries/gwenhywfar/gwenhywfar.info index 39c49db8174db..313116805c3d8 100644 --- a/libraries/gwenhywfar/gwenhywfar.info +++ b/libraries/gwenhywfar/gwenhywfar.info @@ -1,8 +1,8 @@ PRGNAM="gwenhywfar" -VERSION="5.4.0" +VERSION="5.8.2" HOMEPAGE="https://www.aquamaniac.de/" -DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/331/gwenhywfar-5.4.0.tar.gz" -MD5SUM="af3d547d46920964f25af853b9efc9f1" +DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/411/gwenhywfar-5.8.2.tar.gz" +MD5SUM="8968f7537a450305257f552541fc68b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |