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 --- capplets/network/Makefile.am | 3 ++- capplets/network/mate-network-properties.desktop.in | 11 +++++++++++ capplets/network/mate-network-properties.desktop.in.in | 11 ----------- 3 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 capplets/network/mate-network-properties.desktop.in delete mode 100644 capplets/network/mate-network-properties.desktop.in.in (limited to 'capplets/network') diff --git a/capplets/network/Makefile.am b/capplets/network/Makefile.am index 6ec1e224..e0e934a1 100644 --- a/capplets/network/Makefile.am +++ b/capplets/network/Makefile.am @@ -45,6 +45,7 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi -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/network/mate-network-properties.desktop.in b/capplets/network/mate-network-properties.desktop.in new file mode 100644 index 00000000..f6d135bf --- /dev/null +++ b/capplets/network/mate-network-properties.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Network Proxy +_Comment=Set your network proxy preferences +Exec=mate-network-properties +Icon=mate-network-properties +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;X-MATE-NetworkSettings; +Keywords=mate-control-center;MATE;network;http;socks;proxy; +OnlyShowIn=MATE; diff --git a/capplets/network/mate-network-properties.desktop.in.in b/capplets/network/mate-network-properties.desktop.in.in deleted file mode 100644 index f6d135bf..00000000 --- a/capplets/network/mate-network-properties.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=Network Proxy -_Comment=Set your network proxy preferences -Exec=mate-network-properties -Icon=mate-network-properties -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;X-MATE-NetworkSettings; -Keywords=mate-control-center;MATE;network;http;socks;proxy; -OnlyShowIn=MATE; -- cgit v1.2.1