summaryrefslogtreecommitdiff
blob: cc315708ced3c17f80d1e23d8f40a8f6c2f7d50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
PYTHON_COMPAT=( python2_7 python3_2 )

inherit eutils fdo-mime python-r1 distutils-r1 git-2

DESCRIPTION="A small GTK tool to connect to VNC servers"
HOMEPAGE="https://cmende.github.com/gtkvncviewer"
EGIT_REPO_URI="git://github.com/cmende/${PN}.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="dev-libs/gobject-introspection
	gnome-base/libgnome-keyring[introspection]
	net-libs/gtk-vnc[gtk3,introspection]
	x11-libs/gdk-pixbuf:2[introspection]
	x11-libs/gtk+:3[introspection]"
DEPEND="${RDEPEND}"

pkg_postinst() { fdo-mime_desktop_database_update; }
pkg_postrm() { fdo-mime_desktop_database_update; }