From 04ebcb0c194ce37638b6098527c570f998ccca40 Mon Sep 17 00:00:00 2001 From: cr6git Date: Wed, 27 Jun 2018 02:44:25 +0200 Subject: [PATCH] syncplay: update to 1.5.3. (#415) --- srcpkgs/syncplay/template | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template index eaa9619219..817082cc81 100644 --- a/srcpkgs/syncplay/template +++ b/srcpkgs/syncplay/template @@ -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 " 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 +}