Rebuild Calamares for Python 3.11
Void Python update from 3.10 to 3.11 broke Calamares, requiring rebuild.
This commit is contained in:
parent
2a09da2748
commit
dd581131b4
2 changed files with 4 additions and 4 deletions
|
@ -651,7 +651,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
|
|||
libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
|
||||
libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
|
||||
libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
|
||||
libboost_python310.so.1.80.0 boost-python3-1.80-1.80.0_2
|
||||
libboost_python311.so.1.80.0 boost-python3-1.80-1.80.0_6
|
||||
libexempi.so.8 exempi-2.5.0_1
|
||||
libatasmart.so.4 libatasmart-0.17_1
|
||||
libsgutils2-1.45.so.2 libsgutils-1.45_1
|
||||
|
@ -1729,7 +1729,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
|
|||
libdar.so.6000 libdar-2.6.6_1
|
||||
libdar64.so.6000 libdar-2.6.6_1
|
||||
libpython3.so python3-3.9.2_2
|
||||
libpython3.10.so.1.0 python3-3.10.0_1
|
||||
libpython3.11.so.1.0 python3-3.11.0_1
|
||||
libbrscandec2.so.1 brother-brscan3-0.2.11_2
|
||||
libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
|
||||
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'calamares'
|
||||
pkgname=calamares
|
||||
version=3.2.61
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
repository=cereus-extra
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release
|
||||
|
@ -15,7 +15,7 @@ configure_args="-DCMAKE_BUILD_TYPE=Release
|
|||
hostmakedepends="git extra-cmake-modules pkg-config gettext
|
||||
ckbcomp kcoreaddons kdelibs4support python3-yaml awk"
|
||||
makedepends="python3-devel python3-jsonschema yaml-cpp-devel boost-devel qt5-devel python3-devel kpmcore-devel
|
||||
qt5-tools qt5-translations boost boost-python3-1.72 python3-QtPy qt5-svg-devel
|
||||
qt5-tools qt5-translations boost boost-python3-1.80 python3-QtPy qt5-svg-devel
|
||||
libpwquality AppStream-qt plasma-framework-devel qt5-webengine"
|
||||
depends="kconfig kcoreaddons kiconthemes ki18n kio ksolid yaml-cpp kpmcore boost ckbcomp
|
||||
hardinfo qt5-svg polkit-qt5 gtk-update-icon-cache plasma-framework qt5-xmlpatterns
|
||||
|
|
Loading…
Add table
Reference in a new issue