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 --- shell/Makefile.am | 4 ++-- shell/matecc.desktop.in | 12 ++++++++++++ shell/matecc.desktop.in.in | 12 ------------ 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 shell/matecc.desktop.in delete mode 100644 shell/matecc.desktop.in.in (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index ea502fd7..5d87e4aa 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -29,8 +29,8 @@ directory_DATA = $(directory_in_files:.directory.in=.directory) menudir = $(sysconfdir)/xdg/menus menu_DATA = matecc.menu -EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu +EXTRA_DIST = $(sys_in_files) matecc.directory.in matecc.menu -DISTCLEANFILES = matecc.desktop matecc.desktop.in matecc.directory +DISTCLEANFILES = $(sys_DATA) matecc.directory -include $(top_srcdir)/git.mk diff --git a/shell/matecc.desktop.in b/shell/matecc.desktop.in new file mode 100644 index 00000000..9b1b4c22 --- /dev/null +++ b/shell/matecc.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +_Name=Control Center +_GenericName=The MATE configuration tool +_Comment=Configure MATE settings +Icon=preferences-desktop +Exec=mate-control-center +Terminal=false +Type=Application +StartupNotify=false +Categories=GTK;Settings; +Keywords=MATE;control;center;configuration;tool;destop;preferences; +OnlyShowIn=MATE; diff --git a/shell/matecc.desktop.in.in b/shell/matecc.desktop.in.in deleted file mode 100644 index 9b1b4c22..00000000 --- a/shell/matecc.desktop.in.in +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -_Name=Control Center -_GenericName=The MATE configuration tool -_Comment=Configure MATE settings -Icon=preferences-desktop -Exec=mate-control-center -Terminal=false -Type=Application -StartupNotify=false -Categories=GTK;Settings; -Keywords=MATE;control;center;configuration;tool;destop;preferences; -OnlyShowIn=MATE; -- cgit v1.2.1