me
/
guix
Archived
1
0
Fork 0

gnu: libkgapi: Update to 24.05.2.

* gnu/packages/kde-pim.scm (libkgapi): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, qtwebchannel-5, and qtwebengine-5;
add qtdeclarative, qtwebchannel, and qtwebengine.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I204bae9522537a1b8e49eeab6d901fef4026d5c2
master
Zheng Junjie 2024-07-06 16:22:35 +08:00
parent fc289b3397
commit cdcd2ef33a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 8 additions and 8 deletions

View File

@ -2130,17 +2130,17 @@ and allows one to view/extract message formatted text in Rich Text Format.")
(define-public libkgapi
(package
(name "libkgapi")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkgapi-" version ".tar.xz"))
(sha256
(base32 "18jcrp7qi35zxzb4b7mn6519bjw47s7kwfahd6a50p40j17k09bs"))))
(base32 "0j0rbzwcjq4wjrrk0vhkifa8ahmmrpfy039fpf3gy237k5ncj5y3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
(list extra-cmake-modules qttools))
(inputs
(list cyrus-sasl
ki18n
@ -2149,12 +2149,12 @@ and allows one to view/extract message formatted text in Rich Text Format.")
kio
kwallet
kwindowsystem
qtbase-5
qtdeclarative-5
qtwebchannel-5
qtwebengine-5))
qtdeclarative
qtwebchannel
qtwebengine))
(arguments
`(#:tests? #f)) ;; TODO 6/48 tests fail
(list #:qtbase qtbase
#:tests? #f)) ;; TODO 6/48 tests fail
(home-page "https://invent.kde.org/pim/libkgapi")
(synopsis "Library for accessing various Google services via their public
API")