unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63741] [PATCH] gnu: Update mgba to 0.10.2.
@ 2023-05-26 17:17 altadil via Guix-patches via
  2023-06-10 19:14 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: altadil via Guix-patches via @ 2023-05-26 17:17 UTC (permalink / raw)
  To: 63741; +Cc: altadil

* gnu/packages/emulators.scm (mgba): Update to 0.10.2.
---
 gnu/packages/emulators.scm | 75 ++++++++++++++++++--------------------
 1 file changed, 36 insertions(+), 39 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 13b6022308..44c8626f2b 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -725,47 +725,44 @@ (define-public mednafen
 (define-public mgba
   (package
     (name "mgba")
-    (version "0.10.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/mgba-emu/mgba")
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0pqfjsr9q61a3mgmvqxxkalxb838k46q9ilz31frpcvvndif0sm1"))
-       (modules '((guix build utils)))
-       (snippet
-        ;; Make sure we don't use the bundled software.
-        '(begin
-           (for-each
-            (lambda (subdir)
-              (let ((lib-subdir (string-append "src/third-party/" subdir)))
-                (delete-file-recursively lib-subdir)))
-            '("libpng" "lzma" "sqlite3" "zlib"))))))
+    (version "0.10.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mgba-emu/mgba")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wwpjcblp2c1svab4z1if5xb7707wsy6zw590lwdz9za35i0h37q"))
+              (modules '((guix build utils)))
+              (snippet
+               ;; Make sure we don't use the bundled software.
+               '(begin
+                  (for-each (lambda (subdir)
+                              (let ((lib-subdir (string-append
+                                                 "src/third-party/" subdir)))
+                                (delete-file-recursively lib-subdir)))
+                            '("libpng" "lzma" "sqlite3" "zlib"))))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f                      ;no "test" target
-       #:configure-flags
-       (list "-DUSE_LZMA=OFF"           ;do not use bundled LZMA
-             "-DUSE_LIBZIP=OFF")))      ;use "zlib" instead
-    (native-inputs
-     (list pkg-config qttools-5))
-    (inputs
-     (list ffmpeg
-           libedit
-           libelf
-           libepoxy
-           libpng
-           mesa
-           minizip
-           ncurses
-           qtbase-5
-           qtmultimedia-5
-           sdl2
-           sqlite
-           zlib))
+     `(#:tests? #f ;no "test" target
+       #:configure-flags (list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
+                               "-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
+    (native-inputs (list pkg-config qttools-5))
+    (inputs (list ffmpeg
+                  libedit
+                  libelf
+                  libepoxy
+                  libpng
+                  mesa
+                  minizip
+                  ncurses
+                  qtbase-5
+                  qtmultimedia-5
+                  sdl2
+                  sqlite
+                  zlib))
     (home-page "https://mgba.io")
     (synopsis "Game Boy Advance emulator")
     (description

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
-- 
2.40.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#63741] [PATCH] gnu: Update mgba to 0.10.2.
  2023-05-26 17:17 [bug#63741] [PATCH] gnu: Update mgba to 0.10.2 altadil via Guix-patches via
@ 2023-06-10 19:14 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-06-10 19:14 UTC (permalink / raw)
  To: 63741; +Cc: altadil, 63741-done

Hello,

altadil via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emulators.scm (mgba): Update to 0.10.2.

I tweaked the commit message and applied your patch. Thank you.

Note that you don't need to change the whole indentation when updating
a package.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-10 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 17:17 [bug#63741] [PATCH] gnu: Update mgba to 0.10.2 altadil via Guix-patches via
2023-06-10 19:14 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).