From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46369) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHZgW-0004QP-Sf for guix-patches@gnu.org; Thu, 26 Mar 2020 17:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHZgV-0003iT-1Z for guix-patches@gnu.org; Thu, 26 Mar 2020 17:05:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHZgU-0003ho-OP for guix-patches@gnu.org; Thu, 26 Mar 2020 17:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHZgU-0001Jn-IH for guix-patches@gnu.org; Thu, 26 Mar 2020 17:05:02 -0400 Subject: [bug#40204] [PATCH] gnu: xkbcomp: update to 1.4.3 Resent-Message-ID: From: Michael Rohleder References: <87imiua42o.fsf@rohleder.de> <87h7yeni61.fsf@gmail.com> Date: Thu, 26 Mar 2020 22:04:30 +0100 In-Reply-To: <87h7yeni61.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 24 Mar 2020 11:47:34 +0100") Message-ID: <87zhc24yld.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: 40204@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain here is the update against core-updates. I tested building only some of the dependencies and it seems to work in a "./pre-inst-env guix environment --pure bash --ad-hoc xkbcomp" on branch core-updates. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-packages-xorg.scm-xkbcomp-update-to-1.4.3.patch Content-Transfer-Encoding: quoted-printable Content-Description: * gnu/packages/xorg.scm (xkbcomp): update to 1.4.3 From=2011cc3b00ed62608a8a56edab4d1306d3a5e5b477 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Thu, 26 Mar 2020 21:23:43 +0100 Subject: [PATCH] * gnu/packages/xorg.scm (xkbcomp): update to 1.4.3 =2D-- gnu/packages/xorg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 2ec151fd01..5db27fbff0 100644 =2D-- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -22,6 +22,7 @@ ;;; Copyright =C2=A9 2019 Yoshinori Arai ;;; Copyright =C2=A9 2019 Mathieu Othacehe ;;; Copyright =C2=A9 2020 Leo Prikler +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -3746,7 +3747,7 @@ alternative implementations like XRandR or TwinView.") (define xkbcomp-intermediate ; used as input for xkeyboard-config (package (name "xkbcomp-intermediate") =2D (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) @@ -3756,7 +3757,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 =2D "0944rrkkf0dxp07vhh9yr4prslxhqyw63qmbjirbv1bypswvrn3d")))) + "0dflr250nlj6rrnv658f6dm8qx37sj0xfimc3ihay761kwb2q906")))) (build-system gnu-build-system) (inputs `(("xorgproto" ,xorgproto) =2D-=20 2.26.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 win-nt from the people who invented edlin --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl59GN8ACgkQfHr/vv7y yyVEQwf+Kd+zgDfi+CTy3zEZS2uAfS4bEcOW4ScCjEwz9JaKnQ8WJf6Pj9Cp6Sju 4GHwy3uklqB4zhgJ4zzlhrECPxBeFu7qaqeY+y8FlXNKQjOhBB2g9d5RLf2DTXOu 0k0/G3icFcq+cbF+/V64b7olOkiFKl6N9RXu3v+S6waWxmaRb8GEL5dBMnS/dFk/ bNYg6HrbHF+bAgfXHOqIbwmmTMmkkSvaWXMZsCcnZ/T3IzlQaNkHzxz0EW7JC0zZ ZN/Ux99TdyFZag4u3xbHhWIHGUA8rw+d/7uY5yNgm1PsIiI52kUeLL0qfe8jzhdq CG+xxl809ygF9VBq/F+gpZajKg1LfA== =qZ4Q -----END PGP SIGNATURE----- --==-=-=--