summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-systemtools.scm
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-09-18 17:56:27 +0530
committerZheng Junjie <z572@z572.online>2025-09-20 15:08:59 +0800
commitdc63eb7d5c0228e95f6e8fdbf25ed5149cbf4a6c (patch)
tree048d781cbea74c4f75e700a6f6435d775d5db556 /gnu/packages/kde-systemtools.scm
parentaea04883d0e08c99d275b4dc9a4dffff9a71313b (diff)
gnu: partitionmanager: Move to kde-systemtools.scm.
* gnu/packages/kde.scm (partitionmanager): Delete variable. * gnu/packages/kde-systemtools.scm (partitionmanager): New variable. * gnu/packages/kde-plasma.scm (plasma)[inputs]: Resolve partitionmanager. Change-Id: I568b520acbfdb9bb3c61292cde496ced68dbaf30
Diffstat (limited to 'gnu/packages/kde-systemtools.scm')
-rw-r--r--gnu/packages/kde-systemtools.scm40
1 files changed, 40 insertions, 0 deletions
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index f29561fd33e..a3541124c75 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -454,6 +454,46 @@ This package is part of the KDE administration module.")
"This package provides a tool to manage passwords on @code{kwallet}.")
(license license:gpl2+)))
+(define-public partitionmanager
+ (package
+ (name "partitionmanager")
+ (version "24.12.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/partitionmanager-" version ".tar.xz"))
+ (sha256
+ (base32 "17p63a9igpbcv0xdziaf3d30n88rj9474w9yx2cpvh0m2nrv3582"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase
+ #:tests? #f))
+ (native-inputs
+ (list extra-cmake-modules kdoctools))
+ (inputs
+ (list kconfig
+ kconfigwidgets
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ ki18n
+ kio
+ kjobwidgets
+ kpmcore
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ polkit-qt6))
+ (home-page "https://apps.kde.org/partitionmanager/")
+ (synopsis "Disk device, partition and file system manager")
+ (description "KDE Partition Manager is a utility to help you manage the
+disks, partitions, and file systems. It allows you to easily create, copy,
+move, delete, back up, restore, and resize them without losing data. It
+supports a large number of file systems, including ext2/3/4, btrfs, NTFS,
+FAT16/32, JFS, XFS and more.")
+ (license license:gpl3+)))
+
(define-public spectacle-ocr-screenshot
(package
(name "spectacle-ocr-screenshot")