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/display/Makefile.am | 4 ++-- capplets/display/mate-display-properties.desktop.in | 11 +++++++++++ capplets/display/mate-display-properties.desktop.in.in | 11 ----------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 capplets/display/mate-display-properties.desktop.in delete mode 100644 capplets/display/mate-display-properties.desktop.in.in (limited to 'capplets/display') diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am index 4a304a97..d442fe6f 100644 --- a/capplets/display/Makefile.am +++ b/capplets/display/Makefile.am @@ -58,7 +58,7 @@ AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" -CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache @@ -72,7 +72,7 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi -EXTRA_DIST = org.mate.randr.policy.in +EXTRA_DIST = org.mate.randr.policy.in $(Desktop_in_files) DISTCLEANFILES = org.mate.randr.policy -include $(top_srcdir)/git.mk diff --git a/capplets/display/mate-display-properties.desktop.in b/capplets/display/mate-display-properties.desktop.in new file mode 100644 index 00000000..324529fa --- /dev/null +++ b/capplets/display/mate-display-properties.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Displays +_Comment=Change resolution and position of monitors and projectors +Exec=mate-display-properties +Icon=mate-preferences-desktop-display +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;HardwareSettings; +Keywords=mate-control-center;MATE;resolution;position;monitors;display;properties; +OnlyShowIn=MATE; diff --git a/capplets/display/mate-display-properties.desktop.in.in b/capplets/display/mate-display-properties.desktop.in.in deleted file mode 100644 index 324529fa..00000000 --- a/capplets/display/mate-display-properties.desktop.in.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=Displays -_Comment=Change resolution and position of monitors and projectors -Exec=mate-display-properties -Icon=mate-preferences-desktop-display -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;HardwareSettings; -Keywords=mate-control-center;MATE;resolution;position;monitors;display;properties; -OnlyShowIn=MATE; -- cgit v1.2.1