me
/
guix
Archived
1
0
Fork 0

gnu: Add milou.

* gnu/packages/kde-plasma.scm (milou): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-08-26 08:01:45 +02:00 committed by Marius Bakke
parent 10dad3a1fd
commit c106297111
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 29 additions and 0 deletions

View File

@ -854,6 +854,35 @@ KDE Frameworks components.")
"This package provides a daemon that listens to system notifications.")
(license license:gpl2+)))
(define-public milou
(package
(name "milou")
(version "5.25.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
version "/" name "-"
version ".tar.xz"))
(sha256
(base32
"0ijdbiq169sy47g0x22pj9x6abldpfxcnski4w1jh9hi9qz1rc25"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons
ki18n
kdeclarative
kitemmodels
kservice
plasma-framework
kwindowsystem
krunner
qtdeclarative-5))
(synopsis "Dedicated search application built on top of Baloo")
(description "This package provides a dedicated search application built
on top of Baloo.")
(home-page "https://invent.kde.org/plasma/milou")
(license (list license:gpl2+))))
(define-public oxygen-sounds
(package
(name "oxygen-sounds")