1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: retroarch-core-info: Rename to libretro-core-info.

This is to match the upstream name.

* gnu/packages/emulators.scm (retroarch-core-info): Rename to...
(libretro-core-info): ... this, and mark the previous name as deprecated.
(retroarch): Adjust accordingly.

Reviewed-by: Sou Bunnbu (宋文武) <iyzsong@member.fsf.org>
Change-Id: I634f4b2ecc6d798b8a5386d9449fd32945453844
This commit is contained in:
Maxim Cournoyer 2025-01-18 12:35:04 +09:00
parent 3b5dfbbfac
commit f30a31d797
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1779,9 +1779,9 @@ libretro API, based on Mupen64Plus. It incorporates the following projects:
generate the various User Experience (UX) environments.") generate the various User Experience (UX) environments.")
(license license:cc-by4.0))) (license license:cc-by4.0)))
(define-public retroarch-core-info (define-public libretro-core-info
(package (package
(name "retroarch-core-info") (name "libretro-core-info")
(version "1.20.0") (version "1.20.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -1803,6 +1803,9 @@ metadata about each known libretro core. The snapshot is taken from the
@url{https://github.com/libretro/libretro-super, libretro-super} repository.") @url{https://github.com/libretro/libretro-super, libretro-super} repository.")
(license license:expat))) (license license:expat)))
(define-public retroarch-core-info
(deprecated-package "retroarch-core-info" libretro-core-info))
(define-public retroarch-joypad-autoconfig (define-public retroarch-joypad-autoconfig
(package (package
(name "retroarch-joypad-autoconfig") (name "retroarch-joypad-autoconfig")
@ -2726,7 +2729,7 @@ multi-system game/emulator system.")
;; which is problematic. The environment variables overrides the ;; which is problematic. The environment variables overrides the
;; configuration file values. ;; configuration file values.
retroarch-assets retroarch-assets
retroarch-core-info libretro-core-info
retroarch-joypad-autoconfig)))) retroarch-joypad-autoconfig))))
(define-public wasm4 (define-public wasm4