From 89c003e4e1aee19685e9d5f769ec01f21a03f696 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 7 Feb 2019 18:21:19 +0800 Subject: Fixed make distcheck fail on debian. --- tools/Makefile.am | 4 +++- tools/mate-color-select.desktop.in | 12 ++++++++++++ tools/mate-color-select.desktop.in.in | 12 ------------ 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 tools/mate-color-select.desktop.in delete mode 100644 tools/mate-color-select.desktop.in.in (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 301ef25..281e127 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,4 +21,6 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-color-select.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -CLEANFILES = *.desktop *.desktop.in +EXTRA_DIST = $(desktop_in_files) + +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) diff --git a/tools/mate-color-select.desktop.in b/tools/mate-color-select.desktop.in new file mode 100644 index 0000000..458ab6e --- /dev/null +++ b/tools/mate-color-select.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +_Name=MATE Color Selection +_GenericName=Color selection dialog +_Comment=Choose colors from the palette or the screen +Exec=mate-color-select +Icon=gtk-select-color +Terminal=false +Type=Application +Categories=GTK;Graphics; +Keywords=MATE;color;chooser;pick;palette;screen;selection; +OnlyShowIn=MATE; +StartupNotify=false diff --git a/tools/mate-color-select.desktop.in.in b/tools/mate-color-select.desktop.in.in deleted file mode 100644 index 458ab6e..0000000 --- a/tools/mate-color-select.desktop.in.in +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -_Name=MATE Color Selection -_GenericName=Color selection dialog -_Comment=Choose colors from the palette or the screen -Exec=mate-color-select -Icon=gtk-select-color -Terminal=false -Type=Application -Categories=GTK;Graphics; -Keywords=MATE;color;chooser;pick;palette;screen;selection; -OnlyShowIn=MATE; -StartupNotify=false -- cgit v1.2.1