emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38588: closed ([PATCH] gnu: Update libhandy to 0.0.12.)


From: GNU bug Tracking System
Subject: bug#38588: closed ([PATCH] gnu: Update libhandy to 0.0.12.)
Date: Thu, 19 Dec 2019 22:27:02 +0000

Your message dated Thu, 19 Dec 2019 23:26:02 +0100
with message-id <address@hidden>
and subject line Re: [bug#38588] [PATCH 1/2] gnu: Update libhandy to 0.0.12.
has caused the debbugs.gnu.org bug report #38588,
regarding [PATCH] gnu: Update libhandy to 0.0.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38588: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38588
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Update libhandy to 0.0.12. Date: Fri, 13 Dec 2019 10:54:34 +0100
From: Jonathan Brielmaier <address@hidden>

* 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 <address@hidden>
 ;;; Copyright © 2019 David Wilson <address@hidden>
 ;;; Copyright © 2019 Raghav Gururajan <address@hidden>
+;;; Copyright © 2019 Jonathan Brielmaier <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38588] [PATCH 1/2] gnu: Update libhandy to 0.0.12. Date: Thu, 19 Dec 2019 23:26:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Jonathan Brielmaier <address@hidden> 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’.


--- End Message ---

reply via email to

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