# Maintainer: Christian Karl pkgname=vimiv-qt pkgrel=1 pkgver=0.7.0 pkgdesc='An image viewer with vim-like keybindings' arch=('any') url='https://github.com/karlch/vimiv-qt' license=('GPL3') depends=('python-pyqt5') makedepends=('git' 'python-setuptools') optdepends=( 'qt5-svg: for svg support' 'python-piexif: for exif support' 'qt5-imageformats: for additional image formats' ) conflicts=('vimiv' 'vimiv-git' 'vimiv-qt-git') provides=('vimiv') source=("${url}/archive/v${pkgver}.tar.gz") sha256sums=('67ae2e1213f0c5b28f3c7407326b679e1643d1d0a049a87602abaef85315b35f') package() { cd "$pkgname-$pkgver" make -f misc/Makefile DESTDIR="$pkgdir" install }