diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 10 | ||||
-rw-r--r-- | plugins/fullscreen/fullscreen.plugin.desktop.in (renamed from plugins/fullscreen/fullscreen.eom-plugin.desktop.in) | 2 | ||||
-rw-r--r-- | plugins/reload/reload.plugin.desktop.in (renamed from plugins/reload/reload.eom-plugin.desktop.in) | 2 | ||||
-rw-r--r-- | plugins/statusbar-date/statusbar-date.plugin.desktop.in (renamed from plugins/statusbar-date/statusbar-date.eom-plugin.desktop.in) | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 02b74e6..6398011 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -15,8 +15,8 @@ plugins_LTLIBRARIES = \ reload/libreload.la plugins_in_files = \ - fullscreen/fullscreen.eom-plugin.desktop.in \ - reload/reload.eom-plugin.desktop.in + fullscreen/fullscreen.plugin.desktop.in \ + reload/reload.plugin.desktop.in # Fullscreen plugin fullscreen_libfullscreen_la_SOURCES = \ @@ -41,14 +41,14 @@ statusbar_date_libstatusbar_date_la_SOURCES = \ statusbar-date/eom-statusbar-date-plugin.c statusbar_date_libstatusbar_date_la_LIBADD = $(EOM_LIBS) -plugins_in_files += statusbar-date/statusbar-date.eom-plugin.desktop.in +plugins_in_files += statusbar-date/statusbar-date.plugin.desktop.in endif # Generate plugin info files -%.eom-plugin: %.eom-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(AM_V_GEN)$(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(AM_V_GEN)$(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugins_DATA = $(plugins_in_files:.eom-plugin.desktop.in=.eom-plugin) +plugins_DATA = $(plugins_in_files:.plugin.desktop.in=.plugin) DISTCLEANFILES = $(plugins_DATA) CLEANFILES = $(plugins_DATA) diff --git a/plugins/fullscreen/fullscreen.eom-plugin.desktop.in b/plugins/fullscreen/fullscreen.plugin.desktop.in index 2aab901..12d2cb8 100644 --- a/plugins/fullscreen/fullscreen.eom-plugin.desktop.in +++ b/plugins/fullscreen/fullscreen.plugin.desktop.in @@ -1,4 +1,4 @@ -[Eom Plugin] +[Plugin] Module=fullscreen IAge=2 _Name=Fullscreen with double-click diff --git a/plugins/reload/reload.eom-plugin.desktop.in b/plugins/reload/reload.plugin.desktop.in index 0a2bb86..4b0ff92 100644 --- a/plugins/reload/reload.eom-plugin.desktop.in +++ b/plugins/reload/reload.plugin.desktop.in @@ -1,4 +1,4 @@ -[Eom Plugin] +[Plugin] Module=reload IAge=2 _Name=Reload Image diff --git a/plugins/statusbar-date/statusbar-date.eom-plugin.desktop.in b/plugins/statusbar-date/statusbar-date.plugin.desktop.in index 92dea2e..55a1e8c 100644 --- a/plugins/statusbar-date/statusbar-date.eom-plugin.desktop.in +++ b/plugins/statusbar-date/statusbar-date.plugin.desktop.in @@ -1,4 +1,4 @@ -[Eom Plugin] +[Plugin] Module=statusbar-date IAge=2 _Name=Date in statusbar |