20 lines
665 B
Bash
20 lines
665 B
Bash
# Template file for 'syncplay'
|
|
pkgname=syncplay
|
|
version=1.6.2
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
pycompile_dirs="usr/lib/syncplay/syncplay"
|
|
depends="desktop-file-utils python3-pyside python3-Twisted"
|
|
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=42f2e18063dbc4e540d6be423d459f6b359977dd5c2188df41846017378ba0a0
|
|
|
|
post_install() {
|
|
for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
|
|
rm -rf ${DESTDIR}/usr/share/icons/${res}
|
|
done
|
|
}
|