virt-manager: update to 2.0.0.
This commit is contained in:
parent
8c0d01bb06
commit
33716a6e0c
1 changed files with 13 additions and 12 deletions
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'virt-manager'
|
||||
pkgname=virt-manager
|
||||
version=1.5.1
|
||||
revision=2
|
||||
version=2.0.0
|
||||
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-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"
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-devel glib-devel gtk-update-icon-cache"
|
||||
depends="libosinfo python3-gobject gnome-ssh-askpass openbsd-netcat yajl
|
||||
libvirt-python3 python3-urllib3 libxml2-python3
|
||||
gir-freedesktop libvirt-glib spice-gtk gtk-vnc vte3 python3-requests dmidecode"
|
||||
pycompile_dirs="/usr/share/${pkgname}"
|
||||
pycompile_version="$py3_ver"
|
||||
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
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://virt-manager.org"
|
||||
distfiles="https://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=eb6fa4d7b7d539fb006d0822760a5e97ddf99b1f131806d08eaea6d4f3ea88ac
|
||||
|
||||
post_install() {
|
||||
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
|
||||
|
|
Loading…
Reference in a new issue