From 2ca7574760838e7cf7c556a1f0dac054d82d0f5d Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 7 Feb 2019 21:37:59 +0800 Subject: fixed distcheck fail on debian --- capplets/keybindings/Makefile.am | 3 +-- capplets/keybindings/mate-keybinding.desktop.in | 11 +++++++++++ capplets/keybindings/mate-keybinding.desktop.in.in | 11 ----------- 3 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 capplets/keybindings/mate-keybinding.desktop.in delete mode 100644 capplets/keybindings/mate-keybinding.desktop.in.in (limited to 'capplets/keybindings') diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index 09a0b1fc..e5efb109 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -37,10 +37,9 @@ AM_CPPFLAGS = \ -DMATECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\"" CLEANFILES = \ $(MATECC_CAPPLETS_CLEANFILES) \ - $(Desktop_in_files) \ $(desktop_DATA) \ $(xml_DATA) -EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in +EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in $(Desktop_in_files) -include $(top_srcdir)/git.mk diff --git a/capplets/keybindings/mate-keybinding.desktop.in b/capplets/keybindings/mate-keybinding.desktop.in new file mode 100644 index 00000000..d154d342 --- /dev/null +++ b/capplets/keybindings/mate-keybinding.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Keyboard Shortcuts +_Comment=Assign shortcut keys to commands +Exec=mate-keybinding-properties +Icon=preferences-desktop-keyboard-shortcuts +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;HardwareSettings; +Keywords=mate-control-center;MATE;assign;keyboard;shortcuts;keybindings; +OnlyShowIn=MATE; diff --git a/capplets/keybindings/mate-keybinding.desktop.in.in b/capplets/keybindings/mate-keybinding.desktop.in.in deleted file mode 100644 index d154d342..00000000 --- a/capplets/keybindings/mate-keybinding.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=Keyboard Shortcuts -_Comment=Assign shortcut keys to commands -Exec=mate-keybinding-properties -Icon=preferences-desktop-keyboard-shortcuts -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;HardwareSettings; -Keywords=mate-control-center;MATE;assign;keyboard;shortcuts;keybindings; -OnlyShowIn=MATE; -- cgit v1.2.1