aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/fbxkb-stackrpms.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/fbxkb-stackrpms.patch b/debian/patches/fbxkb-stackrpms.patch
index 1912b0d..771d2bc 100644
--- a/debian/patches/fbxkb-stackrpms.patch
+++ b/debian/patches/fbxkb-stackrpms.patch
@@ -2,20 +2,6 @@ Message: stackrpms customizations to fbxkb
Author: bgstack15
Date: 2022-10-10
Version: 0.6
-diff --git a/.gitignore b/.gitignore
-new file mode 100644
-index 0000000..3a9bccc
---- /dev/null
-+++ b/.gitignore
-@@ -0,0 +1,8 @@
-+.*.swp
-+*.o
-+config.h
-+man/*.gz
-+*.dep
-+fbxkb
-+fbxkb.c.*
-+Makefile.config
diff --git a/fbxkb.c b/fbxkb.c
index 2341464..fb5f665 100644
--- a/fbxkb.c
@@ -191,11 +177,3 @@ index 2341464..fb5f665 100644
} else if (xkbev->any.xkb_type == XkbNewKeyboardNotify) {
DBG("XkbNewKeyboardNotify\n");
read_kbd_description();
-diff --git a/images/us,basic.png b/images/us,basic.png
-new file mode 120000
-index 0000000..ea19c57
---- /dev/null
-+++ b/images/us,basic.png
-@@ -0,0 +1 @@
-+us.png
-\ No newline at end of file
bgstack15