gnu: KDE Systemtools: Update home-page links.
* gnu/packages/kde-systemtools.scm (dolphin, khelpcenter, krfb, ksystemlog, yakuake): Update home-page. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
acd3a20a55
commit
4d7422b4bc
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2017, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -79,7 +80,7 @@
|
|||
solid))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
|
||||
(home-page "https://kde.org/applications/system/org.kde.dolphin")
|
||||
(home-page "https://apps.kde.org/dolphin/")
|
||||
(synopsis "File manager for KDE")
|
||||
(description "Dolphin is a file manager for KDE focusing on usability.
|
||||
The main features of Dolphin are:
|
||||
|
@ -160,7 +161,7 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
|||
xapian))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; 1/1 test fails
|
||||
(home-page "https://kde.org/applications/system/org.kde.Help")
|
||||
(home-page "https://apps.kde.org/khelpcenter/")
|
||||
(synopsis "KDE documentation viewer")
|
||||
(description "KHelpCenter uses meta data files which describe the
|
||||
documentation available in the system. Each document is represented by a meta
|
||||
|
@ -267,7 +268,7 @@ This package is part of the KDE base applications module.")
|
|||
wayland
|
||||
xcb-util-image
|
||||
zlib))
|
||||
(home-page "https://kde.org/applications/internet/org.kde.krfb")
|
||||
(home-page "https://apps.kde.org/krfb/")
|
||||
(synopsis "Desktop Sharing utility")
|
||||
(description "KDE Desktop Sharing is a server application that allows you
|
||||
to share your current session with a user on another machine. The desktop
|
||||
|
@ -310,7 +311,7 @@ This package is part of the KDE networking module.")
|
|||
kxmlgui
|
||||
oxygen-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/system/org.kde.ksystemlog")
|
||||
(home-page "https://apps.kde.org/ksystemlog/")
|
||||
(synopsis "System log viewer")
|
||||
(description "This program is developed for being used by beginner users,
|
||||
which don't know how to find information about their Linux system, and how the
|
||||
|
@ -356,7 +357,7 @@ This package is part of the KDE administration module.")
|
|||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(home-page "https://www.kde.org/applications/system/yakuake/")
|
||||
(home-page "https://apps.kde.org/yakuake/")
|
||||
(synopsis "Quad-style terminal emulator for KDE")
|
||||
(description "Yakuake is a drop-down terminal emulator based on KDE Konsole
|
||||
technology. Features include:
|
||||
|
|
Reference in New Issue