guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: gnome-calculator: Update to 44.0.


From: guix-commits
Subject: 10/12: gnu: gnome-calculator: Update to 44.0.
Date: Sun, 19 Nov 2023 03:47:34 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit e1918fafec541e7f1c83ccd76d700ce8a4428f58
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 16 23:16:58 2023 +0100

    gnu: gnome-calculator: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 44.0.
    [inputs]: Replace libsoup-minimal-2 with libsoup.  Remove libhandy.
    [propagated-inputs]: Add gee, glib, gtk.
    
    Change-Id: I86dcfedf2b50a0e250ed954e40ef570214f4a23c
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a406eec09d..8b3b3d83a9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10801,7 +10801,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "42.2")
+    (version "44.0")
     (source
      (origin
        (method url-fetch)
@@ -10810,7 +10810,7 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1866qn0r9xp7b7j1436kry2k3bdh9ikhz2wm41jxcn1nljyb3nik"))))
+         "0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -10837,11 +10837,13 @@ handling the startup notification side.")
            gtksourceview
            libadwaita
            libgee
-           libhandy
-           libsoup-minimal-2
+           libsoup
            libxml2
            mpc
            mpfr))
+    (propagated-inputs
+     ;; Marked as requires.private in either .pc
+     (list libgee glib gtk))
     (home-page "https://wiki.gnome.org/Apps/Calculator";)
     (synopsis "Desktop calculator")
     (description



reply via email to

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