summaryrefslogtreecommitdiff
blob: 49869803358d61327d3a490e36e3be4676d27e54 (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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gtkvncviewer/gtkvncviewer-0.4.ebuild,v 1.1 2012/07/04 06:08:05 angelos Exp $

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; }