summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-11-12 15:09:12 -0800
committerWilliam Edwards2023-11-12 15:09:12 -0800
commit4aae76a6b694c2353e43dbe5b2f624320b67ba16 (patch)
treed809b560370e27b15e999d1ab430a07ebb1483c6
parenta82323cf0e50a657b582585f97b1746800720624 (diff)
downloadaur-4aae76a6b694c2353e43dbe5b2f624320b67ba16.tar.gz
Optionally depend on bluez and dbus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da8f8205c008..234b5ded7a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opengamepadui-git
pkgdesc = Open source game launcher
pkgver = v0.28.0.r0.gd2f36ca5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
license = GPL
@@ -37,6 +37,8 @@ pkgbase = opengamepadui-git
optdepends = bubblewrap
optdepends = wireplumber
optdepends = networkmanager
+ optdepends = bluez
+ optdepends = dbus
provides = opengamepadui
conflicts = opengamepadui-bin
source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git
diff --git a/PKGBUILD b/PKGBUILD
index aa9b023a710b..a329ef84ff64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opengamepadui-git
_pkgbase=OpenGamepadUI
pkgver=v0.28.0.r0.gd2f36ca5
-pkgrel=2
+pkgrel=3
pkgdesc="Open source game launcher"
arch=('x86_64')
url="https://github.com/ShadowBlip/OpenGamepadUI"
@@ -12,7 +12,7 @@ depends=('glibc' 'gcc-libs' 'libx11' 'libxres' 'libxcb' 'libxext' 'libxau'
'libxdmcp' 'gamescope' 'ryzenadj' 'vulkan-tools'
'mesa-utils'
)
-optdepends=('firejail' 'bubblewrap' 'wireplumber' 'networkmanager')
+optdepends=('firejail' 'bubblewrap' 'wireplumber' 'networkmanager' 'bluez' 'dbus')
makedepends=('godot' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
'libxi' 'libxrandr' 'mesa' 'glu' 'libglvnd' 'alsa-lib' 'make'
'unzip' 'wget' 'git'