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. --- mate-about/Makefile.am | 4 +++- mate-about/mate-about.desktop.in | 11 +++++++++++ mate-about/mate-about.desktop.in.in | 15 --------------- 3 files changed, 14 insertions(+), 16 deletions(-) create mode 100644 mate-about/mate-about.desktop.in delete mode 100644 mate-about/mate-about.desktop.in.in (limited to 'mate-about') diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index da3bbc7..5c07102 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -15,7 +15,9 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -CLEANFILES = mate-about.desktop mate-about +EXTRA_DIST = $(desktop_in_files) + +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) #-include $(top_srcdir)/git.mk diff --git a/mate-about/mate-about.desktop.in b/mate-about/mate-about.desktop.in new file mode 100644 index 0000000..01eb829 --- /dev/null +++ b/mate-about/mate-about.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=About MATE +_Comment=Learn more about MATE +Exec=mate-about +Icon=mate +Terminal=false +Type=Application +Categories=GTK;Core;Utility; +OnlyShowIn=MATE; +StartupNotify=false +NoDisplay=true diff --git a/mate-about/mate-about.desktop.in.in b/mate-about/mate-about.desktop.in.in deleted file mode 100644 index e78114a..0000000 --- a/mate-about/mate-about.desktop.in.in +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -_Name=About MATE -_Comment=Learn more about MATE -Exec=mate-about -Icon=mate -Terminal=false -Type=Application -Categories=GTK;Core;Utility; -OnlyShowIn=MATE; -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-desktop -X-MATE-Bugzilla-Component=mate-about -X-MATE-Bugzilla-Version=@VERSION@ -StartupNotify=false -NoDisplay=true -- cgit v1.2.1