mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
12d56be31c
commit
8452772433
7 changed files with 22 additions and 7 deletions
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue