mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: milou: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (milou): Update to 6.1.2. [inputs]: Remove plasma-framework and qtdeclarative-5; add libplasma, ksvg, and qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: Ifa4796a6dd72d4665aca4bbc34a38c08a7aad593
This commit is contained in:
parent
3a422dd417
commit
ef615567ac
1 changed files with 6 additions and 4 deletions
|
@ -1527,7 +1527,7 @@ (define-public lightly
|
|||
(define-public milou
|
||||
(package
|
||||
(name "milou")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1535,7 +1535,7 @@ (define-public milou
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lq8m72nwink8x46m8qd5zdkadym1kc70ipnkb04b16mr7zhnsc1"))))
|
||||
"15vr74s66aj617vh0szf6r3s5iffbg8mwchf1kkvhbw5fnw912lm"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons
|
||||
|
@ -1543,10 +1543,12 @@ (define-public milou
|
|||
kdeclarative
|
||||
kitemmodels
|
||||
kservice
|
||||
plasma-framework
|
||||
libplasma
|
||||
kwindowsystem
|
||||
krunner
|
||||
qtdeclarative-5))
|
||||
ksvg
|
||||
qtdeclarative))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(synopsis "Dedicated search application built on top of Baloo")
|
||||
(description "This package provides a dedicated search application built
|
||||
on top of Baloo.")
|
||||
|
|
Loading…
Reference in a new issue