diff options
author | rbuj <[email protected]> | 2021-01-26 12:45:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-05 13:59:47 +0100 |
commit | e27dbb3b7971c77c178e0e6d523aa9f09b98b41e (patch) | |
tree | 0072c5621cefa67ee64c6dfbd3bc8d62ecf6a99c /mate-terminal.appdata.xml.in.in | |
parent | 0f0aa4b521d034d4f8258c3857c732037f98165a (diff) | |
download | mate-terminal-e27dbb3b7971c77c178e0e6d523aa9f09b98b41e.tar.bz2 mate-terminal-e27dbb3b7971c77c178e0e6d523aa9f09b98b41e.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'mate-terminal.appdata.xml.in.in')
-rw-r--r-- | mate-terminal.appdata.xml.in.in | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/mate-terminal.appdata.xml.in.in b/mate-terminal.appdata.xml.in.in new file mode 100644 index 0000000..e987ed9 --- /dev/null +++ b/mate-terminal.appdata.xml.in.in @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-terminal.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-3.0+</project_license> + <name>MATE Terminal</name> + <summary>A terminal emulator for the MATE desktop environment</summary> + <description> + <p> + MATE Terminal is a terminal emulation application that you can use + to access a UNIX shell in the MATE environment. MATE Terminal emulates + the xterm program developed by the X Consortium. It supports translucent + backgrounds, opening multiple terminals in a single window (tabs) and + clickable URLs. + </p> + <p> + MATE Terminal is a fork of GNOME Terminal and part of the MATE Desktop Environment. + If you would like to know more about MATE and MATE Terminal, please visit the + project's home page. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-terminal/screens/mate-terminal_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">@PACKAGE_URL@</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |