diff options
author | B. Stack <bgstack15@gmail.com> | 2022-10-11 21:58:57 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-10-11 21:58:57 -0400 |
commit | faa01008673355a06cc032ae1d6404bd3b51e21f (patch) | |
tree | 222b31cae0b67e58c00edaf5ad9d95a2afe1ba9a | |
parent | replace symlink with real file in debian/ for OBS (diff) | |
download | fbxkb-faa01008673355a06cc032ae1d6404bd3b51e21f.tar.gz fbxkb-faa01008673355a06cc032ae1d6404bd3b51e21f.tar.bz2 fbxkb-faa01008673355a06cc032ae1d6404bd3b51e21f.zip |
remove some misc bits from stackrpms patchdpkg
-rw-r--r-- | debian/patches/fbxkb-stackrpms.patch | 22 |
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 |