[vinagre] Adapt reverse-vnc plugin .desktop file to the new peas format



commit 1bec511b9054bae00ee176377c09baf5a13bfd53
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Oct 8 11:00:53 2010 -0300

    Adapt reverse-vnc plugin .desktop file to the new peas format

 plugins/reverse-vnc/Makefile.am                    |    8 +++-----
 ...in.desktop.in => reverse-vnc.plugin.desktop.in} |    2 +-
 po/POTFILES.in                                     |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/plugins/reverse-vnc/Makefile.am b/plugins/reverse-vnc/Makefile.am
index d5c1e5f..2cf9555 100644
--- a/plugins/reverse-vnc/Makefile.am
+++ b/plugins/reverse-vnc/Makefile.am
@@ -25,11 +25,9 @@ libreversevnc_la_LIBADD  = $(VNC_LIBS)
 uidir = $(VINAGRE_PLUGINS_DATA_DIR)/reverse-vnc
 ui_DATA = reverse-vnc.ui
 
-plugin_in_files = reverse-vnc.vinagre-plugin.desktop.in
-
-reverse-vnc.vinagre-plugin: reverse-vnc.vinagre-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-
-plugin_DATA = $(plugin_in_files:.vinagre-plugin.desktop.in=.vinagre-plugin)
+plugin_in_files = reverse-vnc.plugin.desktop.in
+%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
 
 EXTRA_DIST = $(ui_DATA) $(plugin_in_files)
 
diff --git a/plugins/reverse-vnc/reverse-vnc.vinagre-plugin.desktop.in b/plugins/reverse-vnc/reverse-vnc.plugin.desktop.in
similarity index 92%
rename from plugins/reverse-vnc/reverse-vnc.vinagre-plugin.desktop.in
rename to plugins/reverse-vnc/reverse-vnc.plugin.desktop.in
index 52851ff..12f2f38 100644
--- a/plugins/reverse-vnc/reverse-vnc.vinagre-plugin.desktop.in
+++ b/plugins/reverse-vnc/reverse-vnc.plugin.desktop.in
@@ -1,4 +1,4 @@
-[Vinagre Plugin]
+[Plugin]
 Module=reversevnc
 IAge=1
 _Name=Reverse VNC
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e9321b3..d987545 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -19,7 +19,7 @@ plugins/vnc/vinagre-vnc-plugin.c
 plugins/vnc/vinagre-vnc-tab.c
 plugins/vnc/vinagre-vnc-tunnel.c
 plugins/vnc/vnc.plugin.desktop.in
-plugins/reverse-vnc/reverse-vnc.vinagre-plugin.desktop.in
+plugins/reverse-vnc/reverse-vnc.plugin.desktop.in
 plugins/reverse-vnc/vinagre-reverse-vnc-listener-dialog.c
 plugins/reverse-vnc/vinagre-reverse-vnc-listener.c
 plugins/reverse-vnc/vinagre-reverse-vnc-plugin.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]