Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1bc7ef14600543efa854c9ad9b462e14fe6491d8
commit 1bc7ef14600543efa854c9ad9b462e14fe6491d8 Author: kikadf <[email protected]> Date: Fri Jun 6 15:41:55 2014 +0200 virt-manager-1.0.1-2-x86_64 * Fix depends, fix build diff --git a/source/gnome-extra/virt-manager/FrugalBuild b/source/gnome-extra/virt-manager/FrugalBuild index 87f8f16..23bfc3f 100644 --- a/source/gnome-extra/virt-manager/FrugalBuild +++ b/source/gnome-extra/virt-manager/FrugalBuild @@ -8,12 +8,11 @@ options+=('asneeded') pkgname=virt-manager pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Tool for managing virtual machines" url="http://virt-manager.et.redhat.com" -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') +depends=('vte3' 'pygobject3' 'libvirt-glib' 'libvirt-python' 'dconf' 'dbus-x11' \ + 'libosinfo' 'gtk-vnc' 'spice-gtk' 'urlgrabber' 'ipaddr') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') @@ -22,6 +21,7 @@ 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') +_F_gnome_glib="y" Finclude gnome-scriptlet options=('scriptlet' 'genscriptlet') sha1sums=('a2c1b1e34bb6f1abe01cb63b10a5b9e2ba225be4') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
