gnu: kaddressbook: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kaddressbook): Update to 24.05.2. [inputs]: Remove gpgme, grantlee, qgpgme, and qtbase-5; add gpgme-1.23 and qgpgme-qt6-1.23. [arguments]: Set #:qtbase to qtbase. Change-Id: I9d2ae96feb1efa9d075bc3dcbdcec0bfad0556f1
This commit is contained in:
parent
e1110184ff
commit
73986ee4cd
1 changed files with 5 additions and 6 deletions
|
@ -498,14 +498,14 @@ information.")
|
||||||
(define-public kaddressbook
|
(define-public kaddressbook
|
||||||
(package
|
(package
|
||||||
(name "kaddressbook")
|
(name "kaddressbook")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kaddressbook-" version ".tar.xz"))
|
"/src/kaddressbook-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zjbri91dh9vnwi6jqkbmyq667yzn8g4kw5v47qn8id2629zj6jq"))))
|
(base32 "1g5qkg3m7djqrq28ypv998yp45kzldd3jss37ygdnbqwr5i4wjb8"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -515,8 +515,7 @@ information.")
|
||||||
akonadi-mime
|
akonadi-mime
|
||||||
akonadi-search
|
akonadi-search
|
||||||
boost
|
boost
|
||||||
gpgme
|
gpgme-1.23
|
||||||
grantlee
|
|
||||||
grantleetheme
|
grantleetheme
|
||||||
kcalendarcore
|
kcalendarcore
|
||||||
kcmutils
|
kcmutils
|
||||||
|
@ -541,8 +540,8 @@ information.")
|
||||||
libkleo
|
libkleo
|
||||||
breeze-icons ; default icon set, required for tests
|
breeze-icons ; default icon set, required for tests
|
||||||
prison
|
prison
|
||||||
qgpgme
|
qgpgme-qt6-1.23))
|
||||||
qtbase-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://kontact.kde.org/components/kaddressbook/")
|
(home-page "https://kontact.kde.org/components/kaddressbook/")
|
||||||
(synopsis "Address Book application to manage your contacts")
|
(synopsis "Address Book application to manage your contacts")
|
||||||
(description "KAddressBook stores all the personal details of your family,
|
(description "KAddressBook stores all the personal details of your family,
|
||||||
|
|
Reference in a new issue