mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdf: Move to kde-systemtools.scm.
* gnu/packages/kde.scm (kdf): Delete variable. * gnu/packages/kde-systemtools.scm (kdf): New variable. Change-Id: I7568f431a61230f96cfb92955ef690929865ee44
This commit is contained in:
parent
a4f89fbd7f
commit
eace43ea7b
2 changed files with 38 additions and 38 deletions
|
@ -148,6 +148,44 @@ The main features of Dolphin are:
|
||||||
Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public kdf
|
||||||
|
(package
|
||||||
|
(name "kdf")
|
||||||
|
(version "24.12.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
|
version "/src/kdf-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1agv2bpz0gi2l759w4pkafb1pfqyh3m7dhfxpmpvlr8759z4skyv"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list extra-cmake-modules kdoctools))
|
||||||
|
(inputs
|
||||||
|
(list kcmutils
|
||||||
|
kconfigwidgets
|
||||||
|
kcoreaddons
|
||||||
|
kcrash
|
||||||
|
ki18n
|
||||||
|
kiconthemes
|
||||||
|
kio
|
||||||
|
knotifications
|
||||||
|
kwidgetsaddons
|
||||||
|
kstatusnotifieritem
|
||||||
|
kxmlgui
|
||||||
|
qt5compat))
|
||||||
|
(arguments
|
||||||
|
(list #:qtbase qtbase
|
||||||
|
#:tests? #f))
|
||||||
|
(home-page "https://kde.org/applications/system/kdk")
|
||||||
|
(synopsis "View Disk Usage")
|
||||||
|
(description "KDiskFree displays the available file devices (hard drive
|
||||||
|
partitions, floppy and CD drives, etc.) along with information on their
|
||||||
|
capacity, free space, type and mount point. It also allows you to mount and
|
||||||
|
unmount drives and view them in a file manager.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public khelpcenter
|
(define-public khelpcenter
|
||||||
(package
|
(package
|
||||||
(name "khelpcenter")
|
(name "khelpcenter")
|
||||||
|
|
|
@ -1680,44 +1680,6 @@ to perform data analysis.")
|
||||||
(license (list license:gpl2+ ;labplot
|
(license (list license:gpl2+ ;labplot
|
||||||
license:gpl3+)))) ;liborigin
|
license:gpl3+)))) ;liborigin
|
||||||
|
|
||||||
(define-public kdf
|
|
||||||
(package
|
|
||||||
(name "kdf")
|
|
||||||
(version "24.12.3")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
|
||||||
version "/src/kdf-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1agv2bpz0gi2l759w4pkafb1pfqyh3m7dhfxpmpvlr8759z4skyv"))))
|
|
||||||
(build-system qt-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list extra-cmake-modules kdoctools))
|
|
||||||
(inputs
|
|
||||||
(list kcmutils
|
|
||||||
kconfigwidgets
|
|
||||||
kcoreaddons
|
|
||||||
kcrash
|
|
||||||
ki18n
|
|
||||||
kiconthemes
|
|
||||||
kio
|
|
||||||
knotifications
|
|
||||||
kwidgetsaddons
|
|
||||||
kstatusnotifieritem
|
|
||||||
kxmlgui
|
|
||||||
qt5compat))
|
|
||||||
(arguments
|
|
||||||
(list #:qtbase qtbase
|
|
||||||
#:tests? #f))
|
|
||||||
(home-page "https://kde.org/applications/system/kdk")
|
|
||||||
(synopsis "View Disk Usage")
|
|
||||||
(description "KDiskFree displays the available file devices (hard drive
|
|
||||||
partitions, floppy and CD drives, etc.) along with information on their
|
|
||||||
capacity, free space, type and mount point. It also allows you to mount and
|
|
||||||
unmount drives and view them in a file manager.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public ktimer
|
(define-public ktimer
|
||||||
(package
|
(package
|
||||||
(name "ktimer")
|
(name "ktimer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue