From 4767a3eb78e2e8286160000c203d1b91357614f7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 10 Oct 2022 10:34:56 -0400 Subject: original 0.6 source code from debian's orig.tar.gz. The original app is from sourceforge: https://fbxkb.sourceforge.net/index.html --- debian/patches/show-us-flag.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 debian/patches/show-us-flag.patch (limited to 'debian/patches/show-us-flag.patch') diff --git a/debian/patches/show-us-flag.patch b/debian/patches/show-us-flag.patch deleted file mode 100644 index 5c86190..0000000 --- a/debian/patches/show-us-flag.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Fix parsing of keyboard info, to show proper "us" flag -Author: Dmitry Borisyuk -Bug-Debian: https://bugs.debian.org/412254 ---- a/fbxkb.c -+++ b/fbxkb.c -@@ -372,7 +372,7 @@ - *tmp = 0; - - DBG("map=%s no=%d\n", tok, no); -- if (!strcmp(tok, "pc") || !strcmp(tok, "group")) -+ if (!strcmp(tok, "pc") || (strlen(tok) != 2)) - continue; - - g_assert((no >= 0) && (no < ngroups)); -- cgit