virt-manager: removed; obsolete and won't work. Feel free to resurrect it.

This commit is contained in:
Juan RP 2014-06-05 11:05:20 +02:00
parent 8d50b68d37
commit 8a3b38f540
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
# Template file for 'virt-manager'
pkgname=virt-manager
version=0.9.4
revision=1
build_style=gnu-configure
make_install_args="GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
short_desc="Desktop user interface for managing virtual machines"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://virt-manager.et.redhat.com"
distfiles="http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$version.tar.gz"
checksum=dc8c553beeb15bb30cd5517b2105bcc47cf482b03523e522733c52b0e5df0fc0
makedepends="pkg-config intltool GConf-devel"
noarch="yes"
pycompile_dirs="/usr/share/virt-manager"
depends="dbus-python pygtk libvirt-python virtinst gtk2-vnc-python
python-gconf netcat libxml2-python"
post_install() {
# Set-up schema file in correct location
vmkdir usr/share/gconf/schemas
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/$pkgname.schemas \
${DESTDIR}/etc/gconf/schemas/*.schemas
rm -rf ${DESTDIR}/etc/gconf
}