21 lines
710 B
Bash
21 lines
710 B
Bash
# Template file for 'syncplay'
|
|
pkgname=syncplay
|
|
version=1.6.3
|
|
revision=2
|
|
archs=noarch
|
|
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 <branon.mcclellan@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://syncplay.pl/"
|
|
distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
|
|
checksum=fa65ac115c2cda978d2ce41228bddc3f0954543475d091dd1db78d4ba50d3794
|
|
|
|
post_install() {
|
|
for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
|
|
rm -rf ${DESTDIR}/usr/share/icons/${res}
|
|
done
|
|
}
|