# Template file for 'syncplay' pkgname=syncplay version=1.7.0 revision=3 build_style=gnu-makefile pycompile_dirs="usr/lib/syncplay/syncplay" depends="desktop-file-utils python3-pyside2 python3-Twisted qt5-declarative python3-service_identity" short_desc="Free software that synchronises media players" maintainer="KeepBotting " license="Apache-2.0" homepage="https://syncplay.pl/" distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz" checksum=d65c402869a5b5906a601cb08452363d29d7f08a4e5df0edd29676d8c0c7b81d python_version=3 post_install() { for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do rm -rf ${DESTDIR}/usr/share/icons/${res} done }