From cab940a0509aafae5adbeb92a29d27b93b0fa77f Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 15 Dec 2016 15:57:07 +0000 Subject: testing/kimchi: added further dependencies --- testing/kimchi/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'testing/kimchi/APKBUILD') diff --git a/testing/kimchi/APKBUILD b/testing/kimchi/APKBUILD index ef065aa3de..3e5fae061a 100644 --- a/testing/kimchi/APKBUILD +++ b/testing/kimchi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=kimchi pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="An HTML5 management interface for KVM " url="https://kimchi-project.github.io" arch="noarch" @@ -10,11 +10,12 @@ license="APACHE LGPL2.1" depends="python2 py-ipaddr py2-m2crypto py2-simplejson py-psutil py-imaging py2-libvirt py-cheetah py-ethtool py2-lxml py-websockify py2-pillow qemu py2-configobj py2-six py2-paramiko py2-magic libvirt-daemon -wok gingerbase py2-netaddr py2-libuser" +wok gingerbase py2-netaddr py2-libuser +util-linux spice-html5" makedepends="automake autoconf libtool gettext-dev python2-dev py-setuptools pyflakes libxslt py2-pip py-pep8 py2-mock py-cherrypy pytest py2-requests -grep bash bc" +grep bash bc spice-html5" subpackages="$pkgname-lang" source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -25,7 +26,8 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --with-spice-html5 make -j1 || return 1 } -- cgit v1.2.3