me
/
guix
Archived
1
0
Fork 0

gnu: bluedevil: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (bluedevil): Update to 6.1.2.
[inputs]: Remove plasma-framework and qtdeclarative-5; add kirigami,
kjobwidgets, ksvg, libplasma, and qtdeclarative.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I1621646c5f022fc81dfa5d5e566d591e65e04804
master
Zheng Junjie 2024-07-06 12:27:10 +08:00
parent f6a31edd03
commit 6bd56cfdae
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 5 deletions

View File

@ -86,29 +86,33 @@
(define-public bluedevil (define-public bluedevil
(package (package
(name "bluedevil") (name "bluedevil")
(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
"0ddzcarn06rvhbmvm9x737ba9ycxcvg030892nh6izgfrjlaxhfb")))) "1ss1xdrpq9yjcic9xmr6x3j5slj5l4mjw381fsgdb5sf7s0ypy9b"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules pkg-config qttools-5)) (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules pkg-config qttools))
(inputs (list kcoreaddons (inputs (list kcoreaddons
kcmutils kcmutils
kirigami
kwidgetsaddons kwidgetsaddons
kdbusaddons kdbusaddons
kjobwidgets
ksvg
knotifications knotifications
kwindowsystem kwindowsystem
plasma-framework libplasma
ki18n ki18n
kio kio
kdeclarative kdeclarative
bluez-qt bluez-qt
shared-mime-info shared-mime-info
qtdeclarative-5)) qtdeclarative))
(synopsis "Manage the Bluetooth settings from Plasma") (synopsis "Manage the Bluetooth settings from Plasma")
(description (description
"This package provides Bluetooth manager for Plasma Shell.") "This package provides Bluetooth manager for Plasma Shell.")