gnu: plasma-integration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-integration): Update to 6.1.2. [inputs]: Remove qtdeclarative-5, qtquickcontrols2-5, qtwayland-5, and qtx11extras; add kguiaddons, kstatusnotifieritem, kwayland, kxmlgui, libxkbcommon, qtdeclarative, qtwayland, xdg-desktop-portal-kde, font-google-noto-sans-cjk, font-google-noto-emoji, and font-hack. [arguments]: Set #:qtbase to qtbase. <#:configure-flags>: Pass -DBUILD_QT5=OFF. Change-Id: Idd5e7ef49bbec92b32663ed6b3d906f51550dbc6
This commit is contained in:
parent
fbb167ef77
commit
c61daf9349
1 changed files with 21 additions and 11 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
#:use-module (gnu packages display-managers)
|
#:use-module (gnu packages display-managers)
|
||||||
#:use-module (gnu packages file-systems)
|
#:use-module (gnu packages file-systems)
|
||||||
#:use-module (gnu packages firmware)
|
#:use-module (gnu packages firmware)
|
||||||
|
#:use-module (gnu packages fonts)
|
||||||
#:use-module (gnu packages fontutils)
|
#:use-module (gnu packages fontutils)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages gdb)
|
#:use-module (gnu packages gdb)
|
||||||
|
|
@ -2084,7 +2085,7 @@ activities effectively, without being distracting.")
|
||||||
(define-public plasma-integration
|
(define-public plasma-integration
|
||||||
(package
|
(package
|
||||||
(name "plasma-integration")
|
(name "plasma-integration")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
|
@ -2092,10 +2093,12 @@ activities effectively, without being distracting.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ahzckvc69wk2rx73sl40h0in1y7ny0vm0i7lbrrcggv1v36dwp3"))))
|
"0108pzfjwd84ysysq705k8ccy4hi9mmx412ll3d751dc50lj6np1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;TODO: Failing tests
|
(list #:qtbase qtbase
|
||||||
|
#:configure-flags #~(list "-DBUILD_QT5=OFF")
|
||||||
|
#:tests? #f ;TODO: Failing tests
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
|
@ -2109,20 +2112,27 @@ activities effectively, without being distracting.")
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
(inputs (list breeze
|
(inputs (list breeze
|
||||||
kconfig
|
kconfig
|
||||||
kio
|
|
||||||
ki18n
|
|
||||||
kwidgetsaddons
|
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
|
kguiaddons
|
||||||
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
|
kio
|
||||||
knotifications
|
knotifications
|
||||||
|
kstatusnotifieritem
|
||||||
|
kwayland
|
||||||
|
kwidgetsaddons
|
||||||
|
kxmlgui
|
||||||
libxcb
|
libxcb
|
||||||
libxcursor
|
libxcursor
|
||||||
|
libxkbcommon
|
||||||
plasma-wayland-protocols
|
plasma-wayland-protocols
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtquickcontrols2-5
|
qtwayland
|
||||||
qtwayland-5
|
wayland
|
||||||
qtx11extras
|
xdg-desktop-portal-kde
|
||||||
wayland))
|
font-google-noto-sans-cjk
|
||||||
|
font-google-noto-emoji
|
||||||
|
font-hack))
|
||||||
(home-page "https://invent.kde.org/plasma/plasma-integration")
|
(home-page "https://invent.kde.org/plasma/plasma-integration")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Qt Platform Theme integration plugins for the Plasma workspaces")
|
"Qt Platform Theme integration plugins for the Plasma workspaces")
|
||||||
|
|
|
||||||
Reference in a new issue