Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47255b498b2784ad872f8c855c565a9f0f577a90
commit 47255b498b2784ad872f8c855c565a9f0f577a90 Author: kikadf <[email protected]> Date: Tue Jan 21 18:39:36 2014 +0100 virt-manager-0.10.0-1-x86_64 * Change m8r * Version bump diff --git a/source/gnome-extra/virt-manager/FrugalBuild b/source/gnome-extra/virt-manager/FrugalBuild index d603314..f6efa44 100644 --- a/source/gnome-extra/virt-manager/FrugalBuild +++ b/source/gnome-extra/virt-manager/FrugalBuild @@ -1,27 +1,38 @@ # Compiling Time: 0.2 SBU -# Maintainer: jercel <[email protected]> +# Maintainer: kikadf <[email protected]> +# Contributor: jercel <[email protected]> # Contributor: Janos Kovacs <[email protected]> # Contributor: AlexExtreme <[email protected]> +options+=('asneeded') + pkgname=virt-manager -pkgver=0.9.1 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc="Tool for managing virtual machines" url="http://virt-manager.et.redhat.com" -depends=('pygtk>=2.16.0-5' 'libvirt-python>=0.9.10' 'dbus-python>=0.80.2' 'libxml2' \ - 'gnome-python-desktop' 'vte-python' 'virtinst>=0.600' 'rarian' 'gtk-vnc' 'iptables' \ +depends=('pygtk>=2.16.0-5' 'libvirt-python>=1.1.3.3' 'dbus-python>=0.80.2' 'libxml2' \ + 'gnome-python-desktop' 'vte-python' 'rarian' 'gtk-vnc' 'iptables' \ 'ebtables') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://virt-manager.et.redhat.com/download.html | grep -m1 'virt-manager.*[0-9]' | sed 's/.*virt-manager //' | sed 's/ .*//'" +up2date="Flasttar https://fedorahosted.org/released/virt-manager/" source=($url/download/sources/$pkgname/$pkgname-$pkgver.tar.gz) _F_gnome_iconcache="y" _F_gnome_desktop="y" _F_gnome_schemas=('/etc/gconf/schemas/virt-manager.schemas') Finclude gnome-scriptlet options=('scriptlet' 'genscriptlet') -sha1sums=('fded44c13ea3a542ed95d9a0c3ae3cb2c8a110fc') -replaces=('gnome-applet-vm') +sha1sums=('f098c4b00172a10acd3514e10f542b6590656f92') +replaces=('gnome-applet-vm' 'virtinst') +conflicts=('virtinst') +provides=('virtinst') + +build() +{ + Fbuild + Fbuild_gnome_scriptlet +} # optimization OK diff --git a/source/gnome-extra/virt-manager/virt-manager-0.2.6-fix-dbus.patch b/source/gnome-extra/virt-manager/virt-manager-0.2.6-fix-dbus.patch deleted file mode 100644 index 77dbff1..0000000 --- a/source/gnome-extra/virt-manager/virt-manager-0.2.6-fix-dbus.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -urN virt-manager-0.2.6.orig/src/virtManager/remote.py virt-manager-0.2.6/src/virtManager/remote.py ---- virt-manager-0.2.6.orig/src/virtManager/remote.py 2006-11-16 20:59:26.000000000 +0000 -+++ virt-manager-0.2.6/src/virtManager/remote.py 2006-11-16 20:59:56.000000000 +0000 -@@ -25,23 +25,23 @@ - - self.engine = engine - -- @dbus.service.method("com.redhat.virt.manager", in_signature="s") -+ @dbus.service.method("com.redhat.virt.manager") - def show_domain_creator(self, uri): - self.engine.show_create(uri) - -- @dbus.service.method("com.redhat.virt.manager", in_signature="ss") -+ @dbus.service.method("com.redhat.virt.manager") - def show_domain_editor(self, uri, uuid): - self.engine.show_details_config(uri, uuid) - -- @dbus.service.method("com.redhat.virt.manager", in_signature="ss") -+ @dbus.service.method("com.redhat.virt.manager") - def show_domain_performance(self, uri, uuid): - self.engine.show_details_performance(uri, uuid) - -- @dbus.service.method("com.redhat.virt.manager", in_signature="ss") -+ @dbus.service.method("com.redhat.virt.manager") - def show_domain_console(self, uri, uuid): - self.engine.show_console(uri, uuid) - -- @dbus.service.method("com.redhat.virt.manager", in_signature="s") -+ @dbus.service.method("com.redhat.virt.manager") - def show_host_summary(self, uri): - self.engine.show_manager(uri) - diff --git a/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch b/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch deleted file mode 100644 index d96f639..0000000 --- a/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/virt-manager.py.in b/src/virt-manager.py.in -index fefa1c3..c285dac 100755 ---- a/src/virt-manager.py.in -+++ b/src/virt-manager.py.in -@@ -273,7 +273,7 @@ def main(): - # on as if all were fine. Ultimately bad stuff happens, - # so lets catch it here & get the hell out... - import warnings -- warnings.filterwarnings('error', module='gtk') -+ warnings.filterwarnings('error', module='gtk', append=True) - try: - import gobject - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
