# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

DESCRIPTION="A gui theme editor for openbox"
HOMEPAGE="http://xyne.archlinux.ca/projects/obtheme/"
SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="dev-lang/python
	dev-python/pygtk
	dev-python/fuse-python
	x11-libs/gtk+:2"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}"

src_install() {
	dobin "${PN}"
}

pkg_postinst() {
	echo
	einfo "set environment XDG_CONFIG_HOME value or ~/.config will be used"
	ebeep
}