gnu: plasma-browser-integration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-browser-integration): Update to 6.1.2. [inputs]: Remove kactivities and qtdeclarative-5; add plasma-activities, kstatusnotifieritem, and qtdeclarative. [arguments]: Set #:qtbase to qtbase. [description]: Adjust it. Change-Id: I21743105ad8894b2b1ecdf508ce3d2b48fba1a0f
This commit is contained in:
parent
a9439f188b
commit
df7ac38ff5
1 changed files with 7 additions and 5 deletions
|
|
@ -1820,14 +1820,14 @@ active window on Plasma Desktop.")
|
||||||
(define-public plasma-browser-integration
|
(define-public plasma-browser-integration
|
||||||
(package
|
(package
|
||||||
(name "plasma-browser-integration")
|
(name "plasma-browser-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/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c30pdlhl452bjpdc7mwxl01hqabahyc0j1cc54liy0hla9vir9y"))))
|
"07wsbq3p55k9jha341zpxgk6v4iaj3j4agp45h32m2881fjrwb80"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
;; TODO: Figure out how to integrate this package into web browsers
|
;; TODO: Figure out how to integrate this package into web browsers
|
||||||
|
|
@ -1842,17 +1842,19 @@ active window on Plasma Desktop.")
|
||||||
knotifications
|
knotifications
|
||||||
kitemmodels
|
kitemmodels
|
||||||
krunner
|
krunner
|
||||||
kactivities
|
plasma-activities
|
||||||
purpose
|
purpose
|
||||||
kfilemetadata
|
kfilemetadata
|
||||||
kjobwidgets
|
kjobwidgets
|
||||||
qtdeclarative-5))
|
kstatusnotifieritem
|
||||||
|
qtdeclarative))
|
||||||
(propagated-inputs (list plasma-workspace))
|
(propagated-inputs (list plasma-workspace))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/plasma/plasma-browser-integration")
|
(home-page "https://invent.kde.org/plasma/plasma-browser-integration")
|
||||||
(synopsis "Integrate browsers into the Plasma Desktop")
|
(synopsis "Integrate browsers into the Plasma Desktop")
|
||||||
(description
|
(description
|
||||||
"This package aims to provide better integration of web browsers with
|
"This package aims to provide better integration of web browsers with
|
||||||
the KDE Plasma 5 desktop.")
|
the KDE Plasma 6 desktop.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public plasma-desktop
|
(define-public plasma-desktop
|
||||||
|
|
|
||||||
Reference in a new issue