summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2018-10-13 12:00:43 -0700
committerEric Anderson2018-10-13 12:00:43 -0700
commitee7fec90813034d55b7cca093642c1e6bd86b053 (patch)
tree992b8c1677b3c6730472dfbeb8df8648c1ec2d1d /PKGBUILD
parent458e7b01d006f833298868985fadb5923b6555c8 (diff)
downloadaur-ee7fec90813034d55b7cca093642c1e6bd86b053.tar.gz
Add optdepends listing libretro cores supported
I have only actually tested bsnes, gambatte, and nestopia by loading sample roms.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD27
1 files changed, 25 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6691277691ef..f096b906cb02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,34 @@
pkgname=gnome-games-libretro
_srcname=gnome-games
pkgver=3.30.0
-pkgrel=2
+pkgrel=3
pkgdesc='Libretro definitions for gnome-games'
arch=('any')
-license=('GPL3')
url='https://wiki.gnome.org/Apps/Games'
+license=('GPL3')
+optdepends=('libretro-blastem: Sega Mega Drive support'
+ 'libretro-bsnes: Super Nintendo Entertainment System support'
+ 'libretro-bsnes-mercury-git: Alternative Super Nintendo Entertainment System support'
+ # TODO: see if renaming module to desmume works
+ #'libretro-desmume2015: Nintendo DS support'
+ 'libretro-dosbox-git: DOS support'
+ 'libretro-gambatte: Nintendo Game Boy/Game Boy Color support'
+ 'libretro-handy-git: Atary Lynx support'
+ 'libretro-mame-git: Arcade support'
+ # TODO: see if renaming module to beetle works
+ #'libretro-mednafen-ngp: Neo Geo Pocket Color'
+ #'libretro-mednafen-pce-fast: TurboGrafx support'
+ 'libretro-mednafen-saturn-git: Sega Saturn support'
+ #'libretro-mednafen-vb: Nintendo Virtual Boy support'
+ #'libretro-mednafen-wswan: WonderSwan support'
+ 'libretro-mgba: Nintendo Game Boy Advance support'
+ 'libretro-nestopia: Nintendo Entertainment System support'
+ 'libretro-pcsx-rearmed-git: Sony PlayStation support'
+ 'libretro-picodrive-git: Sega Genesis/Master System/CD/32X/Pico support'
+ # Missing package
+ #'libretro-prboom: Doom support'
+ 'libretro-prosystem-git: Atari 7800 support'
+ 'libretro-stella: Atari 2600 support')
# libretro-cores is export-ignore in .gitattributes
source=("git+https://gitlab.gnome.org/GNOME/$_srcname.git#tag=$pkgver")
sha256sums=('SKIP')