summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-30 20:58:19 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-30 22:28:04 +0100
commit86ba9cf839d3c4c537b81c55425039ecf1e9d18c (patch)
treeaec10f34a826454e880bdd1085b5056f3c0c79ac /source
parent730cbea73016aa93a7291927d237c371d9b196cd (diff)
downloadcurrent-86ba9cf839d3c4c537b81c55425039ecf1e9d18c.tar.gz
current-86ba9cf839d3c4c537b81c55425039ecf1e9d18c.tar.xz
Sat Mar 30 20:58:19 UTC 202420240330205819
ap/undervolt-0.4.0-x86_64-1.txz: Upgraded. kde/kig-23.08.5-x86_64-3.txz: Rebuilt. Recompiled to link with libboost_python311.so.1.84.0. kde/kopeninghours-23.08.5-x86_64-3.txz: Rebuilt. Recompiled to link with libboost_python311.so.1.84.0. Thanks to gmgf.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/undervolt/undervolt.SlackBuild8
-rw-r--r--source/kde/kde/build/kig2
-rw-r--r--source/kde/kde/build/kopeninghours2
3 files changed, 7 insertions, 5 deletions
diff --git a/source/ap/undervolt/undervolt.SlackBuild b/source/ap/undervolt/undervolt.SlackBuild
index 929edd8a5..d1b089b19 100755
--- a/source/ap/undervolt/undervolt.SlackBuild
+++ b/source/ap/undervolt/undervolt.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2020, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=undervolt
VERSION=${VERSION:-$(echo ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -58,7 +58,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-python3 setup.py install --root=$PKG || exit 1
+unshare -n python3 -m build --wheel --no-isolation || exit 1
+
+python3 -m installer --destdir "$PKG" dist/*.whl || exit 1
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a *.rst *.txt \
diff --git a/source/kde/kde/build/kig b/source/kde/kde/build/kig
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/kig
+++ b/source/kde/kde/build/kig
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/build/kopeninghours b/source/kde/kde/build/kopeninghours
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/kopeninghours
+++ b/source/kde/kde/build/kopeninghours
@@ -1 +1 @@
-2
+3