gnu: KDE: Update home-page links.
* gnu/packages/kde.scm (massif-visualizer, libkdegames, okular, poxml, zeroconf-ioslave): Update home-page link. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
3646358e8d
commit
c9f96fba9c
1 changed files with 6 additions and 5 deletions
|
@ -16,6 +16,7 @@
|
||||||
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
||||||
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||||
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -571,7 +572,7 @@ features include brush stabilizers, brush engines and wrap-around mode.")
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtxmlpatterns))
|
qtxmlpatterns))
|
||||||
(home-page "https://apps.kde.org/en/massif-visualizer")
|
(home-page "https://apps.kde.org/massif-visualizer/")
|
||||||
(synopsis "Visualize massif data generated by Valgrind")
|
(synopsis "Visualize massif data generated by Valgrind")
|
||||||
(description
|
(description
|
||||||
"Massif Visualizer is a tool that visualizes massif data.
|
"Massif Visualizer is a tool that visualizes massif data.
|
||||||
|
@ -976,7 +977,7 @@ Python, PHP, and Perl.")
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(home-page "https://games.kde.org/")
|
(home-page "https://apps.kde.org/categories/games/")
|
||||||
(synopsis "Runtime library for kdegames")
|
(synopsis "Runtime library for kdegames")
|
||||||
(description "Runtime library for kdegames")
|
(description "Runtime library for kdegames")
|
||||||
(license (list license:gpl2+ license:fdl1.2+))))
|
(license (list license:gpl2+ license:fdl1.2+))))
|
||||||
|
@ -1095,7 +1096,7 @@ creating routes by drag and drop and more.")
|
||||||
threadweaver
|
threadweaver
|
||||||
kcrash
|
kcrash
|
||||||
kjs))
|
kjs))
|
||||||
(home-page "https://kde.org/applications/graphics/okular/")
|
(home-page "https://apps.kde.org/okular/")
|
||||||
(synopsis "Document viewer")
|
(synopsis "Document viewer")
|
||||||
(description
|
(description
|
||||||
"Okular is a document viewer developed for KDE. It can display files in
|
"Okular is a document viewer developed for KDE. It can display files in
|
||||||
|
@ -1119,7 +1120,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal qtbase-5))
|
(list gettext-minimal qtbase-5))
|
||||||
(home-page "https://kde.org/applications/development")
|
(home-page "https://apps.kde.org/development/")
|
||||||
(synopsis "Tools for translating DocBook XML files with Gettext")
|
(synopsis "Tools for translating DocBook XML files with Gettext")
|
||||||
(description "This is a collection of tools that facilitate translating
|
(description "This is a collection of tools that facilitate translating
|
||||||
DocBook XML files using Gettext message files (PO files). Also included are
|
DocBook XML files using Gettext message files (PO files). Also included are
|
||||||
|
@ -1187,7 +1188,7 @@ picture metadata as EXIF/IPTC and XMP.")
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
(inputs
|
(inputs
|
||||||
(list kdbusaddons kdnssd ki18n kio qtbase-5))
|
(list kdbusaddons kdnssd ki18n kio qtbase-5))
|
||||||
(home-page "https://kde.org/applications/internet/org.kde.zeroconf_ioslave")
|
(home-page "https://apps.kde.org/kio_zeroconf/")
|
||||||
(synopsis "DNS-SD Service Discovery Monitor")
|
(synopsis "DNS-SD Service Discovery Monitor")
|
||||||
(description "Adds an entry to Dolphin's Network page to show local
|
(description "Adds an entry to Dolphin's Network page to show local
|
||||||
services such as printers which advertise themselves with DNSSD (called Avahi
|
services such as printers which advertise themselves with DNSSD (called Avahi
|
||||||
|
|
Reference in a new issue