summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-02-06 20:00:40 -0800
committerDerek J. Clark2023-02-06 20:00:40 -0800
commit9fc6daf1b1f8e85b8fa164da61d03c39235d6d51 (patch)
tree704cb658442fbe5188365d2d646dcd627f7701d0
parent86d80132531fdd3022b5143d402b4ad5380248ef (diff)
downloadaur-9fc6daf1b1f8e85b8fa164da61d03c39235d6d51.tar.gz
Rumble working. Firejail inputs from external processes that aren't ogui input manager
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9864394e48b..1b9d42865f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ogui-git
pkgdesc = Open source game launcher
- pkgver = v0.0.2.r10.gd4236f8
+ pkgver = v0.0.2.r16.g119e823
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
@@ -31,8 +31,9 @@ pkgbase = ogui-git
depends = libxdmcp
depends = gamescope
depends = ryzenadj-git
+ depends = firejail
provides = ogui
- source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=d4236f8ee6071b31850f947bef2c73fcb76c2c22
+ source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=119e82385a72bd6c3693385989e2d9913e45f5ec
sha256sums = SKIP
pkgname = ogui-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d0aadfef68a..bd3eb982114e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=ogui-git
_pkgbase=OpenGamepadUI
-pkgver=v0.0.2.r10.gd4236f8
+pkgver=v0.0.2.r16.g119e823
pkgrel=1
pkgdesc="Open source game launcher"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/ShadowBlip/OpenGamepadUI"
license=('GPL')
groups=()
depends=('glibc' 'gcc-libs' 'libx11' 'libxres' 'libxcb' 'libxext' 'libxau'
- 'libxdmcp' 'gamescope' 'ryzenadj-git'
+ 'libxdmcp' 'gamescope' 'ryzenadj-git' 'firejail'
)
optdepends=()
makedepends=('godot4-bin' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
@@ -17,7 +17,7 @@ makedepends=('godot4-bin' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
'unzip' 'wget' 'git'
)
provides=('ogui')
-_tag=d4236f8ee6071b31850f947bef2c73fcb76c2c22
+_tag=119e82385a72bd6c3693385989e2d9913e45f5ec
source=("${_pkgbase}::git+https://github.com/ShadowBlip/${_pkgbase}.git#tag=${_tag}")
sha256sums=('SKIP')