summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-05-13 12:46:30 -0400
committerVincent Grande2020-05-13 12:46:30 -0400
commita8a907e0beecf3af5e1dc06a22683b1df6139cdb (patch)
tree3b7b5c192771abca3655e398ceb61194433ccef0
parent93fb86dc3bcea9851f1a2e26cd01fa4000dfb4eb (diff)
downloadaur-a8a907e0beecf3af5e1dc06a22683b1df6139cdb.tar.gz
no more tslib
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b893e73ef3..41c4473ceb2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = lib32-sdl2-hg
makedepends = wayland-protocols
makedepends = lib32-libxss
makedepends = cmake
- makedepends = lib32-tslib
makedepends = mercurial
depends = lib32-glibc
depends = lib32-libxext
@@ -28,6 +27,7 @@ pkgbase = lib32-sdl2-hg
optdepends = lib32-libpulse: PulseAudio audio driver
optdepends = lib32-jack: JACK audio driver
optdepends = jack: JACK audio support
+ optdepends = lib32-tslib: Touchscreen support
provides = lib32-sdl2
conflicts = lib32-sdl2
source = hg+http://hg.libsdl.org/SDL#branch=default
diff --git a/PKGBUILD b/PKGBUILD
index 1eb130057132..b3edb2396dd8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,12 @@ depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 'lib32-
'lib32-libxcursor' 'sdl2')
makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 'lib32-libxrandr'
'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 'wayland-protocols'
- 'lib32-libxss' 'cmake' 'lib32-tslib' 'mercurial')
+ 'lib32-libxss' 'cmake' 'mercurial')
optdepends=('lib32-alsa-lib: ALSA audio driver'
'lib32-libpulse: PulseAudio audio driver'
'lib32-jack: JACK audio driver'
- 'jack: JACK audio support')
+ 'jack: JACK audio support'
+ 'lib32-tslib: Touchscreen support')
provides=(lib32-sdl2)
conflicts=(lib32-sdl2)
source=("hg+http://hg.libsdl.org/SDL#branch=default")