# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Organize photos on your iPod, freely!" HOMEPAGE="http://www.gpixpod.org/" SRC_URI="mirror://sourceforge/gpixpod/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-python/pygtk-2.8.4 >=x11-libs/gtk+-2.0.0" RDEPEND="${DEPEND}" src_unpack() { distutils_python_version unpack ${A} # Fixing gpixpod.py for searching gpixpod.glade in the same directory sed -i "s:gpixpod\.glade:/usr/lib/gpixpod/gpixpod\.glade:g" ${S}/gpixpod.py # Fixing launching script sed -i "s:/usr/lib/gpixpod/:/usr/$(get_libdir)/python${PYVER}/site-packages/:" ${S}/gpixpod }