unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27328: [PATCH] gnu: Add five-or-more.
@ 2017-06-11 11:04 nee
  2017-06-11 18:17 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: nee @ 2017-06-11 11:04 UTC (permalink / raw)
  To: 27328

[-- Attachment #1: Type: text/plain, Size: 18 bytes --]

simple & fun game

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-five-or-more.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-five-or-more.patch", Size: 2331 bytes --]

From b0903b2fd78040f02694082f73ce5c9ed26fc693 Mon Sep 17 00:00:00 2001
From: nee <nee.git@cock.li>
Date: Sat, 10 Jun 2017 16:22:43 +0200
Subject: [PATCH] gnu: Add five-or-more.

* gnu/packages/gnome.scm (five-or-more): New variable.
---
 gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d3f734450..2b7f37649 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2017 nee <nee-git@hidamari.blue>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2449,6 +2450,38 @@ and the GLib main loop, to integrate well with GNOME applications.")
 and other secrets.  It communicates with the \"Secret Service\" using DBus.")
     (license license:lgpl2.1+)))
 
+(define-public five-or-more
+  (package
+    (name "five-or-more")
+    (version "3.22.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/" name "/"
+                           (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1b26afyjr26wqy5j008gzsi3hpblbmabh0192lx6414lml1qxkxs"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("desktop-file-utils" ,desktop-file-utils)
+       ("intltool" ,intltool)
+       ("itstool" ,itstool)
+       ("xmllint" ,libxml2)))
+    (inputs
+     `(("gtk+" ,gtk+)
+       ("libgnome-games-support" ,libgnome-games-support)
+       ("librsvg" ,librsvg)))
+    (home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
+    (synopsis "Logic puzzle game")
+    (description "Five or More is a game where you try to align
+ five or more objects of the same color and shape causing them to disappear.
+ On every turn more objects will appear, until the board is full.
+ Try to last as long as possible.")
+    (license license:gpl2+)))
+
 (define-public gnome-mines
   (package
     (name "gnome-mines")
-- 
2.13.1


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

* bug#27328: [PATCH] gnu: Add five-or-more.
  2017-06-11 11:04 bug#27328: [PATCH] gnu: Add five-or-more nee
@ 2017-06-11 18:17 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-06-11 18:17 UTC (permalink / raw)
  To: nee; +Cc: 27328-done

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

nee <nee@cock.li> writes:

> simple & fun game

Thanks for the patch!

I've removed libgnome-games-support because it wasn't needed, but
everything else looks good.

Pushed to master as b6821ee051443f2379162da833776b2bb41d55ab.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2017-06-11 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-11 11:04 bug#27328: [PATCH] gnu: Add five-or-more nee
2017-06-11 18:17 ` Kei Kebreau

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).