# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=virt-viewer pkgver=8.0 pkgrel=0 pkgdesc="A lightweight interface for interacting with the graphical display of virtualized guest OS" url="http://virt-manager.org" arch="all" license="GPL-2.0" options="!check" makedepends="$depends_dev intltool spice-protocol glib-dev gtk+3.0-dev gtk-vnc-dev spice-gtk-dev " subpackages="$pkgname-lang $pkgname-doc" source="https://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz" build() { ./configure \ --prefix=/usr \ --disable-update-mimedb \ --with-gtk-vnc \ --with-spice-gtk make } package() { make DESTDIR="$pkgdir" install } sha512sums="73317048949b6c49c28aab4685e3fb6533945b12c47078b522429b3e178423fcec5758c970d5048c8f65fee2b92a629b7e067cffa79c968292c73fd36133b918 virt-viewer-8.0.tar.gz"