From 0d3d6fd71b94268ca7a5add1f39205be73586e15 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Thu, 14 Oct 2021 18:25:20 +1100 Subject: gnu: libgravatar: Move to (gnu packages kde-pim). Remove uneeded (gnu packages kde-internet) import. * gnu/packages/kde-internet.scm: Move libgravatar ... * gnu/packages/kde-pim.scm ...here Signed-off-by: Marius Bakke --- gnu/packages/kde-internet.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'gnu/packages/kde-internet.scm') diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 35d41887c2..25a177965a 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -415,38 +415,6 @@ multiple torrents at the same time and comes with extended features to make it a full-featured client for BitTorrent.") (license license:gpl2+))) -(define-public libgravatar - (package - (name "libgravatar") - (version "20.04.1") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/libgravatar-" version ".tar.xz")) - (sha256 - (base32 "0981ci2kr20v4fk11h57rqya0brgslfazpgq1yk5yqiwyqqm49r2")))) - (build-system qt-build-system) - (native-inputs - (list extra-cmake-modules)) - (inputs - (list kconfig - ki18n - kio - kpimcommon - ktextwidgets - kwidgetsaddons - qtbase-5)) - (arguments - `(#:tests? #f)) ;; 2/7 tests fail (due to network issues?) - (home-page "https://invent.kde.org/pim/libgravatar") - (synopsis "Online avatar lookup library") - (description "This library retrieves avatar images based on a -hash from a person's email address, as well as local caching to avoid -unnecessary network operations.") - (license ;; GPL for programs, LGPL for libraries - (list license:gpl2+ license:lgpl2.0+)))) - (define-public libktorrent (package (name "libktorrent") -- cgit v1.2.3 From 56d0494512518c1de066c35510aac5d049d35bdc Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Thu, 3 Feb 2022 19:42:15 +1100 Subject: gnu: KDE Internet: Update all packages to 21.12.3. * gnu/packages/kde-internet.scm (kget, konversation, kopete, krdc, ktorrent, libktorrent): Update to 21.12.3. (kget)[inputs]: Move kdoctools to native-inputs. [arguments]: Disable broken tests. (kopete)[inputs]: Add ksyntaxhighlighting, mediastreamer2. (krdc)[arguments]: Add new dependencies. (ktorrent)[origin]: Update URI. [inputs]: Remove obsolete kdewebkit. Signed-off-by: Marius Bakke --- gnu/packages/kde-internet.scm | 59 +++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 24 deletions(-) (limited to 'gnu/packages/kde-internet.scm') diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 25a177965a..1dfae0fefb 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2022 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -20,6 +21,7 @@ (define-module (gnu packages kde-internet) #:use-module (guix build-system qt) #:use-module (guix download) + #:use-module (guix gexp) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) @@ -46,6 +48,7 @@ #:use-module (gnu packages linphone) #:use-module (gnu packages tls) #:use-module (gnu packages video) + #:use-module (gnu packages vnc) #:use-module (gnu packages web) #:use-module (gnu packages xiph) #:use-module (gnu packages xml)) @@ -113,17 +116,17 @@ Other notable features include: (define-public kget (package (name "kget") - (version "20.04.1") + (version "21.12.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kget-" version ".tar.xz")) (sha256 - (base32 "1swx58wcig8zq8ibhczhcw7l8mqjm7pq8zca9gmny9kda5q04f5m")))) + (base32 "1w249gvzz47ac7n1mnxxf20d9l7jmbh18m5dijy55ck61s4zcq4l")))) (build-system qt-build-system) (native-inputs - (list extra-cmake-modules pkg-config)) + (list extra-cmake-modules kdoctools pkg-config)) (inputs (list boost gmp @@ -136,7 +139,6 @@ Other notable features include: kcrash kdbusaddons kdelibs4support ;; KLocale - kdoctools ki18n kiconthemes kio @@ -158,6 +160,14 @@ Other notable features include: qca qgpgme qtbase-5)) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? ;; FIXME: two tests fails. + (invoke "ctest" "-E" "(schedulertest|filedeletertest)")) + #t))))) (home-page "http://www.kde.org/") (synopsis "Versatile and user-friendly download manager") (description "KGet is an advanced download manager with support for @@ -172,14 +182,14 @@ This package is part of the KDE networking module.") (define-public konversation (package (name "konversation") - (version "1.7.7") + (version "21.12.3") (source (origin (method url-fetch) - (uri (string-append "mirror://kde/stable/konversation/" version + (uri (string-append "mirror://kde/stable/release-service/" version "/src/konversation-" version ".tar.xz")) (sha256 - (base32 "19qqq9s8k0cl71ib33xn07f26j5ji2g4336jk65im6452cf1dv27")))) + (base32 "05dxzkpadz29b5fm6pf225xqq0gaz9w50paz9341kzz4k3rnzq80")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -198,6 +208,7 @@ This package is part of the KDE networking module.") kidletime kio kitemviews + knewstuff knotifications knotifyconfig kparts @@ -242,14 +253,14 @@ Features are: (define-public kopete (package (name "kopete") - (version "20.04.1") + (version "21.12.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kopete-" version ".tar.xz")) (sha256 - (base32 "149gi9hkyl825kf046iqkam3gkzfwdc2sihbf8gs6njachzvb81y")))) + (base32 "1v519sw2lzlap6xci3j55k8c48755sc9p3mgvj566b6jjq64xi5k")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools pkg-config)) @@ -277,6 +288,7 @@ Features are: knotifyconfig kparts kpimtextedit + ksyntaxhighlighting ktexteditor kwallet ;; TODO: Libgadu @@ -287,7 +299,7 @@ Features are: libsrtp libxml2 libxslt - ;; TODO: Mediastreamer + mediastreamer2 openssl ortp phonon @@ -318,14 +330,14 @@ This package is part of the KDE networking module.") (define-public krdc (package (name "krdc") - (version "20.04.1") + (version "21.12.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/krdc-" version ".tar.xz")) (sha256 - (base32 "1hp23k3nsrcxpv2qiynjgm71zn3l6ds00cpd4frc68szgiblrw9r")))) + (base32 "09np9clvmdll7v2p9aswnlhz4cgsnly82za7k3k9fs66h5c8q20j")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -340,15 +352,16 @@ This package is part of the KDE networking module.") kiconthemes knotifications knotifyconfig - knotifyconfig kwallet kwidgetsaddons kwindowsystem kxmlgui libssh - ;; TODO: libvnc{server,client} - is not tigervnc-{server,client} + libvnc oxygen-icons ; default icon set qtbase-5)) + (arguments ;; FIXEME: libvnc can't be found for some reason. + (list #:configure-flags #~(list "-DWITH_VNC=NO"))) (home-page "https://kde.org/applications/internet/org.kde.krdc") (synopsis "Remote desktop client") (description "KRDC is a client application that allows you to view or even @@ -362,14 +375,14 @@ This package is part of the KDE networking module.") (define-public ktorrent (package (name "ktorrent") - (version "5.1.2") + (version "21.12.3") (source (origin (method url-fetch) - (uri (string-append "mirror://kde/stable/ktorrent/" version - "/ktorrent-" version ".tar.xz")) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/ktorrent-" version ".tar.xz")) (sha256 - (base32 "0kwd0npxfg4mdh7f3xadd2zjlqalpb1jxk61505qpcgcssijf534")))) + (base32 "021x6qcbk4kdh5ay5mqmf92129s42j2rhrs0q350b0wcnpad55zd")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -383,7 +396,6 @@ This package is part of the KDE networking module.") kcoreaddons kcrash kdbusaddons - kdewebkit kdnssd ki18n kiconthemes @@ -418,15 +430,14 @@ a full-featured client for BitTorrent.") (define-public libktorrent (package (name "libktorrent") - (version "2.1.1") + (version "21.12.3") (source (origin (method url-fetch) - (uri (string-append "mirror://kde//stable/ktorrent/" - (package-version ktorrent) - "/libktorrent-" version ".tar.xz")) + (uri (string-append "mirror://kde/stable/release-service/" + version "/src/" name "-" version ".tar.xz")) (sha256 - (base32 "0051zh8bb4p9wmcfn5ql987brhsaiw9880xdck7b5dm1a05mri2w")))) + (base32 "0i976al9bsc3gbplqbxkxr03sdhxv3yzjlfkdaghga8fkihzkkl0")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) -- cgit v1.2.3 From e0f9b9438f5557967f9a429f72ecdb0ebcfb89ad Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 26 Jul 2022 10:47:21 +0200 Subject: gnu: KDE Internet: Update home-page links. * gnu/packages/kde-internet.scm (konversation, kopete, krdc, ktorrent): Update home-page. Signed-off-by: Marius Bakke --- gnu/packages/kde-internet.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gnu/packages/kde-internet.scm') diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 1dfae0fefb..26f025ebc4 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2022 Brendan Tildesley +;;; Copyright © 2022 Petr Hodina ;;; ;;; This file is part of GNU Guix. ;;; @@ -172,7 +173,7 @@ Other notable features include: (synopsis "Versatile and user-friendly download manager") (description "KGet is an advanced download manager with support for Metalink and Bittorrent. Downloads are added to the list, where they can be -paused, queued, or scheduled for later. KGet supports download via FTP anf +paused, queued, or scheduled for later. KGet supports download via FTP anf HTTP(S) as well as pausing downloads. This package is part of the KDE networking module.") @@ -221,7 +222,7 @@ This package is part of the KDE networking module.") qca solid sonnet)) - (home-page "https://kde.org/applications/internet/org.kde.konversations") + (home-page "https://apps.kde.org/konversation/") (synopsis "Graphical Internet Relay Chat (IRC) client for KDE") (description "Konversation is a graphical Internet Relay Chat client (IRC) with KDE support. @@ -311,7 +312,7 @@ Features are: ;; TODO: Xmms zlib)) ;; TODO: enable video support - (home-page "https://kde.org/applications/internet/org.kde.kopete") + (home-page "https://apps.kde.org/kopete/") (synopsis "Instant messaging and chat application") (description "Kopete is an instant messenger supporting Jabber/XMPP ,AIM, ICQ, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a @@ -362,7 +363,7 @@ This package is part of the KDE networking module.") qtbase-5)) (arguments ;; FIXEME: libvnc can't be found for some reason. (list #:configure-flags #~(list "-DWITH_VNC=NO"))) - (home-page "https://kde.org/applications/internet/org.kde.krdc") + (home-page "https://apps.kde.org/krdc/") (synopsis "Remote desktop client") (description "KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible @@ -419,7 +420,7 @@ This package is part of the KDE networking module.") solid syndication taglib)) - (home-page "https://kde.org/applications/internet/org.kde.ktorrent") + (home-page "https://apps.kde.org/ktorrent/") (synopsis "BitTorrent client") (description "KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. It enables you to run -- cgit v1.2.3 From bbd7e74ee875c13796ec6493b5c49ee83158011d Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Tue, 15 Feb 2022 22:21:15 +1100 Subject: gnu: KDE: Use breeze-icons over oxygen-icons. * gnu/packages/kde-internet.scm (choqok kget konversation krdc krdc) * gnu/packages/kde-multimedia.scm (dragon elisa juk k3b kaffeine kamoso kmix kmplayer kwave) * gnu/packages/kde-pim.scm (kaddressbook kcalutils kgpg kleopatra kmail knotes korganizer) * gnu/packages/kde-systemtools.scm (dolphin dolphin-plugins khelpcenter konsole krfb ksystemlog) * gnu/packages/kde-utils.scm (kate kmag kmousetool kmouth kronometer krusader okteta rsibreak smb4k sweeper) * gnu/packages/kde.scm (kdevelop) Breeze icons replaces Oxygen icons in KDE 5, so use that in every package. Signed-off-by: Marius Bakke --- gnu/packages/kde-internet.scm | 10 +++++----- gnu/packages/kde-multimedia.scm | 18 +++++++++--------- gnu/packages/kde-pim.scm | 14 +++++++------- gnu/packages/kde-systemtools.scm | 12 ++++++------ gnu/packages/kde-utils.scm | 20 ++++++++++---------- gnu/packages/kde.scm | 2 +- 6 files changed, 38 insertions(+), 38 deletions(-) (limited to 'gnu/packages/kde-internet.scm') diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 26f025ebc4..dc5fab8a7b 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -87,7 +87,7 @@ kwidgetsaddons kxmlgui ;; TODO: telepathy - oxygen-icons ; default icon set + breeze-icons ; default icon set purpose qca qoauth @@ -157,7 +157,7 @@ Other notable features include: libktorrent ;; TODO: libmms ;; TODO: LibKWorkspace - plasma-workspace? - oxygen-icons ; default icon set + breeze-icons ; default icon set qca qgpgme qtbase-5)) @@ -216,7 +216,7 @@ This package is part of the KDE networking module.") kwallet kwidgetsaddons kwindowsystem - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon qtbase-5 qca @@ -359,7 +359,7 @@ This package is part of the KDE networking module.") kxmlgui libssh libvnc - oxygen-icons ; default icon set + breeze-icons ; default icon set qtbase-5)) (arguments ;; FIXEME: libvnc can't be found for some reason. (list #:configure-flags #~(list "-DWITH_VNC=NO"))) @@ -412,7 +412,7 @@ This package is part of the KDE networking module.") libgcrypt libktorrent ;; TODO: LibKWorkspace -> plasma-workspace? - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon qtbase-5 qtscript diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm index 6fe6db0681..2cdfc6cc11 100644 --- a/gnu/packages/kde-multimedia.scm +++ b/gnu/packages/kde-multimedia.scm @@ -122,7 +122,7 @@ This package is part of the KDE multimedia module.") kwidgetsaddons kwindowsystem kxmlgui - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon phonon-backend-gstreamer gst-plugins-base @@ -185,7 +185,7 @@ This package is part of the KDE multimedia module.") kpackage kwidgetsaddons kxmlgui - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon qtbase-5 qtdeclarative-5 @@ -281,7 +281,7 @@ This package is part of the KDE multimedia module.") kwidgetsaddons kwindowsystem kxmlgui - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon phonon-backend-gstreamer qtbase-5 @@ -446,7 +446,7 @@ variety of formats.") libsamplerate libsndfile libvorbis - oxygen-icons ; default icon set + breeze-icons ; default icon set qtbase-5 shared-mime-info solid @@ -489,7 +489,7 @@ available CD drives.") kwindowsystem kxmlgui libxscrnsaver - oxygen-icons ; default icon set + breeze-icons ; default icon set qtbase-5 qtx11extras solid @@ -542,7 +542,7 @@ autoloading of subtitle files for use while playing video.") kirigami knotifications kparts - oxygen-icons ; default icon set + breeze-icons ; default icon set purpose qtbase-5 qtdeclarative-5 @@ -590,7 +590,7 @@ camera. Use it to take pictures and make videos to share.") kwindowsystem kxmlgui libcanberra - oxygen-icons ; default icon set + breeze-icons ; default icon set plasma-framework pulseaudio qtbase-5 @@ -637,7 +637,7 @@ This package is part of the KDE multimedia module.") kmediaplayer kwidgetsaddons libxcb ;; FIXME: why does cmake not find XEVIE and XPRINT? - oxygen-icons ; default icon set + breeze-icons ; default icon set phonon qtbase-5 cairo @@ -711,7 +711,7 @@ Some features: libsamplerate libvorbis opus - oxygen-icons ; default icon set + breeze-icons ; default icon set pulseaudio qtbase-5 qtmultimedia-5 diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 1980347460..8b619ff59e 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -447,7 +447,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.") kxmlgui libkdepim libkleo - oxygen-icons ; default icon set, required for tests + breeze-icons ; default icon set, required for tests prison qgpgme qtbase-5)) @@ -606,7 +606,7 @@ calendaring applications.") kpimtextedit ktextwidgets kwidgetsaddons - oxygen-icons ; default icon set, required for tests + breeze-icons ; default icon set, required for tests qtbase-5)) (arguments `(#:tests? #f)) ;; TODO: seem to pull in some wrong theme @@ -810,7 +810,7 @@ package.") kwidgetsaddons kwindowsystem kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/kgpg/") (synopsis "Graphical front end for GNU Privacy Guard") @@ -950,7 +950,7 @@ protocol for querying and modifying directory services running over TCP/IP.") kxmlgui libassuan libkleo - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qgpgme qtbase-5)) (arguments @@ -1034,7 +1034,7 @@ and retrieving certificates from LDAP servers.") libkdepim libkleo libksieve - oxygen-icons ; default icon set, required for tests + breeze-icons ; default icon set, required for tests qgpgme qtbase-5 qtdeclarative-5 @@ -1416,7 +1416,7 @@ information in non-ASCII character sets.") kxmlgui kxmlgui libkdepim - oxygen-icons ; default icon set, required for tests + breeze-icons ; default icon set, required for tests qtbase-5 qtx11extras)) (home-page "https://apps.kde.org/knotes/") @@ -1522,7 +1522,7 @@ application \"Parts\" to be embedded as a Kontact component (or plugin).") kwindowsystem kxmlgui libkdepim - oxygen-icons ; default icon set, required for tests + breeze-icons ; default icon set, required for tests phonon qtbase-5)) (arguments diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm index 809a9ddb7a..aff22e4d28 100644 --- a/gnu/packages/kde-systemtools.scm +++ b/gnu/packages/kde-systemtools.scm @@ -74,7 +74,7 @@ ktextwidgets kuserfeedback kwindowsystem - oxygen-icons ;; default icon set + breeze-icons ;; default icon set phonon qtbase-5 solid)) @@ -117,7 +117,7 @@ The main features of Dolphin are: ktexteditor ksyntaxhighlighting kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "http://www.kde.org/") (synopsis "VCS-Plugins for Dolphin") @@ -156,7 +156,7 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.") kservice kwindowsystem libxml2 - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5 xapian)) (arguments @@ -222,7 +222,7 @@ document meta data file.") kwidgetsaddons kwindowsystem kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5 qtscript)) (arguments @@ -269,7 +269,7 @@ This package is part of the KDE base applications module.") libvnc libxcb libxtst - oxygen-icons ;; default icon set + breeze-icons ;; default icon set pipewire-0.3 plasma-wayland-protocols qtbase-5 @@ -319,7 +319,7 @@ This package is part of the KDE networking module.") ktextwidgets kwidgetsaddons kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/ksystemlog/") (synopsis "System log viewer") diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 01471236a5..a383aabc96 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -148,7 +148,7 @@ well as CD-ROM images.") plasma-framework kwindowsystem kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5 qtscript)) (arguments @@ -198,7 +198,7 @@ Kate's features include: (list ki18n kio kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set ;; TODO: QAccessibilityClient - libqaccessibilityclien qtbase-5)) (home-page "https://apps.kde.org/kmag/") @@ -237,7 +237,7 @@ artists to web-designers to people with low vision.") libxtst libxt phonon - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/kmousetool/") (synopsis "Automatic mouse click and mouse manipulation tool for the @@ -272,7 +272,7 @@ whom pressing buttons hurts.") kio kwidgetsaddons kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5 qtspeech)) (home-page "https://apps.kde.org/kmouth/") @@ -310,7 +310,7 @@ sentences to be re-spoken.") ki18n kwidgetsaddons kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/kronometer/") (synopsis "Simple stopwatch application") @@ -353,7 +353,7 @@ to save the times and resume them later.") kwidgetsaddons kwindowsystem kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5 solid zlib)) @@ -427,7 +427,7 @@ either be created or generated from a image.") kservice kwidgetsaddons kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qca qtbase-5 qtdeclarative-5 @@ -485,7 +485,7 @@ redone.") ktextwidgets kwindowsystem kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/rsibreak/") (synopsis "Assists in the Recovery and Prevention of Repetitive Strain @@ -531,7 +531,7 @@ remind you to take a break now and then.") kwindowsystem kxmlgui samba - oxygen-icons ;; default icon set + breeze-icons ;; default icon set plasma-framework qtbase-5 qtdeclarative-5 @@ -593,7 +593,7 @@ Features: kio ktextwidgets kxmlgui - oxygen-icons ;; default icon set + breeze-icons ;; default icon set qtbase-5)) (home-page "https://apps.kde.org/sweeper/") (synopsis "Temporary file and history cleaner") diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 5fcfac47a0..09c8412dd9 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -339,7 +339,7 @@ projects.") kwindowsystem kxmlgui libkomparediff2 - oxygen-icons + breeze-icons qtbase-5 qtdeclarative-5 qtquickcontrols-5 ;; not checked as requirement -- cgit v1.2.3 From 96405451edf49dd1c7696166571d621e4c43b773 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 2 Aug 2022 06:56:24 +0200 Subject: gnu: KDE Internet: Update to 22.04.3. * gnu/packages/kde-internet.scm (kget, konversation, kopete, krdc, ktorrent, libktorrent): Update to 22.04.3. (kconversation): [inputs]: Add qtmultimedia-5. Signed-off-by: Marius Bakke --- gnu/packages/kde-internet.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'gnu/packages/kde-internet.scm') diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index dc5fab8a7b..36c60b9fca 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -117,14 +117,14 @@ Other notable features include: (define-public kget (package (name "kget") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kget-" version ".tar.xz")) (sha256 - (base32 "1w249gvzz47ac7n1mnxxf20d9l7jmbh18m5dijy55ck61s4zcq4l")))) + (base32 "0rqznsyphnq0zi65wvrl9mwqm9268wgihkr104i87pp5kfiah5yp")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools pkg-config)) @@ -183,14 +183,14 @@ This package is part of the KDE networking module.") (define-public konversation (package (name "konversation") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/konversation-" version ".tar.xz")) (sha256 - (base32 "05dxzkpadz29b5fm6pf225xqq0gaz9w50paz9341kzz4k3rnzq80")))) + (base32 "08b4vnm66hbbnvkkh1p0a82pd2aj4zy5a8indfv3fzczsfpx6gp0")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -220,6 +220,7 @@ This package is part of the KDE networking module.") phonon qtbase-5 qca + qtmultimedia-5 solid sonnet)) (home-page "https://apps.kde.org/konversation/") @@ -254,14 +255,14 @@ Features are: (define-public kopete (package (name "kopete") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kopete-" version ".tar.xz")) (sha256 - (base32 "1v519sw2lzlap6xci3j55k8c48755sc9p3mgvj566b6jjq64xi5k")))) + (base32 "0fc9m2xgsjmsypqllqb3cp1y2m28dqh48r1qg2xgkfyqa70dnvp9")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools pkg-config)) @@ -331,14 +332,14 @@ This package is part of the KDE networking module.") (define-public krdc (package (name "krdc") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/krdc-" version ".tar.xz")) (sha256 - (base32 "09np9clvmdll7v2p9aswnlhz4cgsnly82za7k3k9fs66h5c8q20j")))) + (base32 "0bs8q3na924lnmra5608jwnn0dqczvh0f72nn43673ib3m1mddlr")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -376,14 +377,14 @@ This package is part of the KDE networking module.") (define-public ktorrent (package (name "ktorrent") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/ktorrent-" version ".tar.xz")) (sha256 - (base32 "021x6qcbk4kdh5ay5mqmf92129s42j2rhrs0q350b0wcnpad55zd")))) + (base32 "1h95hf4ki2xi2c9bzdg18p6d1757gzqknf6gn1ls6lwqy6p0pr4h")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -431,14 +432,14 @@ a full-featured client for BitTorrent.") (define-public libktorrent (package (name "libktorrent") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/" name "-" version ".tar.xz")) (sha256 - (base32 "0i976al9bsc3gbplqbxkxr03sdhxv3yzjlfkdaghga8fkihzkkl0")))) + (base32 "098ac7b5wa7v6svqv4rx1w44j18pr22qgr236fj94r2kpl2nq79q")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) -- cgit v1.2.3