Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 541296 | Differences between
and this patch

Collapse All | Expand All

(-)thunarx-python-0.3.0.ebuild (-9 / +7 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild,v 1.7 2013/04/11 18:08:48 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild,v 1.7 2013/04/11 18:08:48 ago Exp $
4
4
5
EAPI=5
5
EAPI=5
6
PYTHON_DEPEND=2
6
PYTHON_COMPAT=( python2_7 )
7
inherit python xfconf
7
8
inherit python-r1 xfconf
8
9
9
DESCRIPTION="Python bindings for the Thunar file manager"
10
DESCRIPTION="Python bindings for the Thunar file manager"
10
HOMEPAGE="http://goodies.xfce.org/projects/bindings/thunarx-python"
11
HOMEPAGE="http://goodies.xfce.org/projects/bindings/thunarx-python"
Lines 12-24 Link Here
12
13
13
LICENSE="GPL-3"
14
LICENSE="GPL-3"
14
SLOT="0"
15
SLOT="0"
15
KEYWORDS="amd64 x86"
16
KEYWORDS="~amd64 ~x86"
16
IUSE="debug"
17
IUSE="debug"
17
18
18
RDEPEND="x11-libs/gtk+:2
19
RDEPEND="x11-libs/gtk+:2
19
	dev-libs/glib:2
20
	dev-libs/glib:2
20
	>=dev-python/pygobject-2.16:2
21
	>=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
21
	dev-python/pygtk:2
22
	dev-python/pygtk:2[${PYTHON_USEDEP}]
22
	>=xfce-base/thunar-1.1.0"
23
	>=xfce-base/thunar-1.1.0"
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
24
	virtual/pkgconfig"
25
	virtual/pkgconfig"
Lines 30-38 Link Here
30
		)
31
		)
31
32
32
	DOCS=( AUTHORS ChangeLog NEWS README )
33
	DOCS=( AUTHORS ChangeLog NEWS README )
33
34
	python_set_active_version 2
35
	python_pkg_setup
36
}
34
}
37
35
38
src_install() {
36
src_install() {

Return to bug 541296