summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-21 14:09:08 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-21 14:09:08 +0100
commitab1a58989880245250d3b760b49baf827d7daaa2 (patch)
treeda000a3eb395082e07215434eaca38916e025d57 /data
parentfd9f0fe20be188b20cebc5026c5284a9f9817831 (diff)
downloadnautilus-ab1a58989880245250d3b760b49baf827d7daaa2.tar.gz
Added AppData file
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
-rw-r--r--data/nautilus.appdata.xml.in23
2 files changed, 30 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index e2df2c1aa..c192ca49c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,6 +17,11 @@ autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = nautilus-autostart.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
+appdatadir = $(datadir)/appdata
+appdata_in_files = nautilus.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+@INTLTOOL_XML_RULE@
+
@INTLTOOL_DESKTOP_RULE@
mimedir = $(datadir)/mime/packages
@@ -59,12 +64,14 @@ EXTRA_DIST = $(nautilusdata_DATA) \
$(service_in_files) \
$(autostart_in_files) \
$(searchprovider_DATA) \
+ $(appdata_in_files) \
$(NULL)
CLEANFILES = $(xml_files) \
$(desktop_DATA) \
$(service_DATA) \
$(autostart_DATA) \
+ $(appdata_DATA) \
$(NULL)
install-data-hook:
diff --git a/data/nautilus.appdata.xml.in b/data/nautilus.appdata.xml.in
new file mode 100644
index 000000000..02ffa46ca
--- /dev/null
+++ b/data/nautilus.appdata.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+<id type="desktop">nautilus.desktop</id>
+<licence>CC0</licence>
+<description>
+<_p>
+Nautilus, also known as Files, is the default file manager of the GNOME desktop.
+It provides a simple and integrated way of managing your files and browsing your file system.
+</_p>
+<_p>
+Nautilus supports all the basic functions of a file manager and more.
+It can search and manage your files and folders, both locally and on a network,
+read and write data to and from removable media, run scripts, and launch applications.
+It has three views: Icon Grid, Icon List, and Tree List.
+Its functions can be extended with plugins and scripts.
+</_p>
+</description>
+<url type="homepage">https://wiki.gnome.org/Apps/Nautilus/</url>
+<screenshots>
+<screenshot type="default">http://software.opensuse.org/package/thumbnail/nautilus.png</screenshot>
+</screenshots>
+<updatecontact>cosimoc_at_gnome.org</updatecontact>
+</application>