GNU bug report logs -
#78514
[PATCH] gnu: Add xjump-sdl.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Tue, 20 May 2025 20:39:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78514 in the body.
You can then email your comments to 78514 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#78514
; Package
guix-patches
.
(Tue, 20 May 2025 20:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Tue, 20 May 2025 20:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (xjump-sdl): New variable.
Change-Id: I4f4ac85849d50726c1f18bcf1d51e3b6725ba025
---
gnu/packages/games.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 62edc1bebf..5640b474a3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11292,6 +11292,39 @@ (define-public qcheckers
of the classic boardgame checkers (also known as draughts).")
(license license:gpl2+)))
+(define-public xjump-sdl
+ (package
+ (name "xjump-sdl")
+ (version "3.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hugomg/xjump-sdl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1macl4aq0zc93kbranzclqxh2jc40asn3bc8cpyywafzbxyha99y"))))
+ (build-system gnu-build-system)
+ (inputs (list sdl2))
+ (arguments
+ (list
+ #:tests? #f ;No tests.
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'configure
+ (lambda* (#:key outputs #:allow-other-keys)
+ (invoke "./configure"
+ (string-append "--prefix="
+ (assoc-ref outputs "out"))
+ (string-append "CC="
+ #$(cc-for-target))))))))
+ (home-page "https://github.com/hugomg/xjump-sdl")
+ (synopsis "Falling tower game")
+ (description
+ "This is a reimplementation of the classic Xjump game, using SDL instead of Xlib.")
+ (license license:gpl3)))
+
(define-public xmoto
(package
(name "xmoto")
base-commit: b51bb28993c9d52d65df329ff1de452ba84d2497
--
2.49.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sat, 24 May 2025 05:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Sat, 24 May 2025 05:42:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78514-done <at> debbugs.gnu.org (full text, mbox):
Am Dienstag, dem 20.05.2025 um 22:38 +0200 schrieb Sergey Trofimov:
> * gnu/packages/games.scm (xjump-sdl): New variable.
>
> Change-Id: I4f4ac85849d50726c1f18bcf1d51e3b6725ba025
> ---
Reworded the description and pushed.
Thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 21 Jun 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.