diff options
author | B. Watson <urchlay@slackware.uk> | 2025-06-14 18:15:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-21 08:55:31 +0700 |
commit | e4a42fcc86a0c02e1a25bc3a27d3f41f4dab67cf (patch) | |
tree | 418f6572949ed698a0345e07c1922948ff1f5629 | |
parent | 1a0df595ce6e0bd2a024ce7b7d2de12a2b885d76 (diff) |
system/hardinfo2: Updated for version 2.2.13.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/hardinfo2/hardinfo2.SlackBuild | 8 | ||||
-rw-r--r-- | system/hardinfo2/hardinfo2.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/system/hardinfo2/hardinfo2.SlackBuild b/system/hardinfo2/hardinfo2.SlackBuild index 9a6d088852..c7865f0db9 100644 --- a/system/hardinfo2/hardinfo2.SlackBuild +++ b/system/hardinfo2/hardinfo2.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250614 bkw: update for v2.2.13. # 20250216 bkw: update for v2.2.7. # 20241124 bkw: update for v2.2.4. # 20241006 bkw: update for v2.1.17. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hardinfo2 -VERSION=${VERSION:-2.2.7} +VERSION=${VERSION:-2.2.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,12 +77,13 @@ cd build -DHARDINFO2_SERVICE=0 \ -DHARDINFO2_LIBSOUP3=0 \ -DCMAKE_BUILD_TYPE=Release .. - make + sed -i 's,-O3,,' CMakeCache.txt + make VERBOSE=1 make install/strip DESTDIR=$PKG cd .. # install-strip fails to strip this: -strip $PKG/usr/lib*/$PRGNAM/modules/qgears2 +strip $PKG/usr/lib*/$PRGNAM/modules/*gears* gzip -9 $PKG/usr/man/man*/* diff --git a/system/hardinfo2/hardinfo2.info b/system/hardinfo2/hardinfo2.info index 6a6d6d5b45..c43e428aea 100644 --- a/system/hardinfo2/hardinfo2.info +++ b/system/hardinfo2/hardinfo2.info @@ -1,8 +1,8 @@ PRGNAM="hardinfo2" -VERSION="2.2.7" +VERSION="2.2.13" HOMEPAGE="https://www.hardinfo2.org" -DOWNLOAD="https://github.com/hardinfo2/hardinfo2/archive/release-2.2.7/hardinfo2-release-2.2.7.tar.gz" -MD5SUM="f726dafb9aa3020068ce47a408f6cd5d" +DOWNLOAD="https://github.com/hardinfo2/hardinfo2/archive/release-2.2.13/hardinfo2-release-2.2.13.tar.gz" +MD5SUM="898ccd7264520e2d6c7121a71b8fca56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |