[PATCH v3 08/11] gnu: retroarch-core-info: Rename to libretro-core-info.

  • Done
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 20 Jan 15:28 +0100
(address . guix-patches@gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
b458cedac16e027f43bcb1a5b16072ccea00095b.1737383313.git.maxim.cournoyer@gmail.com
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.

Change-Id: I634f4b2ecc6d798b8a5386d9449fd32945453844
---
gnu/packages/emulators.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 13f63dd229..39c43803e5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1778,9 +1778,9 @@ (define-public retroarch-assets
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)
@@ -1802,6 +1802,9 @@ (define-public retroarch-core-info
@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")
@@ -2725,7 +2728,7 @@ (define-public retroarch
;; 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
--
2.47.1
M
M
Maxim Cournoyer wrote on 23 Jan 13:12 +0100
control message for bug #75699
(address . control@debbugs.gnu.org)
87jzaliv9g.fsf@gmail.com
tags 75699 notabug
close 75699
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75699@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75699
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch