mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: akonadi-contacts: Update to 24.05.2.
* gnu/packages/kde-pim.scm (akonadi-contacts): Update to 24.05.2. [inputs]: Remove grantlee, libkleo and qtbase-5; add ktexttemplate, ktextaddons, and ktexteditor. [arguments]: Set #:qtbase to qtbase. Change-Id: Ibaf05cc93e94c5edaa2b7f4cc34d686d223c80c1
This commit is contained in:
parent
ed72b36492
commit
20851efdd3
1 changed files with 7 additions and 5 deletions
|
@ -183,21 +183,20 @@ (define-public akonadi-calendar
|
|||
(define-public akonadi-contacts
|
||||
(package
|
||||
(name "akonadi-contacts")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/akonadi-contacts-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10vlzj56ps1pysf7g6i14v8wp2wkxh53055r2v4iq4cpq3mzayc6"))))
|
||||
(base32 "1207dgilr5y4b3g3fk2ywyvb6mryq2xrpkhi6cyhgn8k84q201fn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list akonadi
|
||||
boost
|
||||
grantlee
|
||||
grantleetheme
|
||||
kauth
|
||||
kcmutils
|
||||
|
@ -215,14 +214,17 @@ (define-public akonadi-contacts
|
|||
kmime
|
||||
kservice
|
||||
ktextwidgets
|
||||
ktexttemplate
|
||||
ktextaddons
|
||||
ktexteditor
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkleo
|
||||
prison
|
||||
kio
|
||||
qtbase-5
|
||||
solid
|
||||
sonnet))
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
|
||||
(synopsis "Akonadi contacts access library")
|
||||
(description "Akonadi Contacts is a library that effectively bridges the
|
||||
|
|
Loading…
Reference in a new issue