You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/metromap/metromap-0.1.4-r2.ebuild

54 lines
1001 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 gnome2-utils
DESCRIPTION="Metromap is simple pygtk+2 programm for finding paths in metro(subway) maps"
HOMEPAGE="http://metromap.antex.ru/"
SRC_URI="http://metromap.antex.ru/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
>=dev-python/pygtk-2.8:2[${PYTHON_MULTI_USEDEP}]
')
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
python_fix_shebang .
sed -e 's,Gtk;,GTK;,' -i metromap.desktop || die
}
src_compile() { :; }
src_install() {
emake DESTDIR="${ED}"/usr install
python_optimize "${ED}"/usr/share/metromap/modules/
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}