GNU bug report logs -
#67234
[PATCH gnome-team 0/2] Update GNOME Calculator
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Thu, 16 Nov 2023 22:27:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67234 in the body.
You can then email your comments to 67234 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67234
; Package
guix-patches
.
(Thu, 16 Nov 2023 22:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 16 Nov 2023 22:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear guix,
The next target on my list is GNOME Calculator.
What do you think?
Best regards,
Vivien
Vivien Kraus (2):
gnu: gnome-calculator: Update to 44.0.
gnu: gnome-calculator: Update style.
gnu/packages/gnome.scm | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)
base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67234
; Package
guix-patches
.
(Thu, 16 Nov 2023 22:28:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67234 <at> debbugs.gnu.org (full text, mbox):
* 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
---
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 2958da2cd9..8cd7d47d33 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10801,7 +10801,7 @@ (define-public libunique
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "42.2")
+ (version "44.0")
(source
(origin
(method url-fetch)
@@ -10810,7 +10810,7 @@ (define-public gnome-calculator
name "-" version ".tar.xz"))
(sha256
(base32
- "1866qn0r9xp7b7j1436kry2k3bdh9ikhz2wm41jxcn1nljyb3nik"))))
+ "0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -10837,11 +10837,13 @@ (define-public gnome-calculator
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
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67234
; Package
guix-patches
.
(Thu, 16 Nov 2023 22:28:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67234 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-calculator) [arguments]: Convert to list of
G-Expressions.
Change-Id: I217aec53e66808cc11a26f5df58fd25355d898b0
---
gnu/packages/gnome.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8cd7d47d33..e0dbf7ba5a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10813,18 +10813,19 @@ (define-public gnome-calculator
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'skip-gtk-update-icon-cache
- (lambda _
- (substitute* "meson.build"
- (("gtk_update_icon_cache: true")
- "gtk_update_icon_cache: false"))))
- (add-before 'check 'pre-check
- (lambda _
- ;; Tests require a writable HOME.
- (setenv "HOME" (getcwd)))))))
+ (list
+ #:glib-or-gtk? #t
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false"))))
+ (add-before 'check 'pre-check
+ (lambda _
+ ;; Tests require a writable HOME.
+ (setenv "HOME" (getcwd)))))))
(native-inputs
(list gettext-minimal
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
--
2.41.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 19 Nov 2023 08:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sun, 19 Nov 2023 08:56:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 67234-done <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 16.11.2023 um 23:18 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gnome-calculator) [arguments]: Convert to
> list of G-Expressions.
Pushed. Thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Dec 2023 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.