This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new f3afb70007 gnu: Remove akonadi-notes.
f3afb70007 is described below

commit f3afb70007afb2fbdec345d5f485e3295555d013
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jan 7 15:16:00 2026 +0100

    gnu: Remove akonadi-notes.
    
    * gnu/packages/kde-pim.scm (akonadi-notes): Delete variable.
    
    Fixes: guix/guix#4145
    Change-Id: Iadf1b70a4cecd214b15e8f6f53ef3ce54229de22
---
 gnu/packages/kde-pim.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 5adbb13168..8d4de80700 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")

Reply via email to