diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-05 17:21:07 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-01-05 17:21:07 +0100 |
| commit | d12619fa3b683c80719deeb209f72bf03f7973d4 (patch) | |
| tree | 0b4d1f0fe4d9353cc11b2f67861fdf3298cfc7cd | |
| parent | 191e59bc1c02e88655cceb805a3349a1f0ea11c0 (diff) | |
gnu: Remove akonadi-notes.
* gnu/packages/kde-pim.scm (akonadi-notes): Delete variable.
Change-Id: I4cc4f4afbbcddd51a851c71d7d1504ab54e41bfe
| -rw-r--r-- | gnu/packages/kde-pim.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 5adbb131685..8d4de807001 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -435,32 +435,6 @@ with emails through Akonadi easier.") (license ;; GPL for programs, LGPL for libraries (list license:gpl2+ license:lgpl2.0+)))) -(define-public akonadi-notes - (package - (name "akonadi-notes") - (version "24.08.3") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/akonadi-notes-" version ".tar.xz")) - (sha256 - (base32 "1ppgdwjg9w4igwqf1b0b1xzbc1c4j3z67ha9381ncklpd227nxvq")))) - (build-system qt-build-system) - (native-inputs - (list extra-cmake-modules)) - (inputs - (list akonadi kcodecs ki18n kmime)) - (arguments (list #:qtbase qtbase)) - (home-page "https://api.kde.org/kdepim/akonadi/html/index.html") - (synopsis "Akonadi notes access library") - (description "Akonadi Notes is a library that effectively bridges the -type-agnostic API of the Akonadi client libraries and the domain-specific -KMime library. It provides a helper class for note attachments and for -wrapping notes into KMime::Message objects.") - (license ;; GPL for programs, LGPL for libraries - (list license:gpl2+ license:lgpl2.0+)))) - (define-public akonadi-search (package (name "akonadi-search") |
