diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-18 12:35:04 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-26 22:59:59 +0900 |
| commit | f30a31d7978549c490a1889b981d4db8b56334fc (patch) | |
| tree | dab1527615f3ec1faefc58d6bb37276c933e4a2f /gnu/packages/emulators.scm | |
| parent | 3b5dfbbfac77b770e2aca5716f3268a654c6170d (diff) | |
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
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index b569f30e493..58ef76048bf 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -1779,9 +1779,9 @@ libretro API, based on Mupen64Plus. It incorporates the following projects: | |||
| 1779 | generate the various User Experience (UX) environments.") | 1779 | generate the various User Experience (UX) environments.") |
| 1780 | (license license:cc-by4.0))) | 1780 | (license license:cc-by4.0))) |
| 1781 | 1781 | ||
| 1782 | (define-public retroarch-core-info | 1782 | (define-public libretro-core-info |
| 1783 | (package | 1783 | (package |
| 1784 | (name "retroarch-core-info") | 1784 | (name "libretro-core-info") |
| 1785 | (version "1.20.0") | 1785 | (version "1.20.0") |
| 1786 | (source (origin | 1786 | (source (origin |
| 1787 | (method git-fetch) | 1787 | (method git-fetch) |
| @@ -1803,6 +1803,9 @@ metadata about each known libretro core. The snapshot is taken from the | |||
| 1803 | @url{https://github.com/libretro/libretro-super, libretro-super} repository.") | 1803 | @url{https://github.com/libretro/libretro-super, libretro-super} repository.") |
| 1804 | (license license:expat))) | 1804 | (license license:expat))) |
| 1805 | 1805 | ||
| 1806 | (define-public retroarch-core-info | ||
| 1807 | (deprecated-package "retroarch-core-info" libretro-core-info)) | ||
| 1808 | |||
| 1806 | (define-public retroarch-joypad-autoconfig | 1809 | (define-public retroarch-joypad-autoconfig |
| 1807 | (package | 1810 | (package |
| 1808 | (name "retroarch-joypad-autoconfig") | 1811 | (name "retroarch-joypad-autoconfig") |
| @@ -2726,7 +2729,7 @@ multi-system game/emulator system.") | |||
| 2726 | ;; which is problematic. The environment variables overrides the | 2729 | ;; which is problematic. The environment variables overrides the |
| 2727 | ;; configuration file values. | 2730 | ;; configuration file values. |
| 2728 | retroarch-assets | 2731 | retroarch-assets |
| 2729 | retroarch-core-info | 2732 | libretro-core-info |
| 2730 | retroarch-joypad-autoconfig)))) | 2733 | retroarch-joypad-autoconfig)))) |
| 2731 | 2734 | ||
| 2732 | (define-public wasm4 | 2735 | (define-public wasm4 |
