guix-commits
[Top][All Lists]
Advanced

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

36/53: gnu: gnome-mines: Update to 3.32.2.


From: guix-commits
Subject: 36/53: gnu: gnome-mines: Update to 3.32.2.
Date: Fri, 1 Nov 2019 22:18:47 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 560481301832976c9024dece99af3822c1980635
Author: Kei Kebreau <address@hidden>
Date:   Wed Jul 24 22:56:26 2019 -0400

    gnu: gnome-mines: Update to 3.32.2.
    
    * gnu/packages/gnome.scm (gnome-mines): Update to 3.32.2.
    [arguments]: Set glib-or-gtk? flag.  Remove deletion of 'bootstrap' phase
    which has been obsolete since commit 
25280065814aecd7ce56baf4866b0c05acf8028b.
    [native-inputs]: Add gtk+:bin.
---
 gnu/packages/gnome.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 87aa01b..b61b4bd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2921,7 +2921,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
 (define-public gnome-mines
   (package
     (name "gnome-mines")
-    (version "3.30.1.1")
+    (version "3.32.2")
     (source
      (origin
        (method url-fetch)
@@ -2930,14 +2930,13 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z"))))
+         "1nv966wkp2rqxzcdb76bwlbzpjqadcaqzrnkxpzwnvjjr167yx8g"))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'bootstrap))))
+     '(#:glib-or-gtk? #t))
     (native-inputs
      `(("glib:bin" ,glib "bin")       ; for glib-compile-resources
+       ("gtk+:bin" ,gtk+ "bin")       ; for gtk-update-icon-cache
        ("pkg-config" ,pkg-config)
        ("desktop-file-utils" ,desktop-file-utils)
        ("intltool" ,intltool)



reply via email to

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