me
/
guix
Archived
1
0
Fork 0

gnu: akonadi: Update to 24.05.2.

* gnu/packages/kde-pim.scm (akonadi): Update to 24.05.2.
[inputs]: Remove libaccounts-qt and qtbase-5; add libaccounts-qt6.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I696e0e704db3524af7ebafb5ee4bd5408920c61f
master
Zheng Junjie 2024-07-06 20:05:14 +08:00
parent da4f43cb36
commit 84bc2cd073
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 7 additions and 7 deletions

View File

@ -54,14 +54,14 @@
(define-public akonadi (define-public akonadi
(package (package
(name "akonadi") (name "akonadi")
(version "23.04.3") (version "24.05.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" (uri (string-append "mirror://kde/stable/release-service/"
version "/src/akonadi-" version ".tar.xz")) version "/src/akonadi-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0jpp91d5rlblq6r981wxizmsv512kc43lfk8y29bdky6j4idflrb")) "0ygxj2hhslg5frarwhmdqqhvd37kzcgm60krs979f378dkj6cyc8"))
(patches (search-patches "akonadi-paths.patch" (patches (search-patches "akonadi-paths.patch"
"akonadi-timestamps.patch" "akonadi-timestamps.patch"
"akonadi-not-relocatable.patch")))) "akonadi-not-relocatable.patch"))))
@ -69,12 +69,12 @@
(native-inputs (native-inputs
(list dbus (list dbus
extra-cmake-modules extra-cmake-modules
qttools-5 qttools
shared-mime-info shared-mime-info
pkg-config)) pkg-config))
(inputs (inputs
(list boost (list boost
libaccounts-qt libaccounts-qt6
kconfig kconfig
kconfigwidgets kconfigwidgets
kcoreaddons kcoreaddons
@ -92,11 +92,11 @@
;; Do NOT add mysql or postgresql to the inputs. Otherwise the binaries ;; Do NOT add mysql or postgresql to the inputs. Otherwise the binaries
;; and wrapped files will refer to them, even if the user choices none ;; and wrapped files will refer to them, even if the user choices none
;; of these. Executables are searched on $PATH then. ;; of these. Executables are searched on $PATH then.
signond signond))
qtbase-5))
(propagated-inputs (list sqlite kaccounts-integration)) (propagated-inputs (list sqlite kaccounts-integration))
(arguments (arguments
(list #:tests? #f (list #:qtbase qtbase
#:tests? #f
#:configure-flags #~'("-DDATABASE_BACKEND=SQLITE") ;lightweight #:configure-flags #~'("-DDATABASE_BACKEND=SQLITE") ;lightweight
#:modules `((ice-9 textual-ports) #:modules `((ice-9 textual-ports)
,@%qt-build-system-modules) ,@%qt-build-system-modules)