unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28136] [PATCH] gnu: Remove libgames-support.
@ 2017-08-18 13:16 Tobias Geerinckx-Rice
  2017-08-18 20:23 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-08-18 13:16 UTC (permalink / raw)
  To: 28136

It was simply the old name (and version) of libgnome-games-support.

* gnu/packages/gnome.scm (libgames-support): Remove variable.  Move the
inherited fields...
(libgnome-games-support): ...to here.
---
 gnu/packages/gnome.scm | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f17db8fe1..f14315593 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3335,10 +3335,10 @@ write applications that need to store structured data as well as make complex
 queries upon that data.")
     (license license:lgpl2.1+)))
 
-(define-public libgames-support
+(define-public libgnome-games-support
   (package
-    (name "libgames-support")
-    (version "1.0.2")
+    (name "libgnome-games-support")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3346,14 +3346,14 @@ queries upon that data.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0rms2ksiv7j9944km7r87q22nh05si1fisn5xm3z4zy5vpcfi5mh"))))
+                "04qbgcgmc01sinhbqdljiny8q868l01nkdawj8wrnqnd1i8czvsg"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
        (modify-phases %standard-phases
          (add-before 'check 'pre-check
            (lambda _
-             ;; tests require a writable HOME.
+             ;; Tests require a writable HOME.
              (setenv "HOME" (getcwd))
              #t)))))
     (native-inputs
@@ -3361,30 +3361,16 @@ queries upon that data.")
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (propagated-inputs
-     ;; Required by libgames-support-1.0.pc
+     ;; Required by libgnome-games-support-1.0.pc
      `(("gtk+" ,gtk+)
        ("libgee" ,libgee)))
     (home-page "https://www.gnome.org/")
     (synopsis "Useful functionality shared among GNOME games")
     (description
-     "libgames-support is a small library intended for internal use by
+     "libgnome-games-support is a small library intended for internal use by
 GNOME Games, but it may be used by others.")
     (license license:lgpl3+)))
 
-(define-public libgnome-games-support
-  (package
-    (inherit libgames-support)
-    (name "libgnome-games-support")
-    (version "1.2.2")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "04qbgcgmc01sinhbqdljiny8q868l01nkdawj8wrnqnd1i8czvsg"))))))
-
 (define-public gnome-klotski
   (package
     (name "gnome-klotski")
-- 
2.13.1

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

* [bug#28136] [PATCH] gnu: Remove libgames-support.
  2017-08-18 13:16 [bug#28136] [PATCH] gnu: Remove libgames-support Tobias Geerinckx-Rice
@ 2017-08-18 20:23 ` Marius Bakke
  2017-08-19  0:18   ` bug#28136: " Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-08-18 20:23 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice, 28136

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

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> It was simply the old name (and version) of libgnome-games-support.
>
> * gnu/packages/gnome.scm (libgames-support): Remove variable.  Move the
> inherited fields...
> (libgnome-games-support): ...to here.

LGTM.

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

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

* bug#28136: [PATCH] gnu: Remove libgames-support.
  2017-08-18 20:23 ` Marius Bakke
@ 2017-08-19  0:18   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-08-19  0:18 UTC (permalink / raw)
  To: mbakke, 28136-done


[-- Attachment #1.1: Type: text/plain, Size: 372 bytes --]

Marius Bakke wrote on 18/08/17 at 22:23:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
> 
>> It was simply the old name (and version) of libgnome-games-support.
>>
>> * gnu/packages/gnome.scm (libgames-support): Remove variable.  Move the
>> inherited fields...
>> (libgnome-games-support): ...to here.
> 
> LGTM.

Thanks! Pushed.

Kind regards,

T G-R


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 248 bytes --]

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18 13:16 [bug#28136] [PATCH] gnu: Remove libgames-support Tobias Geerinckx-Rice
2017-08-18 20:23 ` Marius Bakke
2017-08-19  0:18   ` bug#28136: " Tobias Geerinckx-Rice

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