mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kcalutils: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kcalutils): Update to 24.05.2. [inputs]: Remove grantlee and qtbase-5; add ktexttemplate. [arguments]: Set #:qtbase to qtbase. Change-Id: Ifab1b8a84be1e47839dde85bbe32211a0ee1c2c4
This commit is contained in:
parent
1540ee063b
commit
e840fa3f06
1 changed files with 7 additions and 7 deletions
|
@ -768,19 +768,19 @@ (define-public kcalendarsupport
|
|||
(define-public kcalutils
|
||||
(package
|
||||
(name "kcalutils")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kcalutils-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1j7f5ai25zcxggw3dvky624asxim5bkd6a35rcdzkjhj1qwk3vll"))))
|
||||
(base32 "1hiygvhw9nmqsz7pca6za9as06m8l0wsv78ski6gcjwzpi7qh0vq"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules libxml2)) ;; xmllint required for tests
|
||||
(inputs
|
||||
(list grantlee
|
||||
(list breeze-icons ; default icon set, required for tests
|
||||
kcalendarcore
|
||||
kcodecs
|
||||
kconfig
|
||||
|
@ -791,11 +791,11 @@ (define-public kcalutils
|
|||
kidentitymanagement
|
||||
kpimtextedit
|
||||
ktextwidgets
|
||||
kwidgetsaddons
|
||||
breeze-icons ; default icon set, required for tests
|
||||
qtbase-5))
|
||||
ktexttemplate
|
||||
kwidgetsaddons))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; TODO: seem to pull in some wrong theme
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f)) ;; TODO: seem to pull in some wrong theme
|
||||
(home-page "https://api.kde.org/kdepim/kcalutils/html/index.html")
|
||||
(synopsis "Library with utility functions for the handling of calendar
|
||||
data")
|
||||
|
|
Loading…
Reference in a new issue