void-packages/srcpkgs/gnome-boxes/template

46 lines
1.6 KiB
Plaintext
Raw Normal View History

2012-09-28 10:13:07 +00:00
# Template file for 'gnome-boxes'
pkgname=gnome-boxes
2012-11-13 08:47:46 +00:00
version=3.6.2
2012-09-28 10:13:07 +00:00
revision=1
build_style=gnu-configure
makedepends="pkg-config intltool glib-devel gobject-introspection
2012-10-15 17:53:35 +00:00
clutter-gtk-devel gtk+3-devel gtk-vnc-devel libvirt-glib-devel libxml2-devel
2012-11-13 08:47:46 +00:00
libgudev-devel libosinfo-devel>=0.2.1 tracker-devel libuuid-devel
spice-gtk-devel>=0.14_4 spice-protocol vala-devel libsoup-devel"
2012-09-28 10:13:07 +00:00
short_desc="GNOME 3 application to access remote or virtual systems"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://live.gnome.org/Boxes"
license="LGPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
2012-11-13 08:47:46 +00:00
checksum=8ac18585fd29770961a39a13de38809fe6175d432666aa1feb81587edfddbd64
2012-09-28 10:13:07 +00:00
long_desc="
A simple GNOME 3 application to access remote or virtual systems. It is based
on a design from Jon McCann and Jakub Steiner.
(Planned) features:
- View, access, and use:
- remote machines
- remote virtual machines
- local virtual machines
- When technology permits, set up access for applications on local virtual
machines
- View, access, and use virtual machines on removable media
- View, access, and use shared connection / machines
- Share connections?
- Upload / publish virtual machines
- Select favorites
- Search for connections
Use cases:
- Connect to a local virtual machine for testing.
- Connecting to a work machine from home.
- Connect to a work machine over a low quality cellular network."
gnome-boxes_package() {
depends="qemu libosinfo>=0.2.1 desktop-file-utils
hicolor-icon-theme shared-mime-info"
pkg_install() {
vmove usr
}
}