unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39107] [PATCH] gnu: Add julius.
@ 2020-01-12 21:23 Timotej Lazar
  2020-01-12 22:42 ` bug#39107: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-01-12 21:23 UTC (permalink / raw)
  To: 39107; +Cc: Timotej Lazar

* gnu/packages/games.scm (julius): New variable.
---
 gnu/packages/games.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1f6064d082..2a940b82c4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -739,6 +739,34 @@ automata.  The following features are available:
 @end enumerate")
     (license license:gpl2+)))
 
+(define-public julius
+  (package
+    (name "julius")
+    (version "1.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/bvschaik/julius.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0kgyzfjii4dhpy2h05977alwdmxyxb4jxznnrhlgb21m0ybncmvp"))))
+    (build-system cmake-build-system)
+    (inputs
+     `(("sdl2" ,sdl2)
+       ("sdl2-mixer" ,sdl2-mixer)))
+    (home-page "https://github.com/bvschaik/julius")
+    (synopsis "Free re-implementation of Caesar III game engine")
+    (description
+     "Free engine for Caesar III, a city-building real-time strategy game.
+Julius includes some UI enhancements while preserving the logic (including
+bugs) of the original game, so that saved games are compatible.  This package
+does not include game data.")
+    (license (list license:agpl3
+                   license:expat ; ext/dirent
+                   license:zlib)))) ; ext/tinyfiledialogs
+
 (define-public meandmyshadow
   (package
     (name "meandmyshadow")
-- 
2.24.1

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

* bug#39107: [PATCH] gnu: Add julius.
  2020-01-12 21:23 [bug#39107] [PATCH] gnu: Add julius Timotej Lazar
@ 2020-01-12 22:42 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-01-12 22:42 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 39107-done

Hello,

Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/games.scm (julius): New variable.

I applied your patch with the following changes:

- I removed the word "Free" from the description and synopsis, since
  everything is free in Guix.
- I updated your copyright line.

Thank you!

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-01-12 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 21:23 [bug#39107] [PATCH] gnu: Add julius Timotej Lazar
2020-01-12 22:42 ` bug#39107: " 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).