From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izRkK-0003Sy-BL for guix-patches@gnu.org; Wed, 05 Feb 2020 15:58:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izRkJ-00008f-94 for guix-patches@gnu.org; Wed, 05 Feb 2020 15:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40845) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izRkJ-000079-2O for guix-patches@gnu.org; Wed, 05 Feb 2020 15:58:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izRkJ-00083S-2Q for guix-patches@gnu.org; Wed, 05 Feb 2020 15:58:03 -0500 Subject: bug#39435: [PATCH] gnu: lxqt-config: fixing keyboard layout. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: References: Date: Wed, 05 Feb 2020 21:57:06 +0100 Message-ID: <871rr869ct.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; 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: Fakhri Sajadi , 39435-done@debbugs.gnu.org --=-=-= Content-Type: text/plain "Fakhri Sajadi" writes: > * gnu/packages/lxqt.scm (lxqt-config): Add xkeyboard-config in inputs. Thanks! I edited the commit message to more closely follow our conventions, and also added a copyright line for you. Let me know if the information is incorrect. [...] > + (add-after 'unpack 'set-xkeyboard-config-file-name > + (lambda* (#:key inputs #:allow-other-keys) > + ;; Set the file name to xkeyboard-config and kbd. > + (let ((xkb (assoc-ref inputs "xkeyboard-config")) > + (kbd (assoc-ref inputs "kbd"))) > + (substitute* "lxqt-config-input/keyboardlayoutconfig.h" > + (("/usr/share/X11/xkb/rules/base.lst") > + (string-append xkb "/share/X11/xkb/rules/base.lst"))) > + #t))) I also removed the let binding for 'kbd' as it was unused. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl47LCMACgkQoqBt8qM6 VPqv/gf/Xb9XCMzjbMwL8v1C97hPobW8v/CAiZ/g5n4LZ1JAEsVQWMcaHqW9XGef GL9/npJtEVGY6FrVw09VVTF8PkVlfo3Le957VEwj1/9Pv1BPy79V4NXllIzwgeX4 4OzOq9+XU9jyH70cMxwbdhsKxTif1QcfRWmInMV17cSXr2eSl16JLsFTdZGE3H20 TmY7tKtsXz6MPP9VTUI48SoDgP6hRPEyqXdMZwDlz5cmk/wVr869NW2krQIeZ6kF rQpmEdkQGHkTx4+4B26qu9uk29fWHrP7nP7y2e2RwisXSPYAM+++ej7YUKV0xFkt pBvZKjT/S/LQjkdzX5XkriBgPPLXnA== =mk/g -----END PGP SIGNATURE----- --=-=-=--