mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
quamash -> qasync
Signed-off-by: Joel <rootjdev@gmail.com>
This commit is contained in:
parent
9637d62816
commit
d4f6d10bcd
3 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@ arch=("i686" "x86_64")
|
||||||
url="https://github.com/kbumsik/VirtScreen"
|
url="https://github.com/kbumsik/VirtScreen"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('xorg-xrandr' 'x11vnc' 'python-pyqt5' 'qt5-quickcontrols2' 'python-quamash-git' 'python-netifaces')
|
depends=('xorg-xrandr' 'x11vnc' 'python-pyqt5' 'qt5-quickcontrols2' 'python-qasync' 'python-netifaces')
|
||||||
makedepends=('python-pip' 'perl')
|
makedepends=('python-pip' 'perl')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'arandr: for display settings option'
|
'arandr: for display settings option'
|
||||||
|
@ -38,4 +38,4 @@ package() {
|
||||||
# These are already installed by setup.py
|
# These are already installed by setup.py
|
||||||
# install -Dm644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
# install -Dm644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||||
# install -Dm644 "data/icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
|
# install -Dm644 "data/icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
|
||||||
}
|
}
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -143,8 +143,7 @@ setup(
|
||||||
#
|
#
|
||||||
# For an analysis of "install_requires" vs pip's requirements files see:
|
# For an analysis of "install_requires" vs pip's requirements files see:
|
||||||
# https://packaging.python.org/en/latest/requirements.html
|
# https://packaging.python.org/en/latest/requirements.html
|
||||||
install_requires=['PyQt5>=5.10.1',
|
install_requires=['Quasync>=0.9.1',
|
||||||
'Quamash>=0.6.0',
|
|
||||||
'netifaces>=0.10.6'], # Optional
|
'netifaces>=0.10.6'], # Optional
|
||||||
|
|
||||||
# List additional groups of dependencies here (e.g. development
|
# List additional groups of dependencies here (e.g. development
|
||||||
|
|
|
@ -22,7 +22,7 @@ from PyQt5.QtWidgets import QApplication
|
||||||
from PyQt5.QtQml import qmlRegisterType, QQmlApplicationEngine
|
from PyQt5.QtQml import qmlRegisterType, QQmlApplicationEngine
|
||||||
from PyQt5.QtGui import QIcon
|
from PyQt5.QtGui import QIcon
|
||||||
from PyQt5.QtCore import Qt, QUrl
|
from PyQt5.QtCore import Qt, QUrl
|
||||||
from quamash import QEventLoop
|
from qasync import QEventLoop
|
||||||
|
|
||||||
from .display import DisplayProperty
|
from .display import DisplayProperty
|
||||||
from .xrandr import XRandR
|
from .xrandr import XRandR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue