me
/
guix
Archived
1
0
Fork 0

gnu: isoimagewriter: Update to 1.0.0.

* gnu/packages/kde-utils.scm (isoimagewriter): Update to 1.0.0.
master
宋文武 2023-07-30 07:29:37 +08:00
parent 9b6d058ce1
commit 357f666018
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 27 additions and 29 deletions

View File

@ -304,35 +304,33 @@ your computer.")
(license license:lgpl2.1+)))) (license license:lgpl2.1+))))
(define-public isoimagewriter (define-public isoimagewriter
(let ((commit "bd1ef4f0ce179fa874b102689022ebda3e7b4c16") (package
(revision "1")) (name "isoimagewriter")
(package (version "1.0.0")
(name "isoimagewriter") (source (origin
(version (git-version "0.8" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://invent.kde.org/utilities/isoimagewriter")
(uri (git-reference (commit (string-append "v" version))))
(url "https://invent.kde.org/utilities/isoimagewriter") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1iphp2krgadc175570iiyaxbnjgpc1xilc71gkcbn5n0yd7qmkbv"))))
(base32 (build-system qt-build-system)
"0dha2y4kmyppi6c0g0hclp53fjj963vq27q7azznpl0bz6zb4042")))) (native-inputs (list extra-cmake-modules))
(build-system qt-build-system) (inputs (list kauth
(native-inputs (list extra-cmake-modules)) karchive
(inputs (list kauth kcoreaddons
karchive ki18n
kcoreaddons kiconthemes
ki18n kcrash
kiconthemes solid
kcrash kwidgetsaddons))
solid (home-page "https://invent.kde.org/utilities/isoimagewriter")
kwidgetsaddons)) (synopsis "Write hybrid ISO files onto USB disks")
(home-page "https://invent.kde.org/utilities/isoimagewriter") (description
(synopsis "Write hybrid ISO files onto USB disks") "This package provides a tool to write ISO files to USB disks.")
(description (license license:gpl3+)))
"This package provides a tool to write ISO files to USB disks.")
(license license:gpl3+))))
(define-public kate (define-public kate
(package (package