1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
6 pkgdesc="Small application to play or download videos from various YouTube-like sites"
8 url="http://kde-apps.org/content/show.php/WatchVideo?content=133133"
10 depends=('getmediumurl' 'python2-qt' 'python-urlreader' 'vlc')
11 source=(http://qt-apps.org/CONTENT/content-files/128368-WatchVideo-$pkgver.tar.gz)
12 md5sums=('f8bea1dab1534cb01f5c3f268536e0d3')
15 cd $srcdir/WatchVideo-$pkgver
17 python2 setup.py install --root=$pkgdir --optimize=1
20 sed -i 's_GenericName=WatchVideo_GenericName=Youtube Player_' watchvideo.desktop
23 install -Dm644 ./media/watchvideo.svg $pkgdir/usr/share/pixmaps/watchvideo.svg
24 install -Dm644 watchvideo.desktop $pkgdir/usr/share/applications/watchvideo.desktop