[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/48: gnu: gnome-calculator: Update to 3.30.1.
From: |
guix-commits |
Subject: |
25/48: gnu: gnome-calculator: Update to 3.30.1. |
Date: |
Sat, 4 May 2019 04:10:03 -0400 (EDT) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 072681d8ba4cfa4ae8ada4d18a4531747d79f1f3
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 49d8e18..95d8493 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7125,7 +7125,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)
@@ -7134,12 +7134,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)
- 19/48: gnu: gnome-terminal: Update to 3.30.2., (continued)
- 19/48: gnu: gnome-terminal: Update to 3.30.2., guix-commits, 2019/05/04
- 26/48: gnu: network-manager-applet: Update to 1.8.18., guix-commits, 2019/05/04
- 30/48: gnu: network-manager: Update to 1.14.4., guix-commits, 2019/05/04
- 40/48: gnu: yelp: Update to 3.30.0., guix-commits, 2019/05/04
- 47/48: gnu: mutter: Update to 3.30.2., guix-commits, 2019/05/04
- 08/48: gnu: gsettings-desktop-schemas: Update to 3.28.1., guix-commits, 2019/05/04
- 10/48: gnu: libgnomeprint: Update to 2.18.8., guix-commits, 2019/05/04
- 35/48: gnu: nautilus: Update to 3.30.4., guix-commits, 2019/05/04
- 44/48: gnu: gnome-online-accounts: Update to 3.30.0., guix-commits, 2019/05/04
- 39/48: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/05/04
- 25/48: gnu: gnome-calculator: Update to 3.30.1.,
guix-commits <=
- 38/48: gnu: eog: Update to 3.28.4., guix-commits, 2019/05/04
- 48/48: gnu: gnome-shell: Update to 3.30.2., guix-commits, 2019/05/04
- 32/48: gnu: libdazzle: Update to 3.30.2., guix-commits, 2019/05/04
- 37/48: gnu: colord: Update to 1.4.3., guix-commits, 2019/05/04
- 11/48: gnu: libgnomeprintui: Update to 2.18.6., guix-commits, 2019/05/04
- 13/48: gnu: seahorse: Update to 3.30., guix-commits, 2019/05/04
- 29/48: gnu: gnome-settings-daemon: Update to 3.30.1.2., guix-commits, 2019/05/04
- 31/48: gnu: network-manager-applet: Use meson build system., guix-commits, 2019/05/04
- 28/48: gnu: gnome-keyring: Add missing input., guix-commits, 2019/05/04
- 46/48: gnu: gtksourceview: Update to 4.0.3., guix-commits, 2019/05/04