mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kde-frameworkintegration: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.3.0. [inputs]: Remove qtbase-5 and qtx11extras; add packagekit-qt6, appstream-qt6, and qtbase. [arguments]: Use Gexps. [synopsis]: Adjust it. Change-Id: Ia3df0049bcd55d56e107826b9af146c93cf68677
This commit is contained in:
parent
8ce104cec2
commit
d8ac6016d5
1 changed files with 14 additions and 14 deletions
|
@ -3585,7 +3585,7 @@ applications.")
|
||||||
(define-public kde-frameworkintegration
|
(define-public kde-frameworkintegration
|
||||||
(package
|
(package
|
||||||
(name "kde-frameworkintegration")
|
(name "kde-frameworkintegration")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3594,12 +3594,13 @@ applications.")
|
||||||
"frameworkintegration-" version ".tar.xz"))
|
"frameworkintegration-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dqgzhhh8gnvl8jsvh2i6pjn935d61avh63b4z9kpllhvp9a2lnd"))))
|
"0zscmn1hvv0y7j5r22r6cdmqznkv7h0s6v7a4wmpjgrpnd8haw4l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
;; TODO: Optional packages not yet in Guix: packagekitqt5, AppStreamQt
|
(inputs (list packagekit-qt6
|
||||||
(inputs (list kconfig
|
appstream-qt6
|
||||||
|
kconfig
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
@ -3609,18 +3610,17 @@ applications.")
|
||||||
knotifications
|
knotifications
|
||||||
kpackage
|
kpackage
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
qtbase-5
|
qtbase))
|
||||||
qtx11extras))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list #:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
;; Make Qt render "offscreen", required for tests
|
;; Make Qt render "offscreen", required for tests
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
|
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "KDE Frameworks 5 workspace and cross-framework integration plugins")
|
(synopsis "KDE Frameworks 6 workspace and cross-framework integration plugins")
|
||||||
(description "Framework Integration is a set of plugins responsible for
|
(description "Framework Integration is a set of plugins responsible for
|
||||||
better integration of Qt applications when running on a KDE Plasma
|
better integration of Qt applications when running on a KDE Plasma
|
||||||
workspace.")
|
workspace.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue