GNU bug report logs - #38588
[PATCH] gnu: Update libhandy to 0.0.12.

Previous Next

Package: guix-patches;

Reported by: jonathan.brielmaier <at> web.de

Date: Fri, 13 Dec 2019 09:55:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 38588 in the body.
You can then email your comments to 38588 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38588; Package guix-patches. (Fri, 13 Dec 2019 09:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jonathan.brielmaier <at> web.de:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 13 Dec 2019 09:55:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jonathan.brielmaier <at> web.de
To: guix-patches <at> gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH] gnu: Update libhandy to 0.0.12.
Date: Fri, 13 Dec 2019 10:54:34 +0100
From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

* gnu/packages/gnome.scm (libhandy): Update to 0.0.12.
[description]: Make clear that it's for mobile and desktop.
---
 gnu/packages/gnome.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1d4d7563a5..09b6b65e1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2019 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2019 David Wilson <david <at> daviwil.com>
 ;;; Copyright © 2019 Raghav Gururajan <raghavgururajan <at> disroot.org>
+;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8780,7 +8781,7 @@ advanced image management tool")
 (define-public libhandy
   (package
     (name "libhandy")
-    (version "0.0.11")
+    (version "0.0.12")
     (source
      (origin
        (method git-fetch)
@@ -8789,7 +8790,7 @@ advanced image management tool")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0622zp5wrvn5bvgardijxd11y76g1i54fs32y03dw9nrar7i6vb0"))))
+        (base32 "09wlknarzsbk9hr5ws6s7x5kibkhx9ayrbhshfqib4zkhq2f76hw"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
@@ -8819,7 +8820,8 @@ advanced image management tool")
     (home-page "https://source.puri.sm/Librem5/libhandy")
     (synopsis "Library full of GTK+ widgets for mobile phones")
     (description "The aim of the handy library is to help with developing user
-intefaces for mobile devices using GTK+.")
+intefaces for mobile devices using GTK+.  It provides responsive GTK+ widgets
+for useable interfaces on small and big screens.")
     (license license:lgpl2.1+)))

 (define-public libgit2-glib
--
2.24.0





Information forwarded to guix-patches <at> gnu.org:
bug#38588; Package guix-patches. (Fri, 13 Dec 2019 12:25:01 GMT) Full text and rfc822 format available.

Message #8 received at 38588 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: jonathan.brielmaier <at> web.de
Cc: 38588 <at> debbugs.gnu.org
Subject: Re: [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12.
Date: Fri, 13 Dec 2019 06:23:55 -0600
jonathan.brielmaier <at> web.de writes:

> From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
>
> * gnu/packages/gnome.scm (libhandy): Update to 0.0.12.
> [description]: Make clear that it's for mobile and desktop.
> ---

Hi Jon.

I personally would split these two changes into two different patches
for a series. WDYT?

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/




Information forwarded to guix-patches <at> gnu.org:
bug#38588; Package guix-patches. (Fri, 13 Dec 2019 13:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 38588 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 38588 <at> debbugs.gnu.org
Subject: Re: [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12.
Date: Fri, 13 Dec 2019 14:16:10 +0100
On 13.12.19 13:23, Brett Gilio wrote:
> jonathan.brielmaier <at> web.de writes:
>
>> From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
>>
>> * gnu/packages/gnome.scm (libhandy): Update to 0.0.12.
>> [description]: Make clear that it's for mobile and desktop.
>> ---
>
> Hi Jon.
>
> I personally would split these two changes into two different patches
> for a series. WDYT?

Oke, could make sense. I don't have a strong opinion. As it's only a
minor change to the description with no effect on the resulting package.

But if you wan't I can split them or you could do it yourself before
commiting :)




Information forwarded to guix-patches <at> gnu.org:
bug#38588; Package guix-patches. (Sat, 14 Dec 2019 17:34:02 GMT) Full text and rfc822 format available.

Message #14 received at 38588 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 38588 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 1/2] gnu: Update libhandy to 0.0.12.
Date: Sat, 14 Dec 2019 18:33:26 +0100
* gnu/packages/gnome.scm (libhandy): Update to 0.0.12.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 488a65a841..979064f128 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2019 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2019 David Wilson <david <at> daviwil.com>
 ;;; Copyright © 2019 Raghav Gururajan <raghavgururajan <at> disroot.org>
+;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8780,7 +8781,7 @@ advanced image management tool")
 (define-public libhandy
   (package
     (name "libhandy")
-    (version "0.0.11")
+    (version "0.0.12")
     (source
      (origin
        (method git-fetch)
@@ -8789,7 +8790,7 @@ advanced image management tool")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0622zp5wrvn5bvgardijxd11y76g1i54fs32y03dw9nrar7i6vb0"))))
+        (base32 "09wlknarzsbk9hr5ws6s7x5kibkhx9ayrbhshfqib4zkhq2f76hw"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
--
2.24.0





Information forwarded to guix-patches <at> gnu.org:
bug#38588; Package guix-patches. (Sat, 14 Dec 2019 17:36:01 GMT) Full text and rfc822 format available.

Message #17 received at 38588 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 38588 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 2/2] gnu: libhandy: Update description.
Date: Sat, 14 Dec 2019 18:35:12 +0100
* gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make
clear it's not only for mobile interfaces.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 979064f128..d25c9b2636 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8820,7 +8820,8 @@ advanced image management tool")
     (home-page "https://source.puri.sm/Librem5/libhandy")
     (synopsis "Library full of GTK+ widgets for mobile phones")
     (description "The aim of the handy library is to help with developing user
-intefaces for mobile devices using GTK+.")
+interfaces for mobile devices using GTK+.  It provides responsive GTK+ widgets
+for usage on small and big screens.")
     (license license:lgpl2.1+)))

 (define-public libgit2-glib
--
2.24.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 19 Dec 2019 22:27:02 GMT) Full text and rfc822 format available.

Notification sent to jonathan.brielmaier <at> web.de:
bug acknowledged by developer. (Thu, 19 Dec 2019 22:27:02 GMT) Full text and rfc822 format available.

Message #22 received at 38588-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 38588-done <at> debbugs.gnu.org
Subject: Re: [bug#38588] [PATCH 1/2] gnu: Update libhandy to 0.0.12.
Date: Thu, 19 Dec 2019 23:26:02 +0100
Hi,

Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:

> * gnu/packages/gnome.scm (libhandy): Update to 0.0.12.

[...]

> * gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make
> clear it's not only for mobile interfaces.

Applied both, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 17 Jan 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.