unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12.
@ 2019-12-13  9:54 jonathan.brielmaier
  2019-12-13 12:23 ` Brett Gilio
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: jonathan.brielmaier @ 2019-12-13  9:54 UTC (permalink / raw)
  To: 38588; +Cc: Jonathan Brielmaier

From: Jonathan Brielmaier <jonathan.brielmaier@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@riseup.net>
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
+;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12.
  2019-12-13  9:54 [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12 jonathan.brielmaier
@ 2019-12-13 12:23 ` Brett Gilio
  2019-12-13 13:16   ` Jonathan Brielmaier
  2019-12-14 17:33 ` [bug#38588] [PATCH 1/2] " Jonathan Brielmaier
  2019-12-14 17:35 ` [bug#38588] [PATCH 2/2] gnu: libhandy: Update description Jonathan Brielmaier
  2 siblings, 1 reply; 6+ messages in thread
From: Brett Gilio @ 2019-12-13 12:23 UTC (permalink / raw)
  To: jonathan.brielmaier; +Cc: 38588

jonathan.brielmaier@web.de writes:

> From: Jonathan Brielmaier <jonathan.brielmaier@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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12.
  2019-12-13 12:23 ` Brett Gilio
@ 2019-12-13 13:16   ` Jonathan Brielmaier
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Brielmaier @ 2019-12-13 13:16 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 38588

On 13.12.19 13:23, Brett Gilio wrote:
> jonathan.brielmaier@web.de writes:
>
>> From: Jonathan Brielmaier <jonathan.brielmaier@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 :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#38588] [PATCH 1/2] gnu: Update libhandy to 0.0.12.
  2019-12-13  9:54 [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12 jonathan.brielmaier
  2019-12-13 12:23 ` Brett Gilio
@ 2019-12-14 17:33 ` Jonathan Brielmaier
  2019-12-19 22:26   ` bug#38588: " Ludovic Courtès
  2019-12-14 17:35 ` [bug#38588] [PATCH 2/2] gnu: libhandy: Update description Jonathan Brielmaier
  2 siblings, 1 reply; 6+ messages in thread
From: Jonathan Brielmaier @ 2019-12-14 17:33 UTC (permalink / raw)
  To: 38588; +Cc: Jonathan Brielmaier

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1287 bytes --]

* 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@riseup.net>
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
+;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#38588] [PATCH 2/2] gnu: libhandy: Update description.
  2019-12-13  9:54 [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12 jonathan.brielmaier
  2019-12-13 12:23 ` Brett Gilio
  2019-12-14 17:33 ` [bug#38588] [PATCH 1/2] " Jonathan Brielmaier
@ 2019-12-14 17:35 ` Jonathan Brielmaier
  2 siblings, 0 replies; 6+ messages in thread
From: Jonathan Brielmaier @ 2019-12-14 17:35 UTC (permalink / raw)
  To: 38588; +Cc: Jonathan Brielmaier

* 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#38588: [PATCH 1/2] gnu: Update libhandy to 0.0.12.
  2019-12-14 17:33 ` [bug#38588] [PATCH 1/2] " Jonathan Brielmaier
@ 2019-12-19 22:26   ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2019-12-19 22:26 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 38588-done

Hi,

Jonathan Brielmaier <jonathan.brielmaier@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’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-19 22:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13  9:54 [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12 jonathan.brielmaier
2019-12-13 12:23 ` Brett Gilio
2019-12-13 13:16   ` Jonathan Brielmaier
2019-12-14 17:33 ` [bug#38588] [PATCH 1/2] " Jonathan Brielmaier
2019-12-19 22:26   ` bug#38588: " Ludovic Courtès
2019-12-14 17:35 ` [bug#38588] [PATCH 2/2] gnu: libhandy: Update description Jonathan Brielmaier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).