emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68161: closed ([PATCH] gnu: bbcsdl: Update to 1.39a.)


From: GNU bug Tracking System
Subject: bug#68161: closed ([PATCH] gnu: bbcsdl: Update to 1.39a.)
Date: Sun, 07 Jan 2024 02:42:03 +0000

Your message dated Sun, 07 Jan 2024 10:41:47 +0800
with message-id <87wmsl985w.fsf@envs.net>
and subject line Re: [bug#68161] [PATCH] gnu: bbcsdl: Update to 1.39a.
has caused the debbugs.gnu.org bug report #68161,
regarding [PATCH] gnu: bbcsdl: Update to 1.39a.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68161: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68161
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: bbcsdl: Update to 1.39a. Date: Sun, 31 Dec 2023 11:26:17 +0800
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
[arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
'install' phase.

Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
---
 gnu/packages/game-development.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index f2139b315f..5d675545d1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3217,16 +3217,16 @@ (define-public raylib
 (define-public bbcsdl
   (package
     (name "bbcsdl")
-    (version "1.35a")
+    (version "1.39a")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/rtrussell/BBCSDL/";)
-                    (commit "b9b2a3eb438cb799edb2766055b3c38e9518e3e3")))
+                    (commit "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d03xmhrl6ba6w0vwfk46mpyc9d0w3bixxj2d4irx7wl7bh3bfic"))))
+                "03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -3266,6 +3266,7 @@ (define-public bbcsdl
                      inputs (string-append "share/fonts/truetype/" font))
                     (string-append opt "/lib/" font)))
                  '("DejaVuSans.ttf" "DejaVuSansMono.ttf"
+                   "DejaVuSans-Oblique.ttf"
                    "FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf"))
                 (mkdir bin)
                 (symlink (string-append opt "/bbcsdl")

base-commit: 9d148d08be9d77781e8103915b1f498b03fd3dd2
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68161] [PATCH] gnu: bbcsdl: Update to 1.39a. Date: Sun, 07 Jan 2024 10:41:47 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
> [arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
> 'install' phase.

Pushed now.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]