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/about-me/Makefile.am | 2 +- capplets/about-me/mate-about-me.desktop.in | 11 +++++++++++ capplets/about-me/mate-about-me.desktop.in.in | 11 ----------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 capplets/about-me/mate-about-me.desktop.in delete mode 100644 capplets/about-me/mate-about-me.desktop.in.in (limited to 'capplets/about-me') diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 01b07f95..a973ea9b 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -56,6 +56,6 @@ AM_CPPFLAGS += \ endif CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES) -EXTRA_DIST = $(ui_files) fprintd-marshal.list +EXTRA_DIST = $(ui_files) fprintd-marshal.list $(Desktop_in_files) -include $(top_srcdir)/git.mk diff --git a/capplets/about-me/mate-about-me.desktop.in b/capplets/about-me/mate-about-me.desktop.in new file mode 100644 index 00000000..71d3f704 --- /dev/null +++ b/capplets/about-me/mate-about-me.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=About Me +_Comment=Set your personal information +Exec=mate-about-me +Icon=user-info +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;X-MATE-PersonalSettings; +Keywords=mate-control-center;MATE;personal;information; +OnlyShowIn=MATE; diff --git a/capplets/about-me/mate-about-me.desktop.in.in b/capplets/about-me/mate-about-me.desktop.in.in deleted file mode 100644 index 71d3f704..00000000 --- a/capplets/about-me/mate-about-me.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=About Me -_Comment=Set your personal information -Exec=mate-about-me -Icon=user-info -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;X-MATE-PersonalSettings; -Keywords=mate-control-center;MATE;personal;information; -OnlyShowIn=MATE; -- cgit v1.2.1