diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-24 17:41:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-26 18:28:40 +0900 |
commit | 3d551b91cf456ca9fdbda6086231f75da4bb510b (patch) | |
tree | 32dbee5fe7379df64bca40ff54e1a70602e60970 | |
parent | d683d1b0bb76cfc48b0f444841b54ec8cc94738f (diff) | |
download | tde-packaging-3d551b91cf456ca9fdbda6086231f75da4bb510b.tar.gz tde-packaging-3d551b91cf456ca9fdbda6086231f75da4bb510b.zip |
DEB tdebase kxkb: add notification event for keyboard layout change. This relates to TDE/tdebase#438.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 13abf20530b1db7e9798810b7cfd1d5d9476f8b8)
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/_base/core/tdebase/debian/tdebase-trinity-bin.install b/debian/_base/core/tdebase/debian/tdebase-trinity-bin.install index fea5277bc..9ddb66bc2 100644 --- a/debian/_base/core/tdebase/debian/tdebase-trinity-bin.install +++ b/debian/_base/core/tdebase/debian/tdebase-trinity-bin.install @@ -77,6 +77,7 @@ debian/tmp/opt/trinity/share/apps/kdcop/kdcopui.rc debian/tmp/opt/trinity/share/apps/khotkeys/trinity2b1.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/konqueror_gestures_trinity21.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/printscreen.khotkeys +debian/tmp/opt/trinity/share/apps/kxkb/eventsrc debian/tmp/opt/trinity/share/autostart/tde_release_notes.desktop debian/tmp/opt/trinity/share/autostart/tde_license_info.desktop debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/common diff --git a/dilos/core/tdebase/debian/tdebase-trinity-bin.install b/dilos/core/tdebase/debian/tdebase-trinity-bin.install index 36d571b9d..de6d9579d 100644 --- a/dilos/core/tdebase/debian/tdebase-trinity-bin.install +++ b/dilos/core/tdebase/debian/tdebase-trinity-bin.install @@ -77,6 +77,7 @@ debian/tmp/usr/share/apps/kdcop/kdcopui.rc debian/tmp/usr/share/apps/khotkeys/trinity2b1.khotkeys debian/tmp/usr/share/apps/khotkeys/konqueror_gestures_trinity21.khotkeys debian/tmp/usr/share/apps/khotkeys/printscreen.khotkeys +debian/tmp/usr/share/apps/kxkb/eventsrc debian/tmp/usr/share/autostart/tde_release_notes.desktop debian/tmp/usr/share/autostart/tde_license_info.desktop debian/tmp/usr/share/doc/tde/HTML/en/kdcop/common diff --git a/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.install b/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.install index fea5277bc..9ddb66bc2 100644 --- a/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.install +++ b/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.install @@ -77,6 +77,7 @@ debian/tmp/opt/trinity/share/apps/kdcop/kdcopui.rc debian/tmp/opt/trinity/share/apps/khotkeys/trinity2b1.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/konqueror_gestures_trinity21.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/printscreen.khotkeys +debian/tmp/opt/trinity/share/apps/kxkb/eventsrc debian/tmp/opt/trinity/share/autostart/tde_release_notes.desktop debian/tmp/opt/trinity/share/autostart/tde_license_info.desktop debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/common |