[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/178: gnu: milou: Update to 6.0.4.
From: |
guix-commits |
Subject: |
144/178: gnu: milou: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 578a58352636ec0f49df50a60d25f8939c412724
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 22:50:37 2024 +0800
gnu: milou: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (milou): Update to 6.0.4.
[inputs]: Add ksvg. Use kcoreaddons-6, ki18n-6, kdeclarative-6,
kitemmodels-6,
kservice-6, libplasma, kwindowsystem-6, krunner-6 and qtdeclarative replace
kcoreaddons, ki18n, kdeclarative, kitemmodels, kservice, plasma-framework,
kwindowsystem, krunner and qtdeclarative-5.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I97548fc59ddd33eb43008644b0a5cca0bad767d2
---
gnu/packages/kde-plasma.scm | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index cdbf557315..99e72172bb 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1516,7 +1516,7 @@ and minimalistic.")
(define-public milou
(package
(name "milou")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1524,18 +1524,20 @@ and minimalistic.")
version ".tar.xz"))
(sha256
(base32
- "0lq8m72nwink8x46m8qd5zdkadym1kc70ipnkb04b16mr7zhnsc1"))))
+ "1zz17i1dqfm14adn515vdc1yckg0qykfl1grgk3wf3g19423x30w"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
- (inputs (list kcoreaddons
- ki18n
- kdeclarative
- kitemmodels
- kservice
- plasma-framework
- kwindowsystem
- krunner
- qtdeclarative-5))
+ (inputs (list kcoreaddons-6
+ ki18n-6
+ kdeclarative-6
+ kitemmodels-6
+ kservice-6
+ libplasma
+ kwindowsystem-6
+ krunner-6
+ 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.")
- 89/178: gnu: poxml: Update to 24.02.2., (continued)
- 89/178: gnu: poxml: Update to 24.02.2., guix-commits, 2024/06/17
- 83/178: gnu: Add kde-frameworkintegration-6., guix-commits, 2024/06/17
- 91/178: gnu: bluedevil: Update to 6.0.4., guix-commits, 2024/06/17
- 94/178: gnu: layer-shell-qt: Update to 6.0.4., guix-commits, 2024/06/17
- 168/178: gnu: kdf: Update to 24.02.2., guix-commits, 2024/06/17
- 170/178: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/17
- 172/178: gnu: sweeper: Update to 24.02.2., guix-commits, 2024/06/17
- 171/178: gnu: kdebugsettings: Update to 24.02.2., guix-commits, 2024/06/17
- 22/178: gnu: Add kwindowsystem-6., guix-commits, 2024/06/17
- 111/178: gnu: Add python-pygdbmi., guix-commits, 2024/06/17
- 144/178: gnu: milou: Update to 6.0.4.,
guix-commits <=
- 149/178: gnu: kinfocenter: Update to 6.0.4., guix-commits, 2024/06/17
- 157/178: gnu: Add sddm-qt5., guix-commits, 2024/06/17
- 161/178: gnu: libkomparediff2: Update to 24.02.2., guix-commits, 2024/06/17
- 165/178: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/06/17
- 167/178: gnu: plasma: Update to 6.0.4., guix-commits, 2024/06/17
- 173/178: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/17
- 176/178: gnu: kbackup: Update to 24.02.2., guix-commits, 2024/06/17
- 28/178: gnu: Add threadweaver-6., guix-commits, 2024/06/17
- 32/178: gnu: Add kcrash-6., guix-commits, 2024/06/17
- 38/178: gnu: Add polkit-qt6., guix-commits, 2024/06/17