diff options
author | William Edwards | 2023-11-12 15:04:45 -0800 |
---|---|---|
committer | William Edwards | 2023-11-12 15:04:45 -0800 |
commit | 7ef3d0b07a1db6c2391397d9489330024fab3088 (patch) | |
tree | 530c2e43f220ef9610a4a37cb5c6c76a055f6139 | |
parent | feabbb107c45ecb6744ad28dbfe5ff98a26afa50 (diff) | |
download | aur-7ef3d0b07a1db6c2391397d9489330024fab3088.tar.gz |
Optionally depend on bluez and dbus
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = opengamepadui-bin pkgdesc = Open source game launcher pkgver = v0.28.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/ShadowBlip/OpenGamepadUI arch = x86_64 license = GPL @@ -21,6 +21,8 @@ pkgbase = opengamepadui-bin optdepends = bubblewrap optdepends = wireplumber optdepends = networkmanager + optdepends = bluez + optdepends = dbus provides = opengamepadui conflicts = opengamepadui-git source = opengamepadui-v0.28.0.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v0.28.0/opengamepadui.tar.gz @@ -2,7 +2,7 @@ pkgname=opengamepadui-bin _pkgbase=opengamepadui pkgver=v0.28.0 -pkgrel=2 +pkgrel=3 pkgdesc="Open source game launcher" arch=('x86_64') url="https://github.com/ShadowBlip/OpenGamepadUI" @@ -11,7 +11,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') provides=('opengamepadui') conflicts=('opengamepadui-git') source=(opengamepadui-$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/$pkgver/opengamepadui.tar.gz) |