guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

121/143: gnu: Add isoimagewriter.


From: guix-commits
Subject: 121/143: gnu: Add isoimagewriter.
Date: Mon, 21 Nov 2022 16:10:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit de33239e33fb4afb470eeb26ea57c83d6df32185
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sat Sep 24 19:35:10 2022 +0200

    gnu: Add isoimagewriter.
    
    * gnu/packages/kde-utils.scm (isoimagewriter): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-utils.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 25671b6432..d1cdc3d37a 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -226,6 +226,37 @@ your computer.")
       (description "This package provides time tracking.")
       (license license:lgpl2.1+))))
 
+(define-public isoimagewriter
+  (let ((commit "bd1ef4f0ce179fa874b102689022ebda3e7b4c16")
+        (revision "1"))
+    (package
+      (name "isoimagewriter")
+      (version (git-version "0.8" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://invent.kde.org/utilities/isoimagewriter";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0dha2y4kmyppi6c0g0hclp53fjj963vq27q7azznpl0bz6zb4042"))))
+      (build-system qt-build-system)
+      (native-inputs (list extra-cmake-modules))
+      (inputs (list kauth
+                    karchive
+                    kcoreaddons
+                    ki18n
+                    kiconthemes
+                    kcrash
+                    solid
+                    kwidgetsaddons))
+      (home-page "https://invent.kde.org/utilities/isoimagewriter";)
+      (synopsis "Write hybrid ISO files onto USB disks")
+      (description
+       "This package provides a tool to write ISO files to USB disks.")
+      (license license:gpl3+))))
+
 (define-public kate
   (package
     (name "kate")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]