mopidy: update to 2.2.0.
This commit is contained in:
parent
7b5f3d66bb
commit
1fe1016de9
1 changed files with 10 additions and 8 deletions
|
@ -1,14 +1,22 @@
|
|||
# Template file for 'mopidy'
|
||||
pkgname=mopidy
|
||||
version=2.1.0
|
||||
version=2.2.0
|
||||
revision=1
|
||||
wrksrc="Mopidy-$version"
|
||||
wrksrc="Mopidy-${version}"
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
pycompile_module=mopidy
|
||||
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
|
||||
depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
|
||||
python-tornado python-pykka python-setuptools python-requests"
|
||||
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://www.mopidy.com"
|
||||
changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||
checksum=577d5aece5769f222e5f8801217c6a958574fd8047527599c8ac8225fcf77258
|
||||
|
||||
conf_files="/etc/mopidy/*.conf"
|
||||
system_accounts="mopidy"
|
||||
mopidy_homedir="/var/lib/mopidy/"
|
||||
|
@ -16,12 +24,6 @@ mopidy_groups="audio"
|
|||
make_dirs="
|
||||
/var/lib/mopidy 0755 mopidy mopidy
|
||||
/var/cache/mopidy 0755 mopidy mopidy"
|
||||
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://www.mopidy.com"
|
||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||
checksum=297369a34ebd584b2fe25a7184f68fe876a149256549b03b503a55ede3f13f6a
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue