* [bug#45445] [PATCH] Add kdf.
[not found] <8735zs93sd.fsf@qq.com>
@ 2020-12-26 11:59 ` Z572
2021-01-20 13:09 ` bug#45445: " Efraim Flashner
1 sibling, 0 replies; 2+ messages in thread
From: Z572 @ 2020-12-26 11:59 UTC (permalink / raw)
To: 45445
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: kdf.patch --]
[-- Type: text/x-patch, Size: 1658 bytes --]
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b1b8b6a484..eefb3fbb33 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -685,6 +685,41 @@ communicate with each other. Here's a few things KDE Connect can do:
charts.")
(license license:lgpl2.1+)))
+(define-public kdf
+ (package
+ (name "kdf")
+ (version "20.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/"
+ version "/src/kdf-" version ".tar.xz"))
+
+ (sha256
+ (base32
+ "117bcp9p1zkyyr2w7ba1zlj40zb7hhmlsmw1xvsf0fqcy90xm5g9"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kcmutils" ,kcmutils)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kio" ,kio)
+ ("knotifications" ,knotifications)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kxmlgui" ,kxmlgui)
+ ("qtbase" ,qtbase)))
+ (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 kcachegrind
(package
(name "kcachegrind")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45445: [PATCH] Add kdf.
[not found] <8735zs93sd.fsf@qq.com>
2020-12-26 11:59 ` [bug#45445] [PATCH] Add kdf Z572
@ 2021-01-20 13:09 ` Efraim Flashner
1 sibling, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-01-20 13:09 UTC (permalink / raw)
To: Z572; +Cc: 45445-done
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
I bumped the package to 20.12.1 and pushed the patch. Thanks!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-20 13:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <8735zs93sd.fsf@qq.com>
2020-12-26 11:59 ` [bug#45445] [PATCH] Add kdf Z572
2021-01-20 13:09 ` bug#45445: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).