summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD27
2 files changed, 40 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 072e3e70836b..e6167ddfb1ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,24 @@
pkgbase = gnome-games-libretro
pkgdesc = Libretro definitions for gnome-games
pkgver = 3.30.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/Games
arch = any
license = GPL3
+ optdepends = libretro-blastem: Sega Mega Drive support
+ optdepends = libretro-bsnes: Super Nintendo Entertainment System support
+ optdepends = libretro-bsnes-mercury-git: Alternative Super Nintendo Entertainment System support
+ optdepends = libretro-dosbox-git: DOS support
+ optdepends = libretro-gambatte: Nintendo Game Boy/Game Boy Color support
+ optdepends = libretro-handy-git: Atary Lynx support
+ optdepends = libretro-mame-git: Arcade support
+ optdepends = libretro-mednafen-saturn-git: Sega Saturn support
+ optdepends = libretro-mgba: Nintendo Game Boy Advance support
+ optdepends = libretro-nestopia: Nintendo Entertainment System support
+ optdepends = libretro-pcsx-rearmed-git: Sony PlayStation support
+ optdepends = libretro-picodrive-git: Sega Genesis/Master System/CD/32X/Pico support
+ optdepends = libretro-prosystem-git: Atari 7800 support
+ optdepends = libretro-stella: Atari 2600 support
source = git+https://gitlab.gnome.org/GNOME/gnome-games.git#tag=3.30.0
sha256sums = SKIP
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')