Changeset View
Changeset View
Standalone View
Standalone View
packaging/GNU-Linux/appimage/build.sh
| Show All 38 Lines | DEP_PACKAGES+=( | ||||
| plasma-integration | plasma-integration | ||||
| libkf6kio-dev | libkf6kio-dev | ||||
| qml6-module-qttest | qml6-module-qttest | ||||
| qml6-module-qt-labs-platform | qml6-module-qt-labs-platform | ||||
| libkf6notifications-dev | libkf6notifications-dev | ||||
| qml6-module-qtquick-dialogs | qml6-module-qtquick-dialogs | ||||
| qml6-module-org-kde-notification | qml6-module-org-kde-notification | ||||
| kf6-kirigami-addons-dev | kf6-kirigami-addons-dev | ||||
| kf6-kcoreaddons-dev | |||||
| cmark | cmark | ||||
| ) | ) | ||||
| export QMAKE=qmake6 | export QMAKE=qmake6 | ||||
| cp -v packaging/GNU-Linux/appimage/kde-neon-jammy.list /etc/apt/sources.list.d/ | cp -v packaging/GNU-Linux/appimage/kde-neon-jammy.list /etc/apt/sources.list.d/ | ||||
| fi | fi | ||||
| apt-get update && \ | apt-get update && \ | ||||
| apt-get -y upgrade && \ | apt-get -y upgrade && \ | ||||
| ▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines | |||||