summaryrefslogtreecommitdiff
blob: dfb9a36ce5dc472e836783e1eb9b5123fe2b0aa8 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-9999.ebuild,v 1.3 2011/04/11 20:59:47 arfrever Exp $

EAPI=3

PYTHON_DEPEND=2

inherit distutils eutils mercurial

EHG_REPO_URI="https://partiwm.googlecode.com/hg/"

DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
HOMEPAGE="http://partiwm.googlecode.com/"
MY_P="${PN}-all-${PV}"
SRC_URI=""

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

COMMON_DEPEND="dev-python/pygtk:2
	x11-libs/libX11
	x11-libs/libXcomposite
	x11-libs/libXdamage
	x11-libs/libXtst"

RDEPEND="${COMMON_RDEPEND}
	dev-python/ipython
	x11-apps/xmodmap"
DEPEND="${COMMON_RDEPEND}
	dev-python/cython
	dev-python/pyrex
	dev-util/pkgconfig"

S=${WORKDIR}/hg

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	if [ ! -e wimpiggy/lowlevel/constants.pxi ] ; then
		$(PYTHON -2 -a) make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi || die
	fi
}