* [bug#28032] [PATCH] gnu: Add ltris.
@ 2017-08-09 20:51 kei
2017-08-15 18:40 ` Marius Bakke
2017-08-23 13:42 ` bug#28032: ltris merged Efraim Flashner
0 siblings, 2 replies; 3+ messages in thread
From: kei @ 2017-08-09 20:51 UTC (permalink / raw)
To: 28032
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-ltris.patch --]
[-- Type: text/x-patch, Size: 2618 bytes --]
From b28ef78d110540f0a3b64ac8fff5de926c608de7 Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Sun, 6 Aug 2017 19:58:55 -0400
Subject: [PATCH] gnu: Add ltris.
* gnu/packages/games.scm (ltris): New variable.
---
gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9f32e9f8e..4afe42e9e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -432,6 +432,47 @@ scriptable with Guile.")
Chess). It is similar to standard chess but this variant is far more complicated.")
(license license:gpl3+)))
+(define-public ltris
+ (package
+ (name "ltris")
+ (version "1.0.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://prdownloads.sourceforge.net/lgames/"
+ name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(;; The code in LTris uses traditional GNU semantics for inline functions
+ #:configure-flags '("CFLAGS=-fgnu89-inline")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'set-paths 'set-sdl-paths
+ (lambda* (#:key inputs #:allow-other-keys)
+ (setenv "CPATH"
+ (string-append (assoc-ref inputs "sdl-union")
+ "/include/SDL"))
+ #t)))))
+ (inputs
+ `(("sdl-union" ,(sdl-union (list sdl sdl-mixer)))))
+ (home-page "http://lgames.sourceforge.net/LTris/")
+ (synopsis "Tetris clone based on the SDL library")
+ (description
+ "LTris is a tetris clone: differently shaped blocks are falling down the
+rectangular playing field and can be moved sideways or rotated by 90 degree
+units with the aim of building lines without gaps which then disappear (causing
+any block above the deleted line to fall down). LTris has three game modes: In
+Classic you play until the stack of blocks reaches the top of the playing field
+and no new blocks can enter. In Figures the playing field is reset to a new
+figure each level and later on tiles and lines suddenly appear. In Multiplayer
+up to three players (either human or CPU) compete with each other sending
+removed lines to all opponents. There is also a Demo mode in which you can
+watch your CPU playing while enjoying a cup of tea!")
+ (license license:gpl2+)))
+
(define-public prboom-plus
(package
(name "prboom-plus")
--
2.13.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#28032] [PATCH] gnu: Add ltris.
2017-08-09 20:51 [bug#28032] [PATCH] gnu: Add ltris kei
@ 2017-08-15 18:40 ` Marius Bakke
2017-08-23 13:42 ` bug#28032: ltris merged Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-08-15 18:40 UTC (permalink / raw)
To: kei, 28032
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
kei@openmailbox.org writes:
> * gnu/packages/games.scm (ltris): New variable.
LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28032: ltris merged
2017-08-09 20:51 [bug#28032] [PATCH] gnu: Add ltris kei
2017-08-15 18:40 ` Marius Bakke
@ 2017-08-23 13:42 ` Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2017-08-23 13:42 UTC (permalink / raw)
To: 28032-done
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
committed August 16th, commit e664200c0c1bed8ae8412bcb227466902b8075b0
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-23 13:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 20:51 [bug#28032] [PATCH] gnu: Add ltris kei
2017-08-15 18:40 ` Marius Bakke
2017-08-23 13:42 ` bug#28032: ltris merged Efraim Flashner
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.