diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/Makefile.am | 4 | ||||
-rw-r--r-- | font-viewer/mate-font-viewer.desktop.in (renamed from font-viewer/mate-font-viewer.desktop.in.in) | 5 |
2 files changed, 2 insertions, 7 deletions
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.in b/font-viewer/mate-font-viewer.desktop.in index 8d9776fb..de4993a4 100644 --- a/font-viewer/mate-font-viewer.desktop.in.in +++ b/font-viewer/mate-font-viewer.desktop.in @@ -9,8 +9,3 @@ 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@ |