diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index 165feac61e9..39f23ca8f85 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,7 +1,7 @@ # Template file for 'mopidy' pkgname=mopidy version=1.1.1 -revision=1 +revision=2 wrksrc="Mopidy-$version" noarch=yes build_style=python-module @@ -21,6 +21,8 @@ distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz" checksum=823e1ba8781a107c69e8c1cd8fad9be81dc003c946e9d54fe41cadaad3a0e78e post_install() { + vmkdir usr/share/applications/ + vcopy extra/desktop/mopidy.desktop usr/share/applications/ vconf $FILESDIR/mopidy.conf vsv mopidy }