summaryrefslogtreecommitdiff
path: root/gnu/packages/kde.scm
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-09-30 16:14:36 +0530
committerAndreas Enge <andreas@enge.fr>2025-10-17 11:26:35 +0200
commitb5c1dd4bf67ca2eec8b4a4eba416934ee6980906 (patch)
tree0fc53d5af64ead359fa57f5dbf10c5d0146d11a1 /gnu/packages/kde.scm
parent5d488e8012b136a2f982d15988a8886072cd9137 (diff)
gnu: akregator: Move to kde-pim.scm.
* gnu/packages/kde.scm (akregator): Remove variable. * gnu/packages/kde-pim.scm (akregator): New variable. Change-Id: I9c1199ebc38ddc40321d2d74a30be26f498f86b1
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r--gnu/packages/kde.scm62
1 files changed, 0 insertions, 62 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index a317fecedd6..5cfed27982f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -154,68 +154,6 @@ This package contains GUI widgets for baloo.")
(description "This package provides a non-blocking Qt database framework.")
(license license:lgpl2.1+)))
-(define-public akregator
- (package
- (name "akregator")
- (version "24.12.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/akregator-" version ".tar.xz"))
- (sha256
- (base32 "0gimz1k5yzkmpn4mq1dfvx3x5n6y7jmm74npy2mn3mdmi9lrg6hh"))))
- (build-system qt-build-system)
- (arguments
- (list #:qtbase qtbase))
- (native-inputs
- (list extra-cmake-modules kdoctools))
- (inputs
- (list akonadi
- akonadi-contacts
- akonadi-mime
- bash-minimal
- boost
- breeze-icons
- gpgme
- grantleetheme
- kcmutils
- kcontacts
- kcrash
- kiconthemes
- kimap
- kitemmodels
- kmessagelib
- kmime
- knotifications
- knotifyconfig
- kontactinterface
- kpimcommon
- kpimtextedit
- kquickcharts
- kstatusnotifieritem
- ktextaddons
- ktexteditor
- ktextwidgets
- kuserfeedback
- libkdepim
- libkleo
- qgpgme-qt6
- qtdeclarative
- qtwebchannel
- qtwebengine
- syndication))
- (home-page "https://apps.kde.org/en/akregator")
- (synopsis "KDE Feed Reader")
- (description
- "Akregator is a news feed reader. It enables you to follow news
-sites, blogs and other RSS/Atom-enabled websites without the need to manually
-check for updates using a web browser. Akregator is designed to be both easy to
-use and to be powerful enough to read hundreds of news sources conveniently.
-It comes with a fast search, advanced archiving functionality and an internal
-browser for easy news reading.")
- (license license:gpl2+)))
-
(define-public gwenview
(package
(name "gwenview")