diff --git a/srcpkgs/quazip-qt5/template b/srcpkgs/quazip-qt5/template index a37a58e4ccf..380c7c0af24 100644 --- a/srcpkgs/quazip-qt5/template +++ b/srcpkgs/quazip-qt5/template @@ -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 " 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 } } diff --git a/srcpkgs/quazip/template b/srcpkgs/quazip/template index 5756550b9a0..eead9cdc432 100644 --- a/srcpkgs/quazip/template +++ b/srcpkgs/quazip/template @@ -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 " 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"