* [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.d4ab609.
@ 2023-11-30 15:42 Evgeny Pisemsky
2024-07-16 10:13 ` [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945 Evgeny Pisemsky
0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Pisemsky @ 2023-11-30 15:42 UTC (permalink / raw)
To: 67547
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-sdl2-gamecontrollerdb-Update-to-0-1.d4ab609.patch --]
[-- Type: text/x-patch, Size: 1595 bytes --]
From 9302df053e76914537e5fa4a95942143c8a8adfc Mon Sep 17 00:00:00 2001
Message-ID: <9302df053e76914537e5fa4a95942143c8a8adfc.1701358773.git.evgeny@pisemsky.com>
From: Evgeny Pisemsky <evgeny@pisemsky.com>
Date: Thu, 30 Nov 2023 18:36:50 +0300
Subject: [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.d4ab609.
* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): Update to 0-1.d4ab609.
Change-Id: Iaf1a7ae0db32e2745ae2720d1209fa8550b166db
---
gnu/packages/sdl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 3a4aafcaa7..35668a193f 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -571,8 +571,8 @@ (define-public sdl2-ttf
(properties '((upstream-name . "SDL2_ttf")))))
(define-public sdl2-gamecontrollerdb
- (let ((commit "6f3c4edcb5a2e2ed090ca8af40d2c0f00dcd77f6")
- (revision "0"))
+ (let ((commit "d4ab609121ee6e687bc3d3a7e80244b3b26d1164")
+ (revision "1"))
(package
(name "sdl2-gamecontrollerdb")
(version (git-version "0" revision commit))
@@ -584,7 +584,7 @@ (define-public sdl2-gamecontrollerdb
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1gciqc8qm2qgcjj5s9jpclznznsp6awl4ldrnj7g01chkcx0l6a3"))))
+ (base32 "0c6byxm473jg134p1gkbsly37s06yzqzg6ayv45aqrhapnr91wn8"))))
(build-system copy-build-system)
(arguments
'(#:install-plan '(("gamecontrollerdb.txt" "share/sdl2/"))))
base-commit: c12cf2fb63bc2a5b0c5419a372ff6fff76a28a3b
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945.
2023-11-30 15:42 [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.d4ab609 Evgeny Pisemsky
@ 2024-07-16 10:13 ` Evgeny Pisemsky
2024-07-18 10:48 ` bug#67547: " Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Pisemsky @ 2024-07-16 10:13 UTC (permalink / raw)
To: 67547
[-- Attachment #1: Type: text/plain, Size: 32 bytes --]
This patch is more up to date.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sdl2-gamecontrollerdb-Update-to-0-1.9d09945.patch --]
[-- Type: text/x-patch, Size: 1590 bytes --]
From ec3e7800aa29f54e09c0072d4354d3c7d0eaa769 Mon Sep 17 00:00:00 2001
Message-ID: <ec3e7800aa29f54e09c0072d4354d3c7d0eaa769.1721124485.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@pisemsky.site>
Date: Tue, 16 Jul 2024 13:05:13 +0300
Subject: [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945.
* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): Update to 0-1.9d09945.
Change-Id: I593fdac1ae4c8e439e2b29eab5880a6acdde80bc
---
gnu/packages/sdl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index d3a0e33b19..c24089c0e3 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -571,8 +571,8 @@ (define-public sdl2-ttf
(properties '((upstream-name . "SDL2_ttf")))))
(define-public sdl2-gamecontrollerdb
- (let ((commit "6f3c4edcb5a2e2ed090ca8af40d2c0f00dcd77f6")
- (revision "0"))
+ (let ((commit "9d0994523206c9d73925d78d185531c4c7331db7")
+ (revision "1"))
(package
(name "sdl2-gamecontrollerdb")
(version (git-version "0" revision commit))
@@ -584,7 +584,7 @@ (define-public sdl2-gamecontrollerdb
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1gciqc8qm2qgcjj5s9jpclznznsp6awl4ldrnj7g01chkcx0l6a3"))))
+ (base32 "08rv3i6sh90ibphxnv9r6h1zjyq88x9hq3smvf6cnlqvirnam94s"))))
(build-system copy-build-system)
(arguments
'(#:install-plan '(("gamecontrollerdb.txt" "share/sdl2/"))))
base-commit: 14026b52204ba947fdd5dcaff0d9bc263b6b2b18
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#67547: [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945.
2024-07-16 10:13 ` [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945 Evgeny Pisemsky
@ 2024-07-18 10:48 ` Christopher Baines
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-07-18 10:48 UTC (permalink / raw)
To: Evgeny Pisemsky; +Cc: 67547-done
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
Evgeny Pisemsky <mail@pisemsky.site> writes:
> This patch is more up to date.
>
> [2. text/x-patch; 0001-gnu-sdl2-gamecontrollerdb-Update-to-0-1.9d09945.patch]...
Thanks for the patch, I've pushed this to master as
843b85c42745d65c93d6af81cd3a9d835ff1f51c.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-18 10:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30 15:42 [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.d4ab609 Evgeny Pisemsky
2024-07-16 10:13 ` [bug#67547] [PATCH] gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945 Evgeny Pisemsky
2024-07-18 10:48 ` bug#67547: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.