GNU bug report logs - #66951
[PATCH] gnu: Add partitionmanager.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Sun, 5 Nov 2023 14:17:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66951: closed ([PATCH] gnu: Add partitionmanager.)
Date: Sun, 02 Mar 2025 22:08:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Mar 2025 23:07:33 +0100
with message-id <87tt8b2ije.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add partitionmanager.
has caused the debbugs.gnu.org bug report #66951,
regarding [PATCH] gnu: Add partitionmanager.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
66951: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66951
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH] gnu: Add partitionmanager.
Date: Sun,  5 Nov 2023 15:15:30 +0100
* gnu/packages/kde-utils.scm (partitionmanager): New variable.

Change-Id: I77cfe8d730ae4bb8293b2a2c461c7f483359f082
---
 gnu/packages/kde-utils.scm | 39 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 4e665da599..4e1dc4d1f6 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -41,6 +41,7 @@ (define-module (gnu packages kde-utils)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages multiprecision)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages polkit)
   #:use-module (gnu packages kde)
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages kde-plasma)
@@ -1065,6 +1066,44 @@ (define-public okteta
     (license ;; GPL for programs, LGPL for libraries, FDL for documentation
      (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
 
+(define-public partitionmanager
+  (package
+    (name "partitionmanager")
+    (version "23.04.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/partitionmanager-" version ".tar.xz"))
+       (sha256
+        (base32 "03xx3nh2grkgkjn8dixy529lb4gnrdhlzhzsry82g64f8c6sfqqm"))))
+    (build-system qt-build-system)
+    (native-inputs
+     (list extra-cmake-modules kdoctools))
+    (inputs
+     (list kconfig
+           kconfigwidgets
+           kcoreaddons
+           kcrash
+           kdbusaddons
+           ki18n
+           kio
+           kjobwidgets
+           kwidgetsaddons
+           kwindowsystem
+           kxmlgui
+           polkit-qt))
+    (propagated-inputs
+     (list kpmcore))
+    (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, reiserfs,
+NTFS, FAT16/32, JFS, XFS and more.")
+    (license license:gpl3+)))
+
 (define-public print-manager
   (package
     (name "print-manager")

base-commit: c0895371c5759c7d9edb330774e90f192cc4cf2c
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 66951-done <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: Re: [PATCH] gnu: Add partitionmanager.
Date: Sun, 02 Mar 2025 23:07:33 +0100
Hello,

This patch set was applied a while ago. Closing.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.