gnu: akonadi: Update home-page.

* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to
new home-page.
This commit is contained in:
Efraim Flashner 2020-08-19 16:08:46 +03:00
parent b06dc2bbd1
commit 433309d92e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -154,7 +154,7 @@ (define-public akonadi-calendar
("qtbase" ,qtbase))) ("qtbase" ,qtbase)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 1/1 test fails `(#:tests? #f)) ;; TODO: 1/1 test fails
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Library providing calendar helpers for Akonadi items") (synopsis "Library providing calendar helpers for Akonadi items")
(description "This library manages calendar specific actions for (description "This library manages calendar specific actions for
collection and item views.") collection and item views.")
@ -199,7 +199,7 @@ (define-public akonadi-contacts
("qtbase" ,qtbase) ("qtbase" ,qtbase)
("solid" ,solid) ("solid" ,solid)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi contacts access library") (synopsis "Akonadi contacts access library")
(description "Akonadi Contacts is a library that effectively bridges the (description "Akonadi Contacts is a library that effectively bridges the
type-agnostic API of the Akonadi client libraries and the domain-specific type-agnostic API of the Akonadi client libraries and the domain-specific
@ -241,7 +241,7 @@ (define-public akonadi-mime
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -284,7 +284,7 @@ (define-public akonadi-notes
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kmime" ,kmime) ("kmime" ,kmime)
("qtbase" ,qtbase))) ("qtbase" ,qtbase)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi notes access library") (synopsis "Akonadi notes access library")
(description "Akonadi Notes is a library that effectively bridges the (description "Akonadi Notes is a library that effectively bridges the
type-agnostic API of the Akonadi client libraries and the domain-specific type-agnostic API of the Akonadi client libraries and the domain-specific
@ -341,7 +341,7 @@ (define-public akonadi-search
(replace 'check (replace 'check
(lambda _ (lambda _
(invoke "dbus-launch" "ctest")))))) (invoke "dbus-launch" "ctest"))))))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi search library") (synopsis "Akonadi search library")
(description "This package provides a library used to search in the (description "This package provides a library used to search in the
Akonadi PIM data server. It uses Xapian for indexing and querying.") Akonadi PIM data server. It uses Xapian for indexing and querying.")