diff options
author | Mark Wagie | 2024-04-06 11:03:59 -0600 |
---|---|---|
committer | Mark Wagie | 2024-04-06 11:03:59 -0600 |
commit | da36f25348d5f67bcfcbd3c76ff56981241af829 (patch) | |
tree | c2d4b1a6ecc1fcd456c9a6873472bb1351b83e92 /PKGBUILD | |
parent | fc4c68c618c2808e4381a0c97a549484bf895ab1 (diff) | |
download | aur-da36f25348d5f67bcfcbd3c76ff56981241af829.tar.gz |
add future optional deps for core
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -23,6 +23,18 @@ makedepends=( 'meson' 'vala' ) +#optdepends=( +# 'blastem-highscore-git' +# 'bsnes-highscore-git' +# 'desmume-highscore-git' +# 'gearsystem-highscore-git' +# 'mednafen-highscore-git' +# 'mgba-highscore-git' +# 'mupen64plus-highscore-git' +# 'nestopia-highscore-git' +# 'prosystem-highscore-git' +# 'stella-highscore-git' +#) provides=("${pkgname%-git}" 'gnome-games') conflicts=("${pkgname%-git}" 'gnome-games') source=('git+https://gitlab.gnome.org/World/highscore.git') |