OSDN Git Service

remove zlib dependency from Arch MinGW package
authorIvailo Monev <xakepa10@gmail.com>
Wed, 20 Apr 2016 14:28:47 +0000 (14:28 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 20 Apr 2016 14:30:43 +0000 (14:30 +0000)
it is not in the official repos and miniz will be used when zlib
is not present (or detected) on the system so there is no need to
build against and depend on it. openssl is not a hard requirement
either but it is nice to have so I'm gonna keep it as dependency
even tough it is in AUR

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
package/archlinux-mingw/PKGBUILD

index 1672ece..1b9e9c7 100644 (file)
@@ -8,7 +8,7 @@ pkgdesc='C++ toolkit derived from the Qt 4.8 framework (mingw-w64)'
 arch=('i686' 'x86_64')
 url='https://github.com/fluxer/katie'
 license=('LGPL' 'FDL' 'custom')
-depends=('mingw-w64-openssl' 'mingw-w64-zlib' 'mingw-w64-crt')
+depends=('mingw-w64-openssl' 'mingw-w64-crt')
 makedepends=('cmake' 'git' 'python' 'unifdef' 'mingw-w64-gcc')
 source=("git+https://github.com/fluxer/katie")
 sha1sums=('SKIP')