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 --- font-viewer/Makefile.am | 4 ++-- font-viewer/mate-font-viewer.desktop.in | 11 +++++++++++ font-viewer/mate-font-viewer.desktop.in.in | 16 ---------------- 3 files changed, 13 insertions(+), 18 deletions(-) create mode 100644 font-viewer/mate-font-viewer.desktop.in delete mode 100644 font-viewer/mate-font-viewer.desktop.in.in (limited to 'font-viewer') diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index 1ef5affe..b71ed500 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -47,11 +47,11 @@ uninstall-local: @INTLTOOL_DIRECTORY_RULE@ @INTLTOOL_SCHEMAS_RULE@ -CLEANFILES = $(desktop_in_files) $(desktop_DATA) \ +CLEANFILES = $(desktop_DATA) \ $(schemas_DATA) $(directory_DATA) EXTRA_DIST = \ $(thumbnailer_DATA) \ - mate-font-viewer.desktop.in.in + $(desktop_in_files) -include $(top_srcdir)/git.mk diff --git a/font-viewer/mate-font-viewer.desktop.in b/font-viewer/mate-font-viewer.desktop.in new file mode 100644 index 00000000..de4993a4 --- /dev/null +++ b/font-viewer/mate-font-viewer.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=MATE Font Viewer +_Comment=View fonts on your system +Icon=preferences-desktop-font +Exec=mate-font-viewer %u +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Utility; +MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf; +Keywords=mate-control-center;MATE;font;viewer;preview;desktop;preferences; diff --git a/font-viewer/mate-font-viewer.desktop.in.in b/font-viewer/mate-font-viewer.desktop.in.in deleted file mode 100644 index 8d9776fb..00000000 --- a/font-viewer/mate-font-viewer.desktop.in.in +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -_Name=MATE Font Viewer -_Comment=View fonts on your system -Icon=preferences-desktop-font -Exec=mate-font-viewer %u -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Utility; -MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf; -Keywords=mate-control-center;MATE;font;viewer;preview;desktop;preferences; -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=gnome-font-viewer -X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-OtherBinaries=gnome-thumbnail-font -X-MATE-Bugzilla-Version=@VERSION@ -- cgit v1.2.1