From 81ae219f9626c9c49c22bf6a9e90ec3c8f8e5ac5 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/windows/Makefile.am | 3 ++- capplets/windows/mate-window-properties.desktop.in | 11 +++++++++++ capplets/windows/mate-window-properties.desktop.in.in | 11 ----------- 3 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 capplets/windows/mate-window-properties.desktop.in delete mode 100644 capplets/windows/mate-window-properties.desktop.in.in (limited to 'capplets/windows') diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index 4b0fe063..cf1b9307 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -21,6 +21,7 @@ AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DPIXMAPDIR=\""$(pixmapdir)"\" -CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) +EXTRA_DIST = $(Desktop_in_files) -include $(top_srcdir)/git.mk diff --git a/capplets/windows/mate-window-properties.desktop.in b/capplets/windows/mate-window-properties.desktop.in new file mode 100644 index 00000000..49d2bc76 --- /dev/null +++ b/capplets/windows/mate-window-properties.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Windows +_Comment=Set your window properties +Exec=mate-window-properties +Icon=preferences-system-windows +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;DesktopSettings; +Keywords=mate-control-center;MATE;window;manager;properties;marco;preferences; +OnlyShowIn=MATE; diff --git a/capplets/windows/mate-window-properties.desktop.in.in b/capplets/windows/mate-window-properties.desktop.in.in deleted file mode 100644 index 49d2bc76..00000000 --- a/capplets/windows/mate-window-properties.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=Windows -_Comment=Set your window properties -Exec=mate-window-properties -Icon=preferences-system-windows -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;DesktopSettings; -Keywords=mate-control-center;MATE;window;manager;properties;marco;preferences; -OnlyShowIn=MATE; -- cgit v1.2.1