diff options
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.2.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild index 3544796b0e1c..d23372febbf4 100644 --- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.1 2010/10/26 19:59:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.2 2010/10/26 20:07:27 ssuominen Exp $ EAPI=2 - inherit python xfconf DESCRIPTION="Python bindings for the Thunar file manager" @@ -13,19 +12,23 @@ SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="debug" RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2 - dev-python/pygobject:2 + >=dev-python/gnome-python-base-2.12 + >=dev-python/pygobject-2.16:2 dev-python/pygtk:2 xfce-base/thunar" DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { + XFCONF="--disable-dependency-tracking + $(xfconf_use_debug)" + DOCS="AUTHORS ChangeLog NEWS README" + python_set_active_version 2 - DOCS="AUTHORS ChangeLog NEWS" } src_install() { |