diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/mate-session-properties.desktop.in (renamed from data/mate-session-properties.desktop.in.in) | 4 | ||||
-rw-r--r-- | data/mate-wm.desktop.in (renamed from data/mate-wm.desktop.in.in) | 4 |
3 files changed, 1 insertions, 11 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d286601..5bf1791 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -31,6 +31,7 @@ EXTRA_DIST = \ $(xsession_in_files) \ $(gsettingsschema_in_files) \ $(ui_DATA) \ + $(desktop_in_files) \ $(pixmap_DATA_dist) CLEANFILES = \ @@ -39,7 +40,4 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ mate-wm.desktop -DISTCLEANFILES = \ - $(desktop_in_files) - -include $(top_srcdir)/git.mk diff --git a/data/mate-session-properties.desktop.in.in b/data/mate-session-properties.desktop.in index 4b5bafd..79a9ffc 100644 --- a/data/mate-session-properties.desktop.in.in +++ b/data/mate-session-properties.desktop.in @@ -9,7 +9,3 @@ StartupNotify=true Categories=GTK;Settings;X-MATE-PersonalSettings; Keywords=MATE;session;properties;applications;login;start; OnlyShowIn=MATE; -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-session -X-MATE-Bugzilla-Component=mate-session-properties -X-MATE-Bugzilla-Version=@VERSION@ diff --git a/data/mate-wm.desktop.in.in b/data/mate-wm.desktop.in index 271dbb4..93a31ab 100644 --- a/data/mate-wm.desktop.in.in +++ b/data/mate-wm.desktop.in @@ -7,7 +7,3 @@ NoDisplay=true X-MATE-Autostart-Phase=WindowManager X-MATE-Provides=windowmanager X-MATE-Autostart-Notify=true -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-session -X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=@VERSION@ |