summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2015-11-15 06:59:24 -0700
committerTaylor Smock2015-11-15 06:59:24 -0700
commit37e1355dd10f91914da00227b1c01a109c853bc8 (patch)
tree4d9e9a6deb42549ef8745b542995ce9718d2a358
parent26004daf1a1fe0b53046b3dc53a63d9e4edce0a7 (diff)
downloadaur-37e1355dd10f91914da00227b1c01a109c853bc8.tar.gz
Added some optdepends
* Kodi -- accepts 360 input * evtest -- accepts 360 input
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--changelog.txt49
3 files changed, 14 insertions, 51 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb12baefeb9..bfd9270fdcf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-steamcontroller-git
pkgdesc = Standalone userland driver for the Steam controller
pkgver = 6ab9f2a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ynsta/steamcontroller
install = steamcontroller.install
changelog = changelog.txt
@@ -11,8 +11,10 @@ pkgbase = python-steamcontroller-git
makedepends = python-distutils-extra
depends = python-libusb1
optdepends = steamcontroller-udev: Required to have the controller recognized
- optdepends = python-pyside
- optdepends = python-pyqtgraph
+ optdepends = python-pyside: Required for sc-gyro-plot.py
+ optdepends = python-pyqtgraph: Required for sc-gyro-plot.py
+ optdepends = kodi: Can use xbox controller
+ optdepends = evtest: Can test xbox controller settings
provides = steamcontroller
conflicts = steamcontroller
conflicts = steamcontroller-udev
diff --git a/PKGBUILD b/PKGBUILD
index 1726f2ee1000..0587f3f6988b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-steamcontroller-git
_pkgname=steamcontroller
pkgver=6ab9f2a
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone userland driver for the Steam controller"
arch=('i686' 'x86_64')
url="https://github.com/ynsta/${_pkgname}"
@@ -10,8 +10,10 @@ license=('MIT')
makedepends=('python-distutils-extra')
depends=('python-libusb1')
optdepends=('steamcontroller-udev: Required to have the controller recognized'
- 'python-pyside'
- 'python-pyqtgraph')
+ 'python-pyside: Required for sc-gyro-plot.py'
+ 'python-pyqtgraph: Required for sc-gyro-plot.py'
+ 'kodi: Can use xbox controller'
+ 'evtest: Can test xbox controller settings')
provides=('steamcontroller')
conflicts=("${_pkgname}" 'steamcontroller-udev')
changelog=('changelog.txt')
diff --git a/changelog.txt b/changelog.txt
index 7e9c39f92fd4..f15057cc2ed7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,49 +1,8 @@
+Initial code v2
+ * Added programs that can be used for testing (Kodi, evtest)
+
Initial code
* Not really working
* Try "echo 8f07005e 015e01f4 01000000 | sc-test-cmsg.py" to check
* sc-xbox.py start *should* start emulating the 360 controller.Initial
- code
- * Not really working
- * Try "echo 8f07005e 015e01f4 01000000 | sc-test-cmsg.py" to
- check
- * sc-xbox.py start *should* start emulating the 360
- controller.Initial code
- * Not really working
- * Try "echo 8f07005e 015e01f4 01000000 |
- sc-test-cmsg.py" to check
- * sc-xbox.py start *should* start emulating the 360
- controller.Initial code
- * Not really working
- * Try "echo 8f07005e 015e01f4 01000000 |
- sc-test-cmsg.py" to check
- * sc-xbox.py start *should* start emulating
- the 360 controller.Initial code
- * Not really working
- * Try "echo 8f07005e 015e01f4 01000000
- | sc-test-cmsg.py" to check
- * sc-xbox.py start *should* start
- emulating the 360 controller.Initial
- code
- * Not really working
- * Try "echo 8f07005e 015e01f4
- 01000000 | sc-test-cmsg.py" to
- check
- * sc-xbox.py start *should*
- start emulating the 360
- controller.Initial code
- * Not really working
-
- * Try "echo 8f07005e 015e01f4
- 01000000 | sc-test-cmsg.py" to
- check
- * sc-xbox.py start *should*
- start emulating the 360
- controller.Initial code
- * Not really working
-
- * Try "echo 8f07005e 015e01f4
- 01000000 | sc-test-cmsg.py" to
- check
- * sc-xbox.py start *should*
- start emulating the 360
- controller.
+ code