quazip: update to 0.7.6. (#1200)

* quazip: update to 0.7.6.

* quazip-qt5: update to 0.7.6.
This commit is contained in:
travankor 2018-08-01 10:31:34 -07:00 committed by cr6git
parent 701de128cf
commit 20ba4d28d8
2 changed files with 7 additions and 9 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'quazip-qt5'
pkgname=quazip-qt5
version=0.7.4
version=0.7.6
revision=1
build_style=cmake
build_style=qmake
wrksrc="${pkgname%-*}-${version}"
build_wrksrc="quazip"
configure_args="-DCMAKE_CXX_FLAGS=-fPIC"
hostmakedepends="pkg-config"
makedepends="qt5-devel zlib-devel"
short_desc="Qt5/C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="LGPL-2.1-only"
homepage="https://github.com/stachenov/quazip"
distfiles="https://github.com/stachenov/quazip/archive/${version}.tar.gz"
checksum=93c2f58db6c6e812aa11e6a79db009e050da69a25ec4cf2787d2e845d4dbe0fa
checksum=4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
@ -23,8 +23,6 @@ quazip-qt5-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}

View File

@ -1,17 +1,17 @@
# Template file for 'quazip'
pkgname=quazip
version=0.7.4
version=0.7.6
revision=1
build_style=qmake
build_wrksrc="quazip"
hostmakedepends="qt-qmake"
hostmakedepends="qt-qmake pkg-config"
makedepends="qt-devel zlib-devel"
short_desc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
maintainer="Duncan Overbruck <mail@duncano.de>"
license="LGPL-2.1-only"
homepage="https://github.com/stachenov/quazip"
distfiles="https://github.com/stachenov/quazip/archive/${version}.tar.gz"
checksum=93c2f58db6c6e812aa11e6a79db009e050da69a25ec4cf2787d2e845d4dbe0fa
checksum=4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-devel"