virt-manager-4.0.0

This commit is contained in:
Rmys
2022-07-08 16:02:29 +03:00
committed by GitHub
parent 44a816fc67
commit b578ca66e7
3 changed files with 62 additions and 14 deletions
@@ -4,16 +4,19 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2|python2.7|g' {setup.py,virt-convert,virt-clone,virt-install,virt-manager,virt-xml}")
pythonmodules.configure()
pythonmodules.compile()
pythonmodules.configure("--default-graphics=spice --default-hvs qemu,xen,lxc", pyVer="3")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install()
shelltools.system("""touch --no-create %s/usr/share/icons/hicolor >/dev/null 2>&1 || :
/usr/bin/update-desktop-database > /dev/null 2>&1 || :""" % get.installDIR())
shelltools.system("python3 setup.py --no-update-icon-cache --no-compile-schemas install --root=%s --no-compile -O0" % get.installDIR())
#pythonmodules.install(pyVer="3")
#pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO")