mopidy: add .desktop file to those installed

This commit is contained in:
Toyam Cox 2016-03-28 14:05:04 -04:00
parent eb36bffcbb
commit 9f8c1d5a0c
1 changed files with 3 additions and 1 deletions

View File

@ -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
}