z572 pushed a commit to branch kde-team in repository guix. commit 5ca8752cd43c7f332a422b5dea675da00b7cc794 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Fri Jan 10 11:51:58 2025 +0800
gnu: plasma-mobile: Update to 6.2.5. * gnu/packages/kde-plasma.scm (plasma-mobile): Update to 6.2.5. [arguments]: Remove it. [inputs]: Remove plasma-framework and qtbase-5; add eudev, kcmutils, kdbusaddons, kglobalaccel, kirigami-addons, kitemmodels, layer-shell-qt, libepoxy, libkscreen, libplasma, libxkbcommon, plasma-activities, plasma-workspace, qcoro-qt6, qtbase, qtsensors, qtwayland, and wayland. Change-Id: Ic123cd75e6f4f03e645aa032b7d532a40ee6c6f7 --- gnu/packages/kde-plasma.scm | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 12df8c8259..c0f4575ef7 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2340,36 +2340,43 @@ connections.") (define-public plasma-mobile (package (name "plasma-mobile") - (version "5.24.3") + (version "6.2.5") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/plasma-mobile-" version ".tar.xz")) (sha256 (base32 - "1bwmy7xvd8wmh0snqqjh9jjgawib8ks2g30w48sqxwhplhf3da58")))) + "1lhqcpn8igc14mr2fjbrc108q1qi58h3r4d5vsgkvz4jnfxbkkmf")))) (build-system cmake-build-system) - (arguments - (list #:phases #~(modify-phases %standard-phases - (add-after 'install 'wrap-script - (lambda* (#:key inputs outputs #:allow-other-keys) - (wrap-program (string-append #$output - "/bin/kwinwrapper") - `("PATH" ":" prefix - (,(string-append #$plasma-framework - "/bin"))))))))) (native-inputs (list extra-cmake-modules pkg-config qttools)) (inputs (list bash-minimal + eudev + kcmutils + kdbusaddons kdeclarative + kglobalaccel ki18n kio + kirigami-addons + kitemmodels knotifications kwayland kwin + layer-shell-qt + libepoxy + libkscreen + libplasma + libxkbcommon modemmanager-qt networkmanager-qt - plasma-framework - qtbase-5)) + plasma-activities + plasma-workspace + qcoro-qt6 + qtbase + qtsensors + qtwayland + wayland)) (home-page "https://plasma-mobile.org/") (synopsis "General UI components for Plasma Phone including shell, containment and applets")