# Contributor: Matthew Bauer # Contributor: TingPing # Contributor: Christopher Eby # Maintainer: Steven Allen pkgname=pithos pkgver=1.2.1 pkgrel=3 pkgdesc='Native Pandora Radio client' arch=('any') url="https://pithos.github.io/" license=('GPL3') depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo' 'python>=3.6' 'gst-plugins-good' 'gst-libav' 'gst-plugins-base') optdepends=('libkeybinder3: for media keys plugin' 'libappindicator-gtk3: Unity indicator applet support' 'python-pacparser: PAC proxy support' 'python-pylast: Last.fm scrobbling support' 'libnotify: Notification support') makedepends=('intltool') source=("https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz") sha256sums=('51dc6095162df3ee095a34d3a9ab20aeb4c99fe017a48ae648a5dd55d21c2c17') build() { cd "$srcdir/${pkgname}-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/${pkgname}-$pkgver" DESTDIR="$pkgdir" make install }