diff options
author | rbuj <[email protected]> | 2021-01-26 13:08:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 22:46:51 +0100 |
commit | 97e1fe87f7cb362e0731b4aceec5b8f21e5632d1 (patch) | |
tree | 5feb76d92b71af6159d77f383e4a9851b215219f /data/pluma.appdata.xml.in.in | |
parent | 299d0088a38a465c9de2ef890cecba9bd7a2b0f5 (diff) | |
download | pluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.bz2 pluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'data/pluma.appdata.xml.in.in')
-rw-r--r-- | data/pluma.appdata.xml.in.in | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/pluma.appdata.xml.in.in b/data/pluma.appdata.xml.in.in new file mode 100644 index 00000000..5ef27402 --- /dev/null +++ b/data/pluma.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>pluma.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Pluma</name> + <summary>A Text Editor for the MATE desktop environment</summary> + <description> + <p> + Pluma is a small, but powerful text editor designed specifically for + the MATE desktop. It has most standard text editor functions and fully + supports international text in Unicode. Advanced features include syntax + highlighting and automatic indentation of source code, printing and editing + of multiple documents in one window. + </p> + <p> + Pluma is extensible through a plugin system, which currently includes + support for spell checking, comparing files, viewing CVS ChangeLogs, and + adjusting indentation levels. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">https://mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |