[gnome-terminal] appdata: Add appdata for the Open Terminal nautilus plugin



commit 7403ce8b20c6dc8ad739b19a4a41a1f20e39eda1
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 19 20:18:26 2016 +0100

    appdata: Add appdata for the Open Terminal nautilus plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760851

 Makefile.am                                |    5 +++-
 org.gnome.Terminal.Nautilus.appdata.xml.in |   35 ++++++++++++++++++++++++++++
 po/POTFILES.in                             |    1 +
 3 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3aa8677..4105d7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,10 @@ desktop-file-validate: $(nodist_desktop_DATA)
        done
 
 appdatadir = $(datadir)/appdata
-appdata_in_files = org.gnome.Terminal.appdata.xml.in
+appdata_in_files = \
+       org.gnome.Terminal.appdata.xml.in \
+       org.gnome.Terminal.Nautilus.appdata.xml.in \
+       $(NULL)
 nodist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
diff --git a/org.gnome.Terminal.Nautilus.appdata.xml.in b/org.gnome.Terminal.Nautilus.appdata.xml.in
new file mode 100644
index 0000000..29bac4e
--- /dev/null
+++ b/org.gnome.Terminal.Nautilus.appdata.xml.in
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright © 2016 Christian Persch
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3, or (at your option)
+  any later version.
+
+  This program is distributed in the hope conf it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
+<!-- FIXME: the xmlns for appdata is made-up -->
+<component
+  xmlns="https://www.freedesktop.org/standards/appdata/1.0";
+  xmlns:xi="http://www.w3.org/2001/XInclude";
+  xmlns:its="http://www.w3.org/2005/11/its";>
+  <id>org.gnome.Terminal.Nautilus</id>
+  <extends>org.gnome.Terminal.desktop</extends>
+  <metadata_license>GPL-3.0+</metadata_license>
+  <project_license>GPL-3.0+</project_license>
+  <_name>Terminal plugin for Files</_name>
+  <_summary>Open a terminal from Files</_summary>
+  <description>
+    <_p>Open Terminal is a plugin for the Files application that adds a menu item to the context menu to 
open a terminal in the currently browsed directory.</_p>
+  </description>
+  <url type="homepage">https://wiki.gnome.org/Apps/Terminal</url>
+  <project_group>GNOME</project_group>
+  <updatecontact>https://wiki.gnome.org/Apps/Terminal/ReportingBugs</updatecontact>
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 44a77eb..df83840 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 org.gnome.Terminal.appdata.xml.in
+org.gnome.Terminal.Nautilus.appdata.xml.in
 org.gnome.Terminal.desktop.in.in
 src/gterminal.vala
 src/migration.c


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