# Maintainer: A. Wilcox pkgname=qt5-qtsvg _pkgname=qtsvg-opensource-src pkgver=5.9.6 pkgrel=0 pkgdesc="Qt 5 - SVG rendering library" url="https://qt.io/" arch="all" license="LGPL-2.0 with exceptions OR GPL-3.0 with exceptions" makedepends="qt5-qtbase-dev zlib-dev" subpackages="$pkgname-dev" source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz" builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$builddir" qmake make } check() { cd "$builddir" make check } package() { cd "$builddir" make install INSTALL_ROOT="$pkgdir" } sha512sums="6e86f050c07621d628f6e9440541be1fd80b3e05b034ba17bb5068afd4775d9ee08d7bf11d2ffdf03da2cb8ca66bfaf2f59b7e5e76acdb1a1e2ec25af25c65b4 qtsvg-opensource-src-5.9.6.tar.xz"