guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gnome-dictionary: Update to 3.26.1.


From: Ludovic Courtès
Subject: 03/03: gnu: gnome-dictionary: Update to 3.26.1.
Date: Fri, 22 Jun 2018 04:23:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cf81ddefc810d2c9803fab294a27f4800565aa7e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 22 10:21:48 2018 +0200

    gnu: gnome-dictionary: Update to 3.26.1.
    
    * gnu/packages/gnome.scm (gnome-dictionary): Update to 3.26.1.
    [build-system]: Switch to MESON-BUILD-SYSTEM.
    [arguments]; New field.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a21adf4..74a7cd0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6312,7 +6312,7 @@ fit the GNOME desktop.")
 (define-public gnome-dictionary
   (package
     (name "gnome-dictionary")
-    (version "3.24.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6320,8 +6320,9 @@ fit the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wnrpg8yndacq0xnzc84d519yp7f28brzklm3a48xcgs1i50drs1"))))
-    (build-system glib-or-gtk-build-system)
+                "007k2bq8iplg4psdpz074r5d4zxvn4s95qym4rw9hs6giljbrf0n"))))
+    (build-system meson-build-system)
+    (arguments '(#:glib-or-gtk? #t))
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)



reply via email to

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