summaryrefslogtreecommitdiff
blob: 72b12c2c58d41f055b68743aa421f2ff271fb67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="Framework for interactive GUI programming"
HOMEPAGE="http://felixrabe.textdriven.com/pygtk-shell/"
SRC_URI="http://felixrabe.textdriven.com/${PN}/releases/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/pygtk-2.8
	dev-python/pycairo"

src_install() {
	distutils_src_install
	make_desktop_entry pygtk_shell.py "PyGTK Shell"
}