2012-09-28 12:13:07 +02:00
|
|
|
# Template file for 'gnome-boxes'
|
|
|
|
pkgname=gnome-boxes
|
2015-10-13 09:24:24 +02:00
|
|
|
version=3.18.1
|
2015-10-14 09:16:28 +02:00
|
|
|
revision=2
|
2014-09-18 20:53:56 +02:00
|
|
|
# XXX ovirt support.
|
2012-09-28 12:13:07 +02:00
|
|
|
build_style=gnu-configure
|
2014-09-18 20:53:56 +02:00
|
|
|
configure_args="--enable-smartcard"
|
2015-06-20 13:16:15 +02:00
|
|
|
hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="clutter-gtk-devel gtk+3-devel gtk-vnc-devel libuuid-devel
|
|
|
|
libvirt-glib-devel libxml2-devel libgudev-devel libosinfo-devel
|
|
|
|
tracker-devel spice-gtk-devel spice-protocol vala-devel
|
2015-06-06 12:38:12 +02:00
|
|
|
libsoup-devel libarchive-devel libusb-devel"
|
2014-03-27 18:21:47 +01:00
|
|
|
depends="qemu libvirt-glib>=0.1.6 libosinfo>=0.2.10 desktop-file-utils
|
|
|
|
hicolor-icon-theme shared-mime-info"
|
2012-09-28 12:13:07 +02:00
|
|
|
short_desc="GNOME 3 application to access remote or virtual systems"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-09-28 12:13:07 +02:00
|
|
|
homepage="https://live.gnome.org/Boxes"
|
|
|
|
license="LGPL-2"
|
2015-03-24 11:03:26 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2015-10-13 09:24:24 +02:00
|
|
|
checksum=0235d7f76cf3faa3889b302c743d608759e84506657ed4e374592c39f768fb2b
|
2015-06-20 13:16:15 +02:00
|
|
|
|
|
|
|
build_options="gir"
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default+=" gir"
|
|
|
|
fi
|