syncplay: update to 1.5.3. (#415)

This commit is contained in:
cr6git 2018-06-27 02:44:25 +02:00 committed by GitHub
parent b5291cc219
commit 04ebcb0c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,20 @@
# Template file for 'syncplay'
pkgname=syncplay
version=1.5.2
revision=2
version=1.5.3
revision=1
noarch=yes
build_style=gnu-makefile
pycompile_dirs="usr/lib/syncplay/syncplay"
depends="python-pyside python-Twisted"
depends="desktop-file-utils python-pyside python-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=8a6a6e73b28e842230b4deef3b031f8ebeea5e30ffca393f2c4f8de207c6f428
checksum=db7dff9362645e7ed1f79eb5c70a742a8ffb6f52c9412def6766c2a9a55260fa
post_install() {
for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
rm -rf ${DESTDIR}/usr/share/icons/${res}
done
}