[eog-plugins] Rename MetaInfo files to AppData and rename them back during build
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] Rename MetaInfo files to AppData and rename them back during build
- Date: Sun, 4 Jun 2017 19:50:49 +0000 (UTC)
commit 9695efd2ae6360bd95b07dde15de7eafdba96a80
Author: Felix Riemann <friemann gnome org>
Date: Sun Jun 4 21:34:05 2017 +0200
Rename MetaInfo files to AppData and rename them back during build
gettext doesn't recognize the MetaInfo extension as AppData files yet.
To fix extracting the translatable strings rename to AppData and
rename them to the MetaInfo extension during build.
plugins/exif-display/Makefile.am | 4 +-
...info.xml.in => eog-exif-display.appdata.xml.in} | 0
plugins/export-to-folder/Makefile.am | 4 +-
....xml.in => eog-export-to-folder.appdata.xml.in} | 0
plugins/fit-to-width/Makefile.am | 4 +-
...info.xml.in => eog-fit-to-width.appdata.xml.in} | 0
plugins/fullscreenbg/Makefile.am | 4 +-
...info.xml.in => eog-fullscreenbg.appdata.xml.in} | 0
plugins/hide-titlebar/Makefile.am | 4 +-
...nfo.xml.in => eog-hide-titlebar.appdata.xml.in} | 0
plugins/light-theme/Makefile.am | 4 +-
...ainfo.xml.in => eog-light-theme.appdata.xml.in} | 0
plugins/map/Makefile.am | 4 +-
...-map.metainfo.xml.in => eog-map.appdata.xml.in} | 0
plugins/maximize-windows/Makefile.am | 4 +-
....xml.in => eog-maximize-windows.appdata.xml.in} | 0
plugins/postasa/Makefile.am | 4 +-
....metainfo.xml.in => eog-postasa.appdata.xml.in} | 0
plugins/postr/Makefile.am | 4 +-
...tr.metainfo.xml.in => eog-postr.appdata.xml.in} | 0
plugins/pythonconsole/Makefile.am | 4 +-
...nfo.xml.in => eog-pythonconsole.appdata.xml.in} | 0
plugins/send-by-mail/Makefile.am | 4 +-
...info.xml.in => eog-send-by-mail.appdata.xml.in} | 0
plugins/slideshowshuffle/Makefile.am | 4 +-
....xml.in => eog-slideshowshuffle.appdata.xml.in} | 0
po/POTFILES.in | 26 ++++++++++----------
27 files changed, 39 insertions(+), 39 deletions(-)
---
diff --git a/plugins/exif-display/Makefile.am b/plugins/exif-display/Makefile.am
index b21adbf..d389c6c 100644
--- a/plugins/exif-display/Makefile.am
+++ b/plugins/exif-display/Makefile.am
@@ -45,8 +45,8 @@ $(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-exif-display.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-exif-display.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/exif-display/eog-exif-display.metainfo.xml.in
b/plugins/exif-display/eog-exif-display.appdata.xml.in
similarity index 100%
rename from plugins/exif-display/eog-exif-display.metainfo.xml.in
rename to plugins/exif-display/eog-exif-display.appdata.xml.in
diff --git a/plugins/export-to-folder/Makefile.am b/plugins/export-to-folder/Makefile.am
index c59b668..fb214f6 100644
--- a/plugins/export-to-folder/Makefile.am
+++ b/plugins/export-to-folder/Makefile.am
@@ -3,7 +3,7 @@ plugindir = $(EOG_PLUGINS_LIBS_DIR)
appstreamdir = $(datadir)/appdata
uidir = $(EOG_PLUGINS_DATA_DIR)/export-to-folder
plugin_in_files = export-to-folder.plugin.desktop.in
-appstream_in_files = eog-export-to-folder.metainfo.xml.in
+appstream_in_files = eog-export-to-folder.appdata.xml.in
UI_FILES = preferences_dialog.ui
ui_DATA = $(UI_FILES)
@@ -23,7 +23,7 @@ $(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
b/plugins/export-to-folder/eog-export-to-folder.appdata.xml.in
similarity index 100%
rename from plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
rename to plugins/export-to-folder/eog-export-to-folder.appdata.xml.in
diff --git a/plugins/fit-to-width/Makefile.am b/plugins/fit-to-width/Makefile.am
index 2979a1b..51e9b9a 100644
--- a/plugins/fit-to-width/Makefile.am
+++ b/plugins/fit-to-width/Makefile.am
@@ -28,8 +28,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-fit-to-width.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-fit-to-width.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
b/plugins/fit-to-width/eog-fit-to-width.appdata.xml.in
similarity index 100%
rename from plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
rename to plugins/fit-to-width/eog-fit-to-width.appdata.xml.in
diff --git a/plugins/fullscreenbg/Makefile.am b/plugins/fullscreenbg/Makefile.am
index 62810b3..d4e1b61 100644
--- a/plugins/fullscreenbg/Makefile.am
+++ b/plugins/fullscreenbg/Makefile.am
@@ -2,7 +2,7 @@
plugindir = $(EOG_PLUGINS_LIBS_DIR)
appstreamdir = $(datadir)/appdata
plugin_in_files = fullscreenbg.plugin.desktop.in
-appstream_in_files = eog-fullscreenbg.metainfo.xml.in
+appstream_in_files = eog-fullscreenbg.appdata.xml.in
gsettings_SCHEMAS = org.gnome.eog.plugins.fullscreenbg.gschema.xml
gsettings_SCHEMAS_in_files = org.gnome.eog.plugins.fullscreenbg.gschema.xml.in
@@ -21,7 +21,7 @@ $(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
b/plugins/fullscreenbg/eog-fullscreenbg.appdata.xml.in
similarity index 100%
rename from plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
rename to plugins/fullscreenbg/eog-fullscreenbg.appdata.xml.in
diff --git a/plugins/hide-titlebar/Makefile.am b/plugins/hide-titlebar/Makefile.am
index 6ef03b5..3f514bf 100644
--- a/plugins/hide-titlebar/Makefile.am
+++ b/plugins/hide-titlebar/Makefile.am
@@ -26,8 +26,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-hide-titlebar.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-hide-titlebar.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
b/plugins/hide-titlebar/eog-hide-titlebar.appdata.xml.in
similarity index 100%
rename from plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
rename to plugins/hide-titlebar/eog-hide-titlebar.appdata.xml.in
diff --git a/plugins/light-theme/Makefile.am b/plugins/light-theme/Makefile.am
index 32f4d2e..e02d390 100644
--- a/plugins/light-theme/Makefile.am
+++ b/plugins/light-theme/Makefile.am
@@ -29,8 +29,8 @@ $(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-light-theme.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-light-theme.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/light-theme/eog-light-theme.metainfo.xml.in
b/plugins/light-theme/eog-light-theme.appdata.xml.in
similarity index 100%
rename from plugins/light-theme/eog-light-theme.metainfo.xml.in
rename to plugins/light-theme/eog-light-theme.appdata.xml.in
diff --git a/plugins/map/Makefile.am b/plugins/map/Makefile.am
index b4ad708..09df532 100644
--- a/plugins/map/Makefile.am
+++ b/plugins/map/Makefile.am
@@ -29,8 +29,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-map.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-map.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/map/eog-map.metainfo.xml.in b/plugins/map/eog-map.appdata.xml.in
similarity index 100%
rename from plugins/map/eog-map.metainfo.xml.in
rename to plugins/map/eog-map.appdata.xml.in
diff --git a/plugins/maximize-windows/Makefile.am b/plugins/maximize-windows/Makefile.am
index ed1561c..bf723f6 100644
--- a/plugins/maximize-windows/Makefile.am
+++ b/plugins/maximize-windows/Makefile.am
@@ -2,7 +2,7 @@
plugindir = $(EOG_PLUGINS_LIBS_DIR)
appstreamdir = $(datadir)/appdata
plugin_in_files = maximize-windows.plugin.desktop.in
-appstream_in_files = eog-maximize-windows.metainfo.xml.in
+appstream_in_files = eog-maximize-windows.appdata.xml.in
plugin_PYTHON = \
maximize-windows.py
@@ -13,7 +13,7 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/maximize-windows/eog-maximize-windows.metainfo.xml.in
b/plugins/maximize-windows/eog-maximize-windows.appdata.xml.in
similarity index 100%
rename from plugins/maximize-windows/eog-maximize-windows.metainfo.xml.in
rename to plugins/maximize-windows/eog-maximize-windows.appdata.xml.in
diff --git a/plugins/postasa/Makefile.am b/plugins/postasa/Makefile.am
index 35d40a7..eeee385 100644
--- a/plugins/postasa/Makefile.am
+++ b/plugins/postasa/Makefile.am
@@ -43,8 +43,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-postasa.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-postasa.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/postasa/eog-postasa.metainfo.xml.in b/plugins/postasa/eog-postasa.appdata.xml.in
similarity index 100%
rename from plugins/postasa/eog-postasa.metainfo.xml.in
rename to plugins/postasa/eog-postasa.appdata.xml.in
diff --git a/plugins/postr/Makefile.am b/plugins/postr/Makefile.am
index 8f1a73b..df140de 100644
--- a/plugins/postr/Makefile.am
+++ b/plugins/postr/Makefile.am
@@ -29,8 +29,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-postr.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-postr.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/postr/eog-postr.metainfo.xml.in b/plugins/postr/eog-postr.appdata.xml.in
similarity index 100%
rename from plugins/postr/eog-postr.metainfo.xml.in
rename to plugins/postr/eog-postr.appdata.xml.in
diff --git a/plugins/pythonconsole/Makefile.am b/plugins/pythonconsole/Makefile.am
index e9eb830..f589cec 100644
--- a/plugins/pythonconsole/Makefile.am
+++ b/plugins/pythonconsole/Makefile.am
@@ -4,7 +4,7 @@ appstreamdir = $(datadir)/appdata
pythonconsoledir = $(plugindir)/pythonconsole
uidir = $(EOG_PLUGINS_DATA_DIR)/pythonconsole
plugin_in_files = pythonconsole.plugin.desktop.in
-appstream_in_files = eog-pythonconsole.metainfo.xml.in
+appstream_in_files = eog-pythonconsole.appdata.xml.in
pythonconsole_PYTHON = \
__init__.py \
@@ -20,7 +20,7 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
b/plugins/pythonconsole/eog-pythonconsole.appdata.xml.in
similarity index 100%
rename from plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
rename to plugins/pythonconsole/eog-pythonconsole.appdata.xml.in
diff --git a/plugins/send-by-mail/Makefile.am b/plugins/send-by-mail/Makefile.am
index 3ae855c..0bbb0b3 100644
--- a/plugins/send-by-mail/Makefile.am
+++ b/plugins/send-by-mail/Makefile.am
@@ -28,8 +28,8 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_in_files = eog-send-by-mail.metainfo.xml.in
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_in_files = eog-send-by-mail.appdata.xml.in
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
b/plugins/send-by-mail/eog-send-by-mail.appdata.xml.in
similarity index 100%
rename from plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
rename to plugins/send-by-mail/eog-send-by-mail.appdata.xml.in
diff --git a/plugins/slideshowshuffle/Makefile.am b/plugins/slideshowshuffle/Makefile.am
index 674357a..1f475d8 100644
--- a/plugins/slideshowshuffle/Makefile.am
+++ b/plugins/slideshowshuffle/Makefile.am
@@ -2,7 +2,7 @@
plugindir = $(libdir)/eog/plugins
appstreamdir = $(datadir)/appdata
plugin_in_files = slideshowshuffle.plugin.desktop.in
-appstream_in_files = eog-slideshowshuffle.metainfo.xml.in
+appstream_in_files = eog-slideshowshuffle.appdata.xml.in
plugin_PYTHON = \
slideshowshuffle.py
@@ -13,7 +13,7 @@ plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
$(plugin_DATA): %.plugin: %.plugin.desktop.in $(wildcard $(top_srcdir)/po/*po)
$(AM_V_GEN)$(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po
-o $@
-appstream_DATA = $(appstream_in_files:.xml.in=.xml)
+appstream_DATA = $(appstream_in_files:.appdata.xml.in=.metainfo.xml)
$(appstream_DATA): $(appstream_in_files)
$(AM_V_GEN)$(MSGFMT) --xml --language=appdata --template $< -d $(top_srcdir)/po -o $@
diff --git a/plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
b/plugins/slideshowshuffle/eog-slideshowshuffle.appdata.xml.in
similarity index 100%
rename from plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
rename to plugins/slideshowshuffle/eog-slideshowshuffle.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index afacc91..5b550bd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,44 +1,44 @@
plugins/exif-display/eog-exif-display-plugin.c
plugins/exif-display/exif-display-config.ui
plugins/exif-display/exif-display.plugin.desktop.in
-plugins/exif-display/eog-exif-display.metainfo.xml.in
+plugins/exif-display/eog-exif-display.appdata.xml.in
plugins/exif-display/exif-display.ui
-plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
+plugins/export-to-folder/eog-export-to-folder.appdata.xml.in
plugins/export-to-folder/export-to-folder.plugin.desktop.in
plugins/export-to-folder/export-to-folder.py
plugins/export-to-folder/org.gnome.eog.plugins.export-to-folder.gschema.xml.in
plugins/export-to-folder/preferences_dialog.ui
-plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
+plugins/fit-to-width/eog-fit-to-width.appdata.xml.in
plugins/fit-to-width/eog-fit-to-width-plugin.c
plugins/fit-to-width/fit-to-width.plugin.desktop.in
-plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
+plugins/fullscreenbg/eog-fullscreenbg.appdata.xml.in
plugins/fullscreenbg/fullscreenbg.plugin.desktop.in
plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in
plugins/fullscreenbg/preferences_dialog.ui
-plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
+plugins/hide-titlebar/eog-hide-titlebar.appdata.xml.in
plugins/hide-titlebar/hide-titlebar.plugin.desktop.in
-plugins/light-theme/eog-light-theme.metainfo.xml.in
+plugins/light-theme/eog-light-theme.appdata.xml.in
plugins/light-theme/light-theme.plugin.desktop.in
-plugins/map/eog-map.metainfo.xml.in
+plugins/map/eog-map.appdata.xml.in
plugins/map/eog-map-plugin.c
plugins/map/map.plugin.desktop.in
-plugins/maximize-windows/eog-maximize-windows.metainfo.xml.in
+plugins/maximize-windows/eog-maximize-windows.appdata.xml.in
plugins/maximize-windows/maximize-windows.plugin.desktop.in
-plugins/postasa/eog-postasa.metainfo.xml.in
+plugins/postasa/eog-postasa.appdata.xml.in
plugins/postasa/eog-postasa-plugin.c
plugins/postasa/postasa-config.xml
plugins/postasa/postasa.plugin.desktop.in
plugins/postasa/postasa-uploads.xml
-plugins/postr/eog-postr.metainfo.xml.in
+plugins/postr/eog-postr.appdata.xml.in
plugins/postr/eog-postr-plugin.c
plugins/postr/postr.plugin.desktop.in
plugins/pythonconsole/config.ui
-plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
+plugins/pythonconsole/eog-pythonconsole.appdata.xml.in
plugins/pythonconsole/__init__.py
plugins/pythonconsole/org.gnome.eog.plugins.pythonconsole.gschema.xml.in
plugins/pythonconsole/pythonconsole.plugin.desktop.in
-plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
+plugins/send-by-mail/eog-send-by-mail.appdata.xml.in
plugins/send-by-mail/eog-send-by-mail-plugin.c
plugins/send-by-mail/send-by-mail.plugin.desktop.in
-plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
+plugins/slideshowshuffle/eog-slideshowshuffle.appdata.xml.in
plugins/slideshowshuffle/slideshowshuffle.plugin.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]