# Maintainer: Mario O.M. pkgname=vidify pkgver=2.0.5 pkgrel=2 pkgdesc="Watch music videos in real-time for the songs playing on your device" arch=("any") url="https://github.com/vidify/vidify" license=("LGPL") depends=("python" "glib2" "python-gobject" "gtk3" "youtube-dl" "python-vlc" "python-lyricwikia" "python-pydbus" "python-tekore" "python-qdarkstyle" "python-appdirs" "python-pyqt5" "python-pyqtwebengine" "python-qtpy") optdepends=("python-mpv: support for the mpv player" "vidify-audiosync: audio synchronization extension") makedepends=("python-setuptools") source=("https://github.com/vidify/vidify/releases/download/$pkgver/vidify-$pkgver.tar.gz") md5sums=('6c8d5a1c23aa74ccfa03b7499920ee40') build() { cd "$pkgname-$pkgver" python setup.py build } package() { cd "$pkgname-$pkgver" python setup.py install --root="$pkgdir" --optimize=1 --skip-build # Installing the desktop file and icon install -Dm755 "dev/vidify.desktop" "$pkgdir/usr/share/applications/vidify.desktop" install -Dm644 "dev/vidify.svg" "$pkgdir/usr/share/pixmaps/vidify.svg" }