1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Backend: switched to asyncio from Twisted

This commit is contained in:
Bumsik Kim 2018-06-28 02:19:32 -04:00
parent 8393dab1a5
commit c09fffe6e8
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 88 additions and 89 deletions

View file

@ -8,7 +8,7 @@ arch=("i686" "x86_64")
url="https://github.com/kbumsik/VirtScreen"
license=('GPL')
groups=()
depends=('xorg-xrandr' 'x11vnc' 'python-pyqt5' 'python-twisted' 'python-netifaces' 'python-qt5reactor')
depends=('xorg-xrandr' 'x11vnc' 'python-pyqt5' 'python-quamash-git' 'python-netifaces')
makedepends=('python-pip')
optdepends=(
'arandr: for display settings option'