# Maintainer: Nikolay Korotkiy _orgname=tumic0 _pkgname=QtPBFImagePlugin pkgname=qt5-pbfimageplugin pkgver=2.1 pkgrel=1 pkgdesc='Qt image plugin for displaying Mapbox vector tiles' arch=(x86_64) url='https://github.com/tumic0/QtPBFImagePlugin' license=('LGPL3') depends=('qt5-base' 'protobuf') makedepends=('qt5-tools') provides=("${pkgname}=${pkgver}") conflicts=("${pkgname}-git") source=("https://github.com/${_orgname}/${_pkgname}/archive/${pkgver}.tar.gz" 'Qt5Gui_QPbfPlugin.cmake') sha256sums=('dfcb0756afd47c2da520809f52c766bc40f32bd12be0e5eafd8492e9ff687d69' 'c927c3832fe39d674c6225ad9070d3c667f1ff9d37d398669a969cdfcee1e984') build() { cd ${_pkgname}-${pkgver} qmake pbfplugin.pro make } package() { cd ${_pkgname}-${pkgver} make INSTALL_ROOT="${pkgdir}" install install -Dm644 ../Qt5Gui_QPbfPlugin.cmake ${pkgdir}/usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }