[vinagre] Adapt SSH plugin .desktop file to the new peas format



commit 138cb521ea1135d3b6b78d210786facdcf5e8e59
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Oct 8 10:51:39 2010 -0300

    Adapt SSH plugin .desktop file to the new peas format

 plugins/ssh/Makefile.am                            |    8 +++-----
 ...gre-plugin.desktop.in => ssh.plugin.desktop.in} |    2 +-
 po/POTFILES.in                                     |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/plugins/ssh/Makefile.am b/plugins/ssh/Makefile.am
index 760ae4a..dee513d 100644
--- a/plugins/ssh/Makefile.am
+++ b/plugins/ssh/Makefile.am
@@ -18,11 +18,9 @@ libssh_la_SOURCES = 						\
 libssh_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 libssh_la_LIBADD  = $(SSH_LIBS)
 
-plugin_in_files = ssh.vinagre-plugin.desktop.in
-
-ssh.vinagre-plugin: ssh.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 = ssh.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 = $(plugin_in_files)
 CLEANFILES = $(plugin_DATA)
diff --git a/plugins/ssh/ssh.vinagre-plugin.desktop.in b/plugins/ssh/ssh.plugin.desktop.in
similarity index 90%
rename from plugins/ssh/ssh.vinagre-plugin.desktop.in
rename to plugins/ssh/ssh.plugin.desktop.in
index d67f727..0c4872a 100644
--- a/plugins/ssh/ssh.vinagre-plugin.desktop.in
+++ b/plugins/ssh/ssh.plugin.desktop.in
@@ -1,4 +1,4 @@
-[Vinagre Plugin]
+[Plugin]
 Module=ssh
 IAge=1
 _Name=SSH
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5d39d44..3a7305c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -13,7 +13,7 @@ plugins/rdp/vinagre-rdp-tab.c
 plugins/ssh/vinagre-ssh-connection.c
 plugins/ssh/vinagre-ssh-plugin.c
 plugins/ssh/vinagre-ssh-tab.c
-plugins/ssh/ssh.vinagre-plugin.desktop.in
+plugins/ssh/ssh.plugin.desktop.in
 plugins/vnc/vinagre-vnc-connection.c
 plugins/vnc/vinagre-vnc-plugin.c
 plugins/vnc/vinagre-vnc-tab.c



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