commit: 495aac8b76a8a0ba543c7889c6461d232e5ef81c Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jul 1 01:48:08 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jul 1 01:48:08 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=495aac8b
[media-sound/mopidy] Install desktop file. Package-Manager: portage-2.2.20 media-sound/mopidy/mopidy-1.0.7.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/mopidy/mopidy-1.0.7.ebuild b/media-sound/mopidy/mopidy-1.0.7.ebuild index c2ee8b9..c1090bf 100644 --- a/media-sound/mopidy/mopidy-1.0.7.ebuild +++ b/media-sound/mopidy/mopidy-1.0.7.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=(python2_7) -inherit distutils-r1 +inherit eutils distutils-r1 DESCRIPTION="An extensible music server that plays music from local disk and more" HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy" @@ -30,7 +30,11 @@ DEPEND="test? ( ${RDEPEND} S=${WORKDIR}/Mopidy-${PV} -DOCS=( README.rst ) +src_install() { + distutils-r1_src_install + domenu extra/desktop/mopidy.desktop || die + +} python_test() { nosetests || die
