summaryrefslogtreecommitdiff
path: root/data/caja.appdata.xml.in.in
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 10:10:20 +0100
committerraveit65 <[email protected]>2021-02-05 14:01:13 +0100
commitcb9ed81342334d3ef5dde43a60ab0325930a2874 (patch)
tree30f67749d42edce585f5f79020c0635b0a0100dd /data/caja.appdata.xml.in.in
parent100143334310b87f54043beceb30611f60263def (diff)
downloadcaja-cb9ed81342334d3ef5dde43a60ab0325930a2874.tar.bz2
caja-cb9ed81342334d3ef5dde43a60ab0325930a2874.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'data/caja.appdata.xml.in.in')
-rw-r--r--data/caja.appdata.xml.in.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/caja.appdata.xml.in.in b/data/caja.appdata.xml.in.in
new file mode 100644
index 00000000..16102a82
--- /dev/null
+++ b/data/caja.appdata.xml.in.in
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 MATE team <[email protected]> -->
+<component type="desktop">
+ <id>caja.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Caja</name>
+ <summary>File manager for the MATE desktop environment</summary>
+ <description>
+ <p>
+ Caja is the official file manager for the MATE desktop. It allows for
+ browsing directories, as well as previewing files and launching applications
+ associated with them. It is also responsible for handling the icons on
+ the MATE desktop. It works on local and remote file systems.
+ </p>
+ <p>
+ Caja is extensible through a plugin system, similar to that of GNOME Nautilus,
+ of which Caja is a fork.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/caja/screens/caja_01.png
+ </image>
+ </screenshot>
+ <screenshot>
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/caja/screens/caja_02.png
+ </image>
+ </screenshot>
+ <screenshot>
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/caja/screens/caja_03.png
+ </image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">@PACKAGE_URL@</url>
+ <updatecontact>[email protected]</updatecontact>
+ <project_group>MATE</project_group>
+</component>