diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
commit | 0f7ab3dc0ed5cfddfc3002992f0525756b6b670e (patch) | |
tree | 4f520e757f99f136e01abe1dd2e0d1fad5c3cd11 /data/org.gnome.Terminal.Nautilus.metainfo.xml.in | |
parent | Initial commit. (diff) | |
download | gnome-terminal-upstream/3.46.8.tar.xz gnome-terminal-upstream/3.46.8.zip |
Adding upstream version 3.46.8.upstream/3.46.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | data/org.gnome.Terminal.Nautilus.metainfo.xml.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/data/org.gnome.Terminal.Nautilus.metainfo.xml.in b/data/org.gnome.Terminal.Nautilus.metainfo.xml.in new file mode 100644 index 0000000..a28b79f --- /dev/null +++ b/data/org.gnome.Terminal.Nautilus.metainfo.xml.in @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright © 2014 Christian Persch + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + * the GNU General Public License as published by the Free + Software Foundation; either version 3 of the License, or (at your + option) any later version. + + or + + * the GNU Free Documentation License version 1.3 as published by the + Free Software Foundation; with no Invariant Sections, no Front-Cover + Texts, and no Back-Cover Texts. + + or both in parallel, as here. + + This program is distributed in the hope that 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 and the GNU Free Documentation License + for more details. + + You should have received a copy of the GNU General Public License and + of the GNU Free Documentation License along with this program. + If not, see <https://www.gnu.org/licenses/>. +--> +<component type="addon"> + <id>org.gnome.Terminal.Nautilus</id> + <extends>org.gnome.Nautilus.desktop</extends> + <metadata_license>GPL-3.0+ or GFDL-1.3-only</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> + <update_contact>https://wiki.gnome.org/Apps/Terminal/ReportingBugs</update_contact> + <translation type="gettext">gnome-terminal</translation> +</component> |