23 lines
937 B
Text
23 lines
937 B
Text
# Template file for 'gtk-vnc'
|
|
pkgname=gtk-vnc
|
|
version=0.4.4
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-python --disable-static --with-gtk=3.0"
|
|
makedepends="perl>=0 pkg-config intltool gobject-introspection gtk+3-devel gnutls-devel libsasl-devel vala-devel"
|
|
revision=1
|
|
short_desc="VNC viewer widget for GTK"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=c93fdb53c78b52a1cfa067c1a0be0b93d4adfc17ccea1215f20eeab2818308b7
|
|
long_desc="
|
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing
|
|
it to be completely asynchronous while remaining single threaded. It provides
|
|
a core C library, and bindings for Python (PyGTK).
|
|
|
|
gtk-vnc supports a number of VNC extensions aimed at improving the user
|
|
experience, particularly when interacting with virtual machines."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|