void-packages/srcpkgs/virt-manager/template
2016-03-27 00:54:13 +01:00

25 lines
952 B
Bash

# Template file for 'virt-manager'
pkgname=virt-manager
version=1.3.2
revision=5
noarch=yes
nocross=yes
build_style=python-module
hostmakedepends="intltool python-devel glib-devel gtk-update-icon-cache"
depends="libosinfo python-gobject gnome-icon-theme gnome-ssh-askpass
openbsd-netcat yajl python-gconf libvirt-glib-python libvirt-python
python-urlgrabber libxml2-python python-ipaddr gir-freedesktop
spice-gtk gtk-vnc vte3 python-requests dmidecode"
pycompile_dirs="/usr/share/$pkgname"
short_desc="User interface for managing virtual machines"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://virt-manager.org"
distfiles="http://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=270c1f631fd029fee5291e83f50d69e261db666aa952c184643bc6cece77fdb3
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}