mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
syncplay: switch to pyside2
This commit is contained in:
parent
4df8dd59c2
commit
4fd5548bda
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'syncplay'
|
# Template file for 'syncplay'
|
||||||
pkgname=syncplay
|
pkgname=syncplay
|
||||||
version=1.6.3
|
version=1.6.3
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_dirs="usr/lib/syncplay/syncplay"
|
pycompile_dirs="usr/lib/syncplay/syncplay"
|
||||||
depends="desktop-file-utils python3-pyside python3-Twisted"
|
depends="desktop-file-utils python3-pyside2 python3-Twisted
|
||||||
|
qt5-declarative python3-service_identity"
|
||||||
short_desc="Free software that synchronises media players"
|
short_desc="Free software that synchronises media players"
|
||||||
maintainer="KeepBotting <branon.mcclellan@gmail.com>"
|
maintainer="KeepBotting <branon.mcclellan@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue