From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42411) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifhf5-00040h-A1 for guix-patches@gnu.org; Fri, 13 Dec 2019 04:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifhf3-0006H1-UW for guix-patches@gnu.org; Fri, 13 Dec 2019 04:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifhf3-0006Gc-RA for guix-patches@gnu.org; Fri, 13 Dec 2019 04:55:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifhf3-0006V1-R8 for guix-patches@gnu.org; Fri, 13 Dec 2019 04:55:01 -0500 Subject: [bug#38588] [PATCH] gnu: Update libhandy to 0.0.12. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40711) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifhev-000403-Jv for guix-patches@gnu.org; Fri, 13 Dec 2019 04:54:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifheu-00060I-52 for guix-patches@gnu.org; Fri, 13 Dec 2019 04:54:53 -0500 Received: from mout.web.de ([212.227.15.3]:51561) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifhet-0005wS-NK for guix-patches@gnu.org; Fri, 13 Dec 2019 04:54:52 -0500 From: jonathan.brielmaier@web.de Date: Fri, 13 Dec 2019 10:54:34 +0100 Message-Id: <20191213095434.25372-1-jonathan.brielmaier@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38588@debbugs.gnu.org Cc: Jonathan Brielmaier From: Jonathan Brielmaier * gnu/packages/gnome.scm (libhandy): Update to 0.0.12. [description]: Make clear that it's for mobile and desktop. =2D-- 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 =2D-- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -43,6 +43,7 @@ ;;; Copyright =C2=A9 2019 Martin Becze ;;; Copyright =C2=A9 2019 David Wilson ;;; Copyright =C2=A9 2019 Raghav Gururajan +;;; Copyright =C2=A9 2019 Jonathan Brielmaier ;;; ;;; 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+ wid= gets +for useable interfaces on small and big screens.") (license license:lgpl2.1+))) (define-public libgit2-glib =2D- 2.24.0