~ruther/guix-local

f30a31d7978549c490a1889b981d4db8b56334fc — Maxim Cournoyer 1 year, 2 months ago 3b5dfbb
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
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +6 -3
@@ 1779,9 1779,9 @@ libretro API, based on Mupen64Plus.  It incorporates the following projects:
generate the various User Experience (UX) environments.")
    (license license:cc-by4.0)))

(define-public retroarch-core-info
(define-public libretro-core-info
  (package
    (name "retroarch-core-info")
    (name "libretro-core-info")
    (version "1.20.0")
    (source (origin
              (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.")
    (license license:expat)))

(define-public retroarch-core-info
  (deprecated-package "retroarch-core-info" libretro-core-info))

(define-public retroarch-joypad-autoconfig
  (package
    (name "retroarch-joypad-autoconfig")


@@ 2726,7 2729,7 @@ multi-system game/emulator system.")
           ;; which is problematic.  The environment variables overrides the
           ;; configuration file values.
           retroarch-assets
           retroarch-core-info
           libretro-core-info
           retroarch-joypad-autoconfig))))

(define-public wasm4