From unknown Fri Sep 05 11:00:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27332: Enlightenment: Fix the inability to switch keyboard layout. Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Jun 2017 17:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27332 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 27332@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149720178317186 (code B ref -1); Sun, 11 Jun 2017 17:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jun 2017 17:23:03 +0000 Received: from localhost ([127.0.0.1]:41361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6Zm-0004SY-LL for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:23:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6Zl-0004SM-6I for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK6Ze-00054p-Rx for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dK6Ze-00054l-Oi for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dK6Zd-0001pc-Gj for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK6ZZ-000539-7E for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:49 -0400 Received: from aibo.runbox.com ([91.220.196.211]:35920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dK6ZY-00052e-Ug for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:45 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dK6ZW-0007hT-5N for guix-patches@gnu.org; Sun, 11 Jun 2017 19:22:42 +0200 Received: from [109.236.90.209] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dK6Yr-0001te-8N for guix-patches@gnu.org; Sun, 11 Jun 2017 19:22:01 +0200 Date: Sun, 11 Jun 2017 17:21:58 +0000 From: ng0 Message-ID: <20170611172158.homs6y3qrlfm4f25@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tblu64yw6rn4fgsk" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --tblu64yw6rn4fgsk Content-Type: multipart/mixed; boundary="xnnp4svhknvclglm" Content-Disposition: inline --xnnp4svhknvclglm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch appended. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --xnnp4svhknvclglm Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-enlightenment-Fix-the-inability-to-switch-keyboa.patch" Content-Transfer-Encoding: quoted-printable =46rom 0391c83d94812173b3c13f38e40b9772358c75b3 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sun, 11 Jun 2017 00:00:07 +0000 Subject: [PATCH] gnu: enlightenment: Fix the inability to switch keyboard layout. * gnu/packages/enlightenment.scm (enlightenment): Add new 'fix-keyboard' ph= ase. (inputs): Add 'xkeyboard-config'. --- gnu/packages/enlightenment.scm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 165ca50ce..648744633 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2015 Tom=C3=A1=C5=A1 =C4=8Cech ;;; Copyright =C2=A9 2015 Daniel Pimentel ;;; Copyright =C2=A9 2015, 2016, 2017 Efraim Flashner +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -208,7 +209,19 @@ Libraries with some extra bells and whistles.") "1xvngjdsa0p901vfhrh2qpa50k32hwwhc8bgi16a9b5d9byzfhvn")))) (build-system gnu-build-system) (arguments - `(#:configure-flags '("--enable-mount-eeze"))) + `(#:configure-flags '("--enable-mount-eeze") + #:phases + (modify-phases %standard-phases + (add-before 'configure 'fix-keyboard + (lambda _ + (let ((xkeyboard (assoc-ref %build-inputs "xkeyboard-config")= )) + ;; We need to patch the path to 'base.lst' to be able + ;; to switch the keyboard layout in E. + (substitute* "src/modules/xkbswitch/e_mod_parse.c" + (("/usr/share/X11/xkb/rules/xorg.lst") + (string-append xkeyboard + "/share/X11/xkb/rules/base.lst"))) + #t)))))) (native-inputs `(("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config))) @@ -220,7 +233,8 @@ Libraries with some extra bells and whistles.") ("libxcb" ,libxcb) ("libxext" ,libxext) ("linux-pam" ,linux-pam) - ("xcb-util-keysyms" ,xcb-util-keysyms))) + ("xcb-util-keysyms" ,xcb-util-keysyms) + ("xkeyboard-config" ,xkeyboard-config))) (home-page "https://www.enlightenment.org/about-enlightenment") (synopsis "Lightweight desktop environment") (description --=20 2.13.1 --xnnp4svhknvclglm-- --tblu64yw6rn4fgsk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlk9fDYACgkQ4i+bv+40 hYiVmw//Wj0RLg0B0RZekf6y+kfg+pENZsm5s01YuqBxLigFcjHQl4tCHFTIACT+ Bw1djNFHH+4HTW7THdlZe9AkFRjhCaU2VUk9OdcU4/VoB66rIO0SbrJwrFRVVagT iEIBXJk6xNPJkT8w7m3xJCNuOdj2/uMXj1zUL4Rz3H1PfSHIRby/+eiGK/ixubZe IR9SCgIHfSsE6oQKHIYrZyvF9tWGFPD4DAj8utiowQDSd9rJPtlYNPlA+zBuCrsA ezuRc6KrLo8BQ1IsdgK/36MR+IRF46NGiSRDTtN0zpqwPD8lqxNkEwgxYaGourtt dj2z7M/+e9DXgiQmav1uMtr3NRvYRsc78NkMETFnO0ywGolvDShquvA9+mxKqO1X ksnE8PMIi9c6V6dj7BfxGICAx1jkqk3AbQrzA3yokHiSD+wP0Qmzm8bnUKzGrJ5/ jQ+aj6/3Ieq7i3vgYzHzxQED6eqfVmLLpUiPaaNzBxuTngBwWpzkG7V3rpqjFZZE nog2pB+uydw8r1uE0IcKqI+Kkzze8Hdx6JyjLDIzBqaqUDGWb/QOL7RYt7B5Up5h 3yhNE36SgjSvm5Y262R1bPHy7KgfC9dc3GD72A5LuFuEilYVI0MIiQWnggyljCUf gU/fVp74zgxFXAopKn0B6n4HsZxLs28g40j8I/LWODuPQWYcozs= =YP/4 -----END PGP SIGNATURE----- --tblu64yw6rn4fgsk-- From unknown Fri Sep 05 11:00:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0 Subject: bug#27332: closed (Re: Enlightenment: Fix the inability to switch keyboard layout.) Message-ID: References: <20170613193409.GA16333@macbook42.flashner.co.il> <20170611172158.homs6y3qrlfm4f25@abyayala> X-Gnu-PR-Message: they-closed 27332 X-Gnu-PR-Package: guix-patches Reply-To: 27332@debbugs.gnu.org Date: Tue, 13 Jun 2017 19:35:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1497382501-26251-1" This is a multi-part message in MIME format... ------------=_1497382501-26251-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27332: Enlightenment: Fix the inability to switch keyboard layout. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27332@debbugs.gnu.org. --=20 27332: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27332 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1497382501-26251-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27332-done) by debbugs.gnu.org; 13 Jun 2017 19:34:23 +0000 Received: from localhost ([127.0.0.1]:46235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKra3-0006oR-8w for submit@debbugs.gnu.org; Tue, 13 Jun 2017 15:34:23 -0400 Received: from flashner.co.il ([178.62.234.194]:49922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKra1-0006oD-6j for 27332-done@debbugs.gnu.org; Tue, 13 Jun 2017 15:34:21 -0400 Received: from localhost (85.64.232.168.dynamic.barak-online.net [85.64.232.168]) by flashner.co.il (Postfix) with ESMTPSA id 1901F40155 for <27332-done@debbugs.gnu.org>; Tue, 13 Jun 2017 19:34:12 +0000 (UTC) Date: Tue, 13 Jun 2017 22:34:09 +0300 From: Efraim Flashner To: 27332-done@debbugs.gnu.org Subject: Re: Enlightenment: Fix the inability to switch keyboard layout. Message-ID: <20170613193409.GA16333@macbook42.flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27332-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable patch applied --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEkVdB/rIvpOM7bo+N9MHTkX6s7pMFAllAPi0ACgkQ9MHTkX6s 7pNhBQ/9FiLn2Pp0lPy9EcDZIogD2EV6qnScJC5Sfeg0/G8eLi+7Tdi8cHoIAMsP R49Kp/HZALkgL5tCbdzbWszuTvNueVzhUqVdPww1UsSHtF0llbiTVv6DlTmfNgNu 9QaQIwUEmBLNQddXsZcV5zVEVh21Mi8T/qVOnZU1XwKRSpp0f5NTaOddpIdRAXIF ZMHVzs+53c5+7401ELSb7YYIz37oPzJWR7atba2QV8sST3whpvdXaECwPIZGmYHz zCiUBO+ko7GASBeuoH7N11ty4/C8JawNSlBhI9GGsUxuA0pP4IAn4etpZFR7op+3 J5cBBslMl0pHIsKbsFg7oIWj4XXcHLA2GawI1XMWd8n1MDLwR6mIbC8NUhaEVdYH BPp38rumvMAEm1SpAu/o9wUrGCN3jhIg8S7GwrfVJrVKsxC6Y4ZTJc5B5zBH9j0i 3U089/M/Zm/MJezWA5GNNzFfqFVO0QVVQ3aFbb+JsnHv3Od1PyeT2JFaxHIkjZ05 yXi6K866LgS4kwEdWgjTbs+0cG1UMehAEKAzzdDpRqbGp5EfFfpO+h9vtPZx2l8Y +vOOBGN8d2gy+GKR9PFOJ4yvKqzcc1HovT7WwsuyZ1rxbQSUeYElv6SDq3N/GMK7 g6Y9rX4UMcnZ7f4OIgsTBvaiubrE11p0jbNzdAVBbki6uIGfl3Q= =lkvw -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- ------------=_1497382501-26251-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Jun 2017 17:23:03 +0000 Received: from localhost ([127.0.0.1]:41361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6Zm-0004SY-LL for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:23:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6Zl-0004SM-6I for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK6Ze-00054p-Rx for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dK6Ze-00054l-Oi for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:22:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dK6Zd-0001pc-Gj for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK6ZZ-000539-7E for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:49 -0400 Received: from aibo.runbox.com ([91.220.196.211]:35920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dK6ZY-00052e-Ug for guix-patches@gnu.org; Sun, 11 Jun 2017 13:22:45 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dK6ZW-0007hT-5N for guix-patches@gnu.org; Sun, 11 Jun 2017 19:22:42 +0200 Received: from [109.236.90.209] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dK6Yr-0001te-8N for guix-patches@gnu.org; Sun, 11 Jun 2017 19:22:01 +0200 Date: Sun, 11 Jun 2017 17:21:58 +0000 From: ng0 To: guix-patches@gnu.org Subject: Enlightenment: Fix the inability to switch keyboard layout. Message-ID: <20170611172158.homs6y3qrlfm4f25@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tblu64yw6rn4fgsk" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --tblu64yw6rn4fgsk Content-Type: multipart/mixed; boundary="xnnp4svhknvclglm" Content-Disposition: inline --xnnp4svhknvclglm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch appended. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --xnnp4svhknvclglm Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-enlightenment-Fix-the-inability-to-switch-keyboa.patch" Content-Transfer-Encoding: quoted-printable =46rom 0391c83d94812173b3c13f38e40b9772358c75b3 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sun, 11 Jun 2017 00:00:07 +0000 Subject: [PATCH] gnu: enlightenment: Fix the inability to switch keyboard layout. * gnu/packages/enlightenment.scm (enlightenment): Add new 'fix-keyboard' ph= ase. (inputs): Add 'xkeyboard-config'. --- gnu/packages/enlightenment.scm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 165ca50ce..648744633 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2015 Tom=C3=A1=C5=A1 =C4=8Cech ;;; Copyright =C2=A9 2015 Daniel Pimentel ;;; Copyright =C2=A9 2015, 2016, 2017 Efraim Flashner +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -208,7 +209,19 @@ Libraries with some extra bells and whistles.") "1xvngjdsa0p901vfhrh2qpa50k32hwwhc8bgi16a9b5d9byzfhvn")))) (build-system gnu-build-system) (arguments - `(#:configure-flags '("--enable-mount-eeze"))) + `(#:configure-flags '("--enable-mount-eeze") + #:phases + (modify-phases %standard-phases + (add-before 'configure 'fix-keyboard + (lambda _ + (let ((xkeyboard (assoc-ref %build-inputs "xkeyboard-config")= )) + ;; We need to patch the path to 'base.lst' to be able + ;; to switch the keyboard layout in E. + (substitute* "src/modules/xkbswitch/e_mod_parse.c" + (("/usr/share/X11/xkb/rules/xorg.lst") + (string-append xkeyboard + "/share/X11/xkb/rules/base.lst"))) + #t)))))) (native-inputs `(("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config))) @@ -220,7 +233,8 @@ Libraries with some extra bells and whistles.") ("libxcb" ,libxcb) ("libxext" ,libxext) ("linux-pam" ,linux-pam) - ("xcb-util-keysyms" ,xcb-util-keysyms))) + ("xcb-util-keysyms" ,xcb-util-keysyms) + ("xkeyboard-config" ,xkeyboard-config))) (home-page "https://www.enlightenment.org/about-enlightenment") (synopsis "Lightweight desktop environment") (description --=20 2.13.1 --xnnp4svhknvclglm-- --tblu64yw6rn4fgsk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlk9fDYACgkQ4i+bv+40 hYiVmw//Wj0RLg0B0RZekf6y+kfg+pENZsm5s01YuqBxLigFcjHQl4tCHFTIACT+ Bw1djNFHH+4HTW7THdlZe9AkFRjhCaU2VUk9OdcU4/VoB66rIO0SbrJwrFRVVagT iEIBXJk6xNPJkT8w7m3xJCNuOdj2/uMXj1zUL4Rz3H1PfSHIRby/+eiGK/ixubZe IR9SCgIHfSsE6oQKHIYrZyvF9tWGFPD4DAj8utiowQDSd9rJPtlYNPlA+zBuCrsA ezuRc6KrLo8BQ1IsdgK/36MR+IRF46NGiSRDTtN0zpqwPD8lqxNkEwgxYaGourtt dj2z7M/+e9DXgiQmav1uMtr3NRvYRsc78NkMETFnO0ywGolvDShquvA9+mxKqO1X ksnE8PMIi9c6V6dj7BfxGICAx1jkqk3AbQrzA3yokHiSD+wP0Qmzm8bnUKzGrJ5/ jQ+aj6/3Ieq7i3vgYzHzxQED6eqfVmLLpUiPaaNzBxuTngBwWpzkG7V3rpqjFZZE nog2pB+uydw8r1uE0IcKqI+Kkzze8Hdx6JyjLDIzBqaqUDGWb/QOL7RYt7B5Up5h 3yhNE36SgjSvm5Y262R1bPHy7KgfC9dc3GD72A5LuFuEilYVI0MIiQWnggyljCUf gU/fVp74zgxFXAopKn0B6n4HsZxLs28g40j8I/LWODuPQWYcozs= =YP/4 -----END PGP SIGNATURE----- --tblu64yw6rn4fgsk-- ------------=_1497382501-26251-1--