aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-11 21:58:57 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-11 21:58:57 -0400
commitfaa01008673355a06cc032ae1d6404bd3b51e21f (patch)
tree222b31cae0b67e58c00edaf5ad9d95a2afe1ba9a
parentreplace symlink with real file in debian/ for OBS (diff)
downloadfbxkb-dpkg.tar.gz
fbxkb-dpkg.tar.bz2
fbxkb-dpkg.zip
remove some misc bits from stackrpms patchdpkg
-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