guix-commits
[Top][All Lists]
Advanced

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

110/135: gnu: gnome-calculator: Update to 3.30.1.


From: guix-commits
Subject: 110/135: gnu: gnome-calculator: Update to 3.30.1.
Date: Fri, 21 Dec 2018 14:37:47 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit d89ee265f289230f15fa857214ebb5f16bb2cd14
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:22:44 2018 +0100

    gnu: gnome-calculator: Update to 3.30.1.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 3.30.1.
    [build-system]: Use meson-build-system.
    [arguments]: Set glib-or-gtk? flag.
    [native-inputs]: Add gtk+:bin and vala.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b227ae5..e0ed7b2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6810,7 +6810,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "3.28.2")
+    (version "3.30.1")
     (source
      (origin
        (method url-fetch)
@@ -6819,12 +6819,15 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s"))))
-    (build-system glib-or-gtk-build-system)
+         "0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc"))))
+    (build-system meson-build-system)
+    (arguments '(#:glib-or-gtk? #t))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
+       ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
        ("intltool" ,intltool)
        ("itstool" ,itstool)
+       ("vala" ,vala)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)



reply via email to

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