gnu: quazip: Update to 1.1.

* gnu/packages/compression.scm (quazip): Redefine as an heir to the…
(quazip-0): …new name of the previous package definition.
Adjust all packages with quazip as input to use quazip-0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-06 00:50:48 +02:00
parent 12d56be31c
commit 8452772433
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
7 changed files with 22 additions and 7 deletions

View file

@ -2310,7 +2310,7 @@ (define-public upx
download times, and other distribution and storage costs.")
(license license:gpl2+)))
(define-public quazip
(define-public quazip-0
(package
(name "quazip")
(version "0.9.1")
@ -2347,6 +2347,21 @@ (define-public quazip
;; distributed under zlib terms.
(license (list license:lgpl2.1+ license:zlib))))
(define-public quazip
(package
(inherit quazip-0)
(name "quazip")
(version "1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stachenov/quazip")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06srglrj6jvy5ngmidlgx03i0d5w91yhi7sf846wql00v8rvhc5h"))))))
(define-public zchunk
(package
(name "zchunk")

View file

@ -70,7 +70,7 @@ (define-public cvassistant
(lambda _ (invoke "qmake"))))))
(inputs
`(("qtbase" ,qtbase-5)
("quazip" ,quazip)
("quazip" ,quazip-0)
("zlib" ,zlib)))
(home-page "https://cvassistant.sourceforge.io/")
(synopsis "Job application organizer")

View file

@ -1700,7 +1700,7 @@ (define-public qmapshack
("qtlocation" ,qtlocation)
("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine)
("quazip" ,quazip)
("quazip" ,quazip-0)
("routino" ,routino)
("sqlite" ,sqlite) ; See wrap phase
("zlib" ,zlib)))

View file

@ -906,7 +906,7 @@ (define-public nomacs
("libtiff" ,libtiff)
("opencv" ,opencv)
("python" ,python-wrapper)
("quazip" ,quazip)
("quazip" ,quazip-0)
("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg)))
(native-inputs

View file

@ -527,7 +527,7 @@ (define-public krita
("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras)
("quazip" ,quazip)
("quazip" ,quazip-0)
("zlib" ,zlib)))
(home-page "https://krita.org")
(synopsis "Digital painting application")

View file

@ -182,7 +182,7 @@ (define-public gimagereader
("sane-backends" ,sane-backends)
("qtbase" ,qtbase-5)
("qtspell" ,qtspell)
("quazip" ,quazip)
("quazip" ,quazip-0)
("tesseract" ,tesseract-ocr)))
(home-page "https://github.com/manisandro/gImageReader")
(synopsis "Qt front-end to tesseract-ocr")

View file

@ -166,7 +166,7 @@ (define-public keepassxc
("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras)
("quazip" ,quazip) ; XC_KEESHARE
("quazip" ,quazip-0) ; XC_KEESHARE
("readline" ,readline)
("yubikey-personalization" ,yubikey-personalization) ; XC_YUBIKEY
("zlib" ,zlib)))