From 1cad80a9ac739bb41128398d2795254236ea9e07 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 29 Oct 2025 10:44:05 +0100 Subject: [PATCH] gnu: Remove knotes. * gnu/packages/kde-pim.scm (knotes): Delete variable. Fixes: guix/guix#3043 Change-Id: I0213e14c46072bf51c23615d4aedfda81553e244 --- gnu/packages/kde-pim.scm | 72 ---------------------------------------- 1 file changed, 72 deletions(-) diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 030fedec7133d1299ed978ccaadcd87be30868e9..1ba0d9ed38a68d595a10928efeb206a9c669ea21 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -2080,78 +2080,6 @@ US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets.") (license license:lgpl2.0+))) -(define-public knotes - (package - (name "knotes") - (version "24.05.2") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/knotes-" version ".tar.xz")) - (sha256 - (base32 "14nm2s86hqvvg0wyg8q5dd273dpppqw692h3mzya5mfg3j7acvaf")))) - (build-system qt-build-system) - (native-inputs - (list extra-cmake-modules kdoctools libxslt)) - (inputs - (list akonadi - akonadi-contacts - akonadi-mime - akonadi-notes - akonadi-search - boost - breeze-icons ; default icon set, required for tests - grantleetheme - kcalendarcore - kcalutils - kcmutils - kcompletion - kconfig - kconfigwidgets - kcontacts - kcoreaddons - kcrash - kdnssd - kglobalaccel - kiconthemes - kimap - kitemmodels - kitemviews - kmime - knewstuff - knotifications - knotifyconfig - kontactinterface - kparts - kpimcommon - kpimtextedit - kstatusnotifieritem - ktextaddons - ktextwidgets - ktexttemplate - kwidgetsaddons - kwindowsystem - kxmlgui - kxmlgui - libkdepim - qtwayland)) - (arguments (list #:qtbase qtbase)) - (home-page "https://apps.kde.org/knotes/") - (synopsis "Note-taking utility") - (description "KNotes lets you write the computer equivalent of sticky -notes. The notes are saved automatically when you exit the program, and they -display when you open the program. - -Features: -@itemize -@item Write notes in your choice of font and background color -@item Use drag and drop to email your notes -@item Can be dragged into Calendar to book a time-slot -@item Notes can be printed -@end itemize") - (license (list license:gpl2+ license:lgpl2.0+)))) - (define-public kontactinterface (package (name "kontactinterface")