Browse Source
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>
pull/301/head
B. Watson
4 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
6 deletions
-
system/hardinfo2/hardinfo2.SlackBuild
-
system/hardinfo2/hardinfo2.info
|
|
@ -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*/* |
|
|
|
|
|
|
|
|
|
@ -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="" |
|
|
|