From 0e85078df738a42d061ea38e0f82404294f6acc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 7 Mar 2018 17:15:57 +0100 Subject: [PATCH] xkeyboard-config: fix pl layout Closes: #12245 [via git-merge-pr] --- .../xkeyboard-config/patches/pl-layout-2.23.1.patch | 12 ++++++++++++ srcpkgs/xkeyboard-config/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/xkeyboard-config/patches/pl-layout-2.23.1.patch diff --git a/srcpkgs/xkeyboard-config/patches/pl-layout-2.23.1.patch b/srcpkgs/xkeyboard-config/patches/pl-layout-2.23.1.patch new file mode 100644 index 00000000000..3232f935af9 --- /dev/null +++ b/srcpkgs/xkeyboard-config/patches/pl-layout-2.23.1.patch @@ -0,0 +1,12 @@ +diff --git symbols/pl symbols/pl +index 52e7959..800cb85 100644 +--- symbols/pl ++++ symbols/pl +@@ -497,7 +497,6 @@ partial alphanumeric_keys + include "sun_vndr/pl(sun_type6)" + }; + +------------------------------- + //Glagolica + partial alphanumeric_keys + xkb_symbols "glagolica" diff --git a/srcpkgs/xkeyboard-config/template b/srcpkgs/xkeyboard-config/template index 397a864846b..95e35d51e71 100644 --- a/srcpkgs/xkeyboard-config/template +++ b/srcpkgs/xkeyboard-config/template @@ -1,7 +1,7 @@ # Template build file for 'xkeyboard-config'. pkgname=xkeyboard-config version=2.23.1 -revision=1 +revision=2 noarch=yes build_style=gnu-configure configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"