summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-12-14 11:13:24 +0500
committerDmitry Kharitonov2017-12-14 11:13:24 +0500
commita5b68c088d1122f2691a8850c3b0be588ca87f6b (patch)
treed6218908927ca5145c5a6ef3da4c14647cd83038
parent04e9dee698beacce8e291c5dc15aa6c7644b2da5 (diff)
downloadaur-a5b68c088d1122f2691a8850c3b0be588ca87f6b.tar.gz
Removed deprecated Qt optdeps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61224abb1809..d1f00187e811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 31 21:31:14 UTC 2017
+# Thu Dec 14 06:12:52 UTC 2017
pkgbase = autokey-py3
pkgdesc = Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features.
pkgver = 0.93.10
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/guoci/autokey-py3
arch = any
license = GPL3
@@ -26,8 +26,6 @@ pkgbase = autokey-py3
depends = gtk-update-icon-cache
optdepends = python-atspi
optdepends = qt-at-spi: to work with KDE/Qt applications
- optdepends = python-qscintilla: for Qt GUI (deprecated)
- optdepends = kdebindings-python: for Qt GUI (deprecated)
conflicts = autokey
conflicts = autokey-gtk
conflicts = autokey-data
diff --git a/PKGBUILD b/PKGBUILD
index ebddba911f14..935cf21dedf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Blair <mail@dave-blair.de>
pkgname=autokey-py3
pkgver=0.93.10
-pkgrel=4
+pkgrel=5
pkgdesc="Python 3 port of AutoKey, a desktop automation utility for Linux and X11 with new features."
url="https://github.com/guoci/autokey-py3"
depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
@@ -11,9 +11,7 @@ depends=('python' 'wmctrl' 'hicolor-icon-theme' 'python-dbus' 'python-pyinotify'
'gtk-update-icon-cache')
makedepends=('python-setuptools')
optdepends=('python-atspi'
- 'qt-at-spi: to work with KDE/Qt applications'
- 'python-qscintilla: for Qt GUI (deprecated)'
- 'kdebindings-python: for Qt GUI (deprecated)')
+ 'qt-at-spi: to work with KDE/Qt applications')
conflicts=('autokey' 'autokey-gtk' 'autokey-data')
license=('GPL3')
arch=('any')