gnome-boxes: update to 3.8.2.

This commit is contained in:
Juan RP 2013-05-14 09:35:03 +02:00
parent 289f415eee
commit 48f36aa1ac

View file

@ -1,45 +1,22 @@
# Template file for 'gnome-boxes'
pkgname=gnome-boxes
version=3.6.2
version=3.8.2
revision=1
build_style=gnu-configure
makedepends="pkg-config intltool glib-devel gobject-introspection
clutter-gtk-devel gtk+3-devel gtk-vnc-devel libvirt-glib-devel libxml2-devel
libgudev-devel libosinfo-devel>=0.2.1 tracker-devel libuuid-devel
spice-gtk-devel>=0.14_4 spice-protocol vala-devel libsoup-devel"
hostmakedepends="pkg-config intltool itstool gobject-introspection"
makedepends="clutter-gtk-devel gtk+3-devel gtk-vnc-devel libuuid-devel
libvirt-glib-devel>=0.1.6 libxml2-devel libgudev-devel libosinfo-devel>=0.2.7
tracker-devel spice-gtk-devel>=0.14_4 spice-protocol vala-devel libsoup-devel"
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"
checksum=8ac18585fd29770961a39a13de38809fe6175d432666aa1feb81587edfddbd64
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."
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=29a004d2389e9b756be3ac6dbc73e597cf2349fc5b0266dee71cb792759d8f24
gnome-boxes_package() {
depends="qemu libosinfo>=0.2.1 desktop-file-utils
hicolor-icon-theme shared-mime-info"
depends="qemu libvirt-glib>=0.1.6 libosinfo>=0.2.7 desktop-file-utils hicolor-icon-theme shared-mime-info"
pkg_install() {
vmove usr
vmove all
}
}