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



commit af1f91350001b19bd2ee1fb0ed754d024453d8ae
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Oct 8 10:54:37 2010 -0300

    Adapt RDP plugin .desktop file to the new peas format

 plugins/rdp/Makefile.am                            |    8 +++-----
 ...gre-plugin.desktop.in => rdp.plugin.desktop.in} |    2 +-
 po/POTFILES.in                                     |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/plugins/rdp/Makefile.am b/plugins/rdp/Makefile.am
index ea62151..356bc34 100644
--- a/plugins/rdp/Makefile.am
+++ b/plugins/rdp/Makefile.am
@@ -17,11 +17,9 @@ librdp_la_SOURCES = 						\
 librdp_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 librdp_la_LIBADD  = $(rdp_LIBS)
 
-plugin_in_files = rdp.vinagre-plugin.desktop.in
-
-rdp.vinagre-plugin: rdp.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 = rdp.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/rdp/rdp.vinagre-plugin.desktop.in b/plugins/rdp/rdp.plugin.desktop.in
similarity index 90%
rename from plugins/rdp/rdp.vinagre-plugin.desktop.in
rename to plugins/rdp/rdp.plugin.desktop.in
index 6c2b973..66a817b 100644
--- a/plugins/rdp/rdp.vinagre-plugin.desktop.in
+++ b/plugins/rdp/rdp.plugin.desktop.in
@@ -1,4 +1,4 @@
-[Vinagre Plugin]
+[Plugin]
 Module=rdp
 IAge=1
 _Name=RDP
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3a7305c..0f8e46b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,7 @@ data/vinagre-file.desktop.in.in
 data/vinagre.schemas.in.in
 data/vinagre-mime.xml.in
 data/vinagre-ui.xml
-plugins/rdp/rdp.vinagre-plugin.desktop.in
+plugins/rdp/rdp.plugin.desktop.in
 plugins/rdp/vinagre-rdp-plugin.c
 plugins/rdp/vinagre-rdp-tab.c
 plugins/ssh/vinagre-ssh-connection.c



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