guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add gnome-klotski.


From: ???
Subject: 02/02: gnu: Add gnome-klotski.
Date: Tue, 23 Jun 2015 06:19:47 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit b7a3cf11a8e35299df52a15c9739c12a21e00c14
Author: 宋文武 <address@hidden>
Date:   Tue Jun 23 14:16:42 2015 +0800

    gnu: Add gnome-klotski.
    
    * gnu/packages/gnome.scm (gnome-klotski): New variable.
---
 gnu/packages/gnome.scm |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aa19d1c..3882a7a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2688,3 +2688,33 @@ GL based interactive canvas library.")
 write applications that need to store structured data as well as make complex
 queries upon that data.")
     (license license:lgpl2.1+)))
+
+(define-public gnome-klotski
+  (package
+    (name "gnome-klotski")
+    (version "3.16.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0a64935c7pp51jhaf29q9zlx3lamj7zrhyff7clvv0w8v1w6gpax"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("desktop-file-utils" ,desktop-file-utils)
+       ("intltool" ,intltool)
+       ("itstool" ,itstool)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gtk+" ,gtk+)
+       ("librsvg" ,librsvg)))
+    (home-page "https://wiki.gnome.org/Apps/Klotski";)
+    (synopsis "Sliding block puzzles")
+    (description
+     "GNOME Klotski is a set of block sliding puzzles.  The objective is to 
move
+the patterned block to the area bordered by green markers.  To do so, you will
+need to slide other blocks out of the way.  Complete each puzzle in as few 
moves
+as possible!")
+    (license license:gpl2+)))



reply via email to

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