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/mouse/Makefile.am | 4 ++-- capplets/mouse/mate-settings-mouse.desktop.in | 11 +++++++++++ capplets/mouse/mate-settings-mouse.desktop.in.in | 11 ----------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 capplets/mouse/mate-settings-mouse.desktop.in delete mode 100644 capplets/mouse/mate-settings-mouse.desktop.in.in (limited to 'capplets/mouse') diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 1e413215..f7507ce8 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -29,7 +29,7 @@ AM_CPPFLAGS = \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ -DMATECC_UI_DIR="\"$(uidir)\"" -CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) -EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) +EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(Desktop_in_files) -include $(top_srcdir)/git.mk diff --git a/capplets/mouse/mate-settings-mouse.desktop.in b/capplets/mouse/mate-settings-mouse.desktop.in new file mode 100644 index 00000000..d309131e --- /dev/null +++ b/capplets/mouse/mate-settings-mouse.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Mouse +_Comment=Set your mouse preferences +Exec=mate-mouse-properties +Icon=input-mouse +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;HardwareSettings; +Keywords=mate-control-center;MATE;mouse;preferences; +OnlyShowIn=MATE; diff --git a/capplets/mouse/mate-settings-mouse.desktop.in.in b/capplets/mouse/mate-settings-mouse.desktop.in.in deleted file mode 100644 index d309131e..00000000 --- a/capplets/mouse/mate-settings-mouse.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=Mouse -_Comment=Set your mouse preferences -Exec=mate-mouse-properties -Icon=input-mouse -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;HardwareSettings; -Keywords=mate-control-center;MATE;mouse;preferences; -OnlyShowIn=MATE; -- cgit v1.2.1