void-packages/srcpkgs/virt-manager/template

25 lines
943 B
Bash

# Template file for 'virt-manager'
pkgname=virt-manager
version=1.5.1
revision=1
noarch=yes
nocross=yes
build_style=python2-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-python python-urlgrabber
libxml2-python python-ipaddr gir-freedesktop libvirt-glib
spice-gtk gtk-vnc vte3 python-requests dmidecode"
pycompile_dirs="/usr/share/$pkgname"
short_desc="User interface for managing virtual machines"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3"
homepage="http://virt-manager.org"
distfiles="http://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ee889d59110986391a394077f004f68125e01e216a5e7cfc29adb6ae49ab2dab
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}