[arch-commits] Commit in mopidy/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 8 16:39:30 UTC 2015


    Date: Wednesday, April 8, 2015 @ 18:39:30
  Author: svenstaro
Revision: 130934

upgpkg: mopidy 1.0.0-2

Add html docs

Modified:
  mopidy/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-08 16:39:29 UTC (rev 130933)
+++ PKGBUILD	2015-04-08 16:39:30 UTC (rev 130934)
@@ -3,7 +3,7 @@
 
 pkgname=mopidy
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Mopidy is a music server which can play music both from multiple sources, like your local hard drive, radio streams, and from Spotify and SoundCloud."
 arch=('any')
 url="http://www.mopidy.com"
@@ -39,6 +39,9 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
+  install -dm644 "${pkgdir}/usr/share/doc/mopidy"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
+
   install -dm644 "${pkgdir}/usr/share/man/man1/"
   gzip -c docs/_build/man/mopidy.1 > "${pkgdir}/usr/share/man/man1/mopidy.1.gz" 
 



More information about the arch-commits mailing list