1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

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
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:58 +08:00
committed by Zheng Junjie
parent 61b5a1b658
commit da26c8e993

View File

@@ -2353,36 +2353,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")