summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-09-06 18:05:07 +0300
committerStelios Tsampas2023-09-06 18:05:07 +0300
commitbff337ad15121fe7213d0e8323ec13ad4c66f38f (patch)
tree720b84784868e4f94afbe2177076bf9dd275020e
parent9931355a5ac7a8597ff8c5af1c187b2ebd657a98 (diff)
downloadaur-bff337ad15121fe7213d0e8323ec13ad4c66f38f.tar.gz
[rbdoom-3-bfg] Add optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 655237599082..9395dcf68d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rbdoom-3-bfg
pkgdesc = Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows
pkgver = 1.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RobertBeckebans/RBDOOM-3-BFG
install = rbdoom-3-bfg.install
arch = x86_64
@@ -16,6 +16,9 @@ pkgbase = rbdoom-3-bfg
depends = openal
depends = sdl2
optdepends = doom3bfg-data: packaged game data files
+ optdepends = mergerfs: required by the included launcher script to setup the correct file structure
+ optdepends = zenity: UI for the included launcher script
+ optdepends = yad: alternative UI for the included launcher script
options = !lto
source = git+https://github.com/RobertBeckebans/RBDOOM-3-BFG.git#tag=v1.5.1
source = rbdoom-3-bfg.png
diff --git a/PKGBUILD b/PKGBUILD
index eedbe07f529b..bdcca8da4805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=rbdoom-3-bfg
_srctag=1.5.1
pkgver=${_srctag//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows"
arch=('x86_64')
url="https://github.com/RobertBeckebans/RBDOOM-3-BFG"
@@ -25,6 +25,9 @@ makedepends=(
)
optdepends=(
'doom3bfg-data: packaged game data files'
+ 'mergerfs: required by the included launcher script to setup the correct file structure'
+ 'zenity: UI for the included launcher script'
+ 'yad: alternative UI for the included launcher script'
)
install=$pkgname.install
options=(!lto)