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.")
|
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 @@ (define-public quazip
|
||||||
;; 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 @@ (define-public cvassistant
|
||||||
(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 @@ (define-public qmapshack
|
||||||
("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 @@ (define-public nomacs
|
||||||
("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 @@ (define-public krita
|
||||||
("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 @@ (define-public gimagereader
|
||||||
("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 @@ (define-public keepassxc
|
||||||
("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)))
|
||||||
|
|
Loading…
Reference in a new issue