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.master
parent
12d56be31c
commit
8452772433
|
@ -2310,7 +2310,7 @@ libraries by around 50%--70%, thus reducing disk space, network load times,
|
||||||
download times, and other distribution and storage costs.")
|
download times, and other distribution and storage costs.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public quazip
|
(define-public quazip-0
|
||||||
(package
|
(package
|
||||||
(name "quazip")
|
(name "quazip")
|
||||||
(version "0.9.1")
|
(version "0.9.1")
|
||||||
|
@ -2347,6 +2347,21 @@ reading from and writing to ZIP archives. ")
|
||||||
;; distributed under zlib terms.
|
;; distributed under zlib terms.
|
||||||
(license (list license:lgpl2.1+ license:zlib))))
|
(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
|
(define-public zchunk
|
||||||
(package
|
(package
|
||||||
(name "zchunk")
|
(name "zchunk")
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
(lambda _ (invoke "qmake"))))))
|
(lambda _ (invoke "qmake"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase-5)
|
`(("qtbase" ,qtbase-5)
|
||||||
("quazip" ,quazip)
|
("quazip" ,quazip-0)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://cvassistant.sourceforge.io/")
|
(home-page "https://cvassistant.sourceforge.io/")
|
||||||
(synopsis "Job application organizer")
|
(synopsis "Job application organizer")
|
||||||
|
|
|
@ -1700,7 +1700,7 @@ using the dataset of topographical information collected by
|
||||||
("qtlocation" ,qtlocation)
|
("qtlocation" ,qtlocation)
|
||||||
("qtwebchannel" ,qtwebchannel)
|
("qtwebchannel" ,qtwebchannel)
|
||||||
("qtwebengine" ,qtwebengine)
|
("qtwebengine" ,qtwebengine)
|
||||||
("quazip" ,quazip)
|
("quazip" ,quazip-0)
|
||||||
("routino" ,routino)
|
("routino" ,routino)
|
||||||
("sqlite" ,sqlite) ; See wrap phase
|
("sqlite" ,sqlite) ; See wrap phase
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
|
@ -906,7 +906,7 @@ to set X desktop background.")
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("opencv" ,opencv)
|
("opencv" ,opencv)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("quazip" ,quazip)
|
("quazip" ,quazip-0)
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtsvg" ,qtsvg)))
|
("qtsvg" ,qtsvg)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -527,7 +527,7 @@ illustrate project schedules.")
|
||||||
("qtmultimedia" ,qtmultimedia)
|
("qtmultimedia" ,qtmultimedia)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("qtx11extras" ,qtx11extras)
|
("qtx11extras" ,qtx11extras)
|
||||||
("quazip" ,quazip)
|
("quazip" ,quazip-0)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://krita.org")
|
(home-page "https://krita.org")
|
||||||
(synopsis "Digital painting application")
|
(synopsis "Digital painting application")
|
||||||
|
|
|
@ -182,7 +182,7 @@ monospaced or proportional.")
|
||||||
("sane-backends" ,sane-backends)
|
("sane-backends" ,sane-backends)
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtspell" ,qtspell)
|
("qtspell" ,qtspell)
|
||||||
("quazip" ,quazip)
|
("quazip" ,quazip-0)
|
||||||
("tesseract" ,tesseract-ocr)))
|
("tesseract" ,tesseract-ocr)))
|
||||||
(home-page "https://github.com/manisandro/gImageReader")
|
(home-page "https://github.com/manisandro/gImageReader")
|
||||||
(synopsis "Qt front-end to tesseract-ocr")
|
(synopsis "Qt front-end to tesseract-ocr")
|
||||||
|
|
|
@ -166,7 +166,7 @@ human.")
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("qtx11extras" ,qtx11extras)
|
("qtx11extras" ,qtx11extras)
|
||||||
("quazip" ,quazip) ; XC_KEESHARE
|
("quazip" ,quazip-0) ; XC_KEESHARE
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("yubikey-personalization" ,yubikey-personalization) ; XC_YUBIKEY
|
("yubikey-personalization" ,yubikey-personalization) ; XC_YUBIKEY
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Reference in New Issue