mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove kwayland-integration.
* gnu/packages/kde-plasma.scm (kwayland-integration): Delete variable. Change-Id: I23dc72abb280679b60418293faf107c0f6b80545
This commit is contained in:
parent
2ddbccc761
commit
e2cf2c8c6f
1 changed files with 0 additions and 45 deletions
|
|
@ -1455,51 +1455,6 @@ you login.")
|
|||
(home-page "https://invent.kde.org/plasma/kwallet-pam")
|
||||
(license (list license:lgpl2.1+))))
|
||||
|
||||
(define-public kwayland-integration
|
||||
(package
|
||||
(name "kwayland-integration")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
version "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01jxpl0zbz8pbnrbxw9bnn148mr03rrf86ryl627cqx8k4p9842d"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(delete 'check)
|
||||
(add-after 'install 'check-after-install
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(setenv "HOME" (getcwd))
|
||||
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(invoke "ctest"))))
|
||||
(add-before 'check-after-install 'check-setup
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(setenv "QT_PLUGIN_PATH"
|
||||
(string-append #$output
|
||||
"/lib/qt5/plugins:"
|
||||
(getenv "QT_PLUGIN_PATH"))))))))
|
||||
(native-inputs (list extra-cmake-modules wayland-protocols pkg-config))
|
||||
(inputs (list kguiaddons-5
|
||||
kidletime-5
|
||||
kwindowsystem-5
|
||||
kwayland-5
|
||||
libxkbcommon
|
||||
wayland
|
||||
plasma-wayland-protocols
|
||||
qtbase-5
|
||||
qtwayland-5))
|
||||
(synopsis "KWayland runtime integration plugins")
|
||||
(description "This package provides Wayland integration plugins for various
|
||||
KDE Frameworks components.")
|
||||
(home-page "https://invent.kde.org/plasma/kwayland-integration")
|
||||
(license (list license:lgpl2.1 license:lgpl3))))
|
||||
|
||||
(define-public kwin
|
||||
(package
|
||||
(name "kwin")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue