2023-09-10 20:23:06 +02:00
|
|
|
#! /bin/sh
|
|
|
|
#
|
|
|
|
# Install dependencies for the nightly-opensuse-qt6 build
|
|
|
|
#
|
|
|
|
# Add a Qt6/KF6 repo
|
|
|
|
zypper --non-interactive addrepo -G https://download.opensuse.org/repositories/home:krop:kf6/openSUSE_Tumbleweed/home:krop:kf6.repo
|
2023-10-23 09:16:39 +02:00
|
|
|
zypper --non-interactive addrepo -G https://download.opensuse.org/repositories/KDE:/Qt6/openSUSE_Tumbleweed/KDE:Qt6.repo
|
2023-10-02 00:27:50 +02:00
|
|
|
|
2023-09-10 20:23:06 +02:00
|
|
|
zypper --non-interactive refresh
|
|
|
|
zypper --non-interactive up
|
2023-10-03 14:08:30 +02:00
|
|
|
zypper --non-interactive in git-core jq curl ninja
|
2023-09-10 20:23:06 +02:00
|
|
|
# From deploycala.py
|
|
|
|
zypper --non-interactive in bison flex git make cmake gcc-c++
|
2023-09-11 22:02:08 +02:00
|
|
|
zypper --non-interactive in yaml-cpp-devel libpwquality-devel parted-devel python3-devel
|
2023-09-10 20:23:06 +02:00
|
|
|
zypper --non-interactive in libicu-devel libatasmart-devel
|
|
|
|
# Qt6/KF6 dependencies
|
2023-10-23 09:33:07 +02:00
|
|
|
zypper --non-interactive in "qt6-declarative-devel" "cmake(Qt6Concurrent)" "cmake(Qt6Gui)" "cmake(Qt6Network)" "cmake(Qt6Svg)" "cmake(Qt6Linguist)"
|
|
|
|
zypper --non-interactive in "cmake(KF6CoreAddons)" "cmake(KF6DBusAddons)" "cmake(KF6Crash)"
|
|
|
|
zypper --non-interactive in "cmake(KF6Parts)" # Also installs KF5 things
|
|
|
|
zypper --non-interactive in "cmake(PolkitQt6-1)"
|