mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: KDE Utils: Update home-page links.
* gnu/packages/kde-utils.scm (ark, kmag, kmousetool, kmouth, kronometer, krusader, kxstitch, okteta, rsibreak, smb4k, sweeper): Update home-page link. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c2cf48376f
commit
205e7e0f35
1 changed files with 11 additions and 11 deletions
|
@ -103,7 +103,7 @@ (define-public ark
|
|||
unzip
|
||||
zip
|
||||
zstd))
|
||||
(home-page "https://apps.kde.org/en/ark")
|
||||
(home-page "https://apps.kde.org/ark/")
|
||||
(synopsis "Graphical archiving tool")
|
||||
(description "Ark is a graphical file compression/decompression utility
|
||||
with support for multiple formats, including tar, gzip, bzip2, rar and zip, as
|
||||
|
@ -197,7 +197,7 @@ (define-public kmag
|
|||
oxygen-icons ;; default icon set
|
||||
;; TODO: QAccessibilityClient - libqaccessibilityclien
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.kmag")
|
||||
(home-page "https://apps.kde.org/kmag/")
|
||||
(synopsis "Screen magnifier tool")
|
||||
(description "You can use KMagnifier to magnify a part of the screen just
|
||||
as you would use a lens to magnify a newspaper fine-print or a photograph.
|
||||
|
@ -235,7 +235,7 @@ (define-public kmousetool
|
|||
phonon
|
||||
oxygen-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.kmousetool")
|
||||
(home-page "https://apps.kde.org/kmousetool/")
|
||||
(synopsis "Automatic mouse click and mouse manipulation tool for the
|
||||
disabled")
|
||||
(description "KMouseTool clicks the mouse whenever the mouse cursor pauses
|
||||
|
@ -271,7 +271,7 @@ (define-public kmouth
|
|||
oxygen-icons ;; default icon set
|
||||
qtbase-5
|
||||
qtspeech))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.kmouth")
|
||||
(home-page "https://apps.kde.org/kmouth/")
|
||||
(synopsis "Type-and-say frontend for speech synthesizers")
|
||||
(description "KMouth is a program which enables persons that cannot speak
|
||||
to let their computer speak, e.g. mutal people or people who have lost their
|
||||
|
@ -308,7 +308,7 @@ (define-public kronometer
|
|||
kxmlgui
|
||||
oxygen-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.kronometer")
|
||||
(home-page "https://apps.kde.org/kronometer/")
|
||||
(synopsis "Simple stopwatch application")
|
||||
(description "Kronometer is a stopwatch application. It features the
|
||||
basic stopwatch actions (pause, resume, reset, laps), as well as the ability
|
||||
|
@ -353,7 +353,7 @@ (define-public krusader
|
|||
qtbase-5
|
||||
solid
|
||||
zlib))
|
||||
(home-page "https://www.krusader.org")
|
||||
(home-page "https://krusader.org/")
|
||||
(synopsis "Twin-panel (commander-style) file manager")
|
||||
(description "Krusader is a simple, easy, yet powerful,
|
||||
twin-panel (commander-style) file manager, similar to Midnight Commander or
|
||||
|
@ -386,7 +386,7 @@ (define-public kxstitch
|
|||
(list extra-cmake-modules kdoctools pkg-config))
|
||||
(inputs
|
||||
(list ktexteditor imagemagick qtbase-5 qtx11extras))
|
||||
(home-page "https://kde.org/applications/en/graphics/org.kde.kxstitch")
|
||||
(home-page "https://apps.kde.org/kxstitch/")
|
||||
(synopsis "Create and print cross stitch patterns")
|
||||
(description
|
||||
"KXStitch allows creating and printing cross stitch patterns, which can
|
||||
|
@ -437,7 +437,7 @@ (define-public okteta
|
|||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(setenv "HOME" "/tmp/dummy-home")
|
||||
#t)))))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.okteta")
|
||||
(home-page "https://apps.kde.org/okteta/")
|
||||
(synopsis "Hexadecimal editor for binary files")
|
||||
(description "Okteta is a simple editor for the raw data of files. This
|
||||
type of program is also called hex editor or binary editor.
|
||||
|
@ -484,7 +484,7 @@ (define-public rsibreak
|
|||
kxmlgui
|
||||
oxygen-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.rsibreak")
|
||||
(home-page "https://apps.kde.org/rsibreak/")
|
||||
(synopsis "Assists in the Recovery and Prevention of Repetitive Strain
|
||||
Injury")
|
||||
(description "Repetitive Strain Injury is an illness which can occur as a
|
||||
|
@ -533,7 +533,7 @@ (define-public smb4k
|
|||
qtbase-5
|
||||
qtdeclarative-5
|
||||
solid))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.smb4k")
|
||||
(home-page "https://apps.kde.org/smb4k/")
|
||||
(synopsis "Samba (SMB) share advanced browser")
|
||||
(description "Smb4K is an network neighborhood browser for the KDE
|
||||
Software Compilation and a frontend to the programs of the Samba software
|
||||
|
@ -592,7 +592,7 @@ (define-public sweeper
|
|||
kxmlgui
|
||||
oxygen-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.sweeper")
|
||||
(home-page "https://apps.kde.org/sweeper/")
|
||||
(synopsis "Temporary file and history cleaner")
|
||||
(description "
|
||||
Sweeper helps to clean unwanted traces the user leaves on the system and to
|
||||
|
|
Loading…
Reference in a new issue