[gedit] Add an appdata file



commit bc642f7e07476af6d206a8bd83603e283333a4db
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Sep 5 21:05:10 2013 +0200

    Add an appdata file

 data/Makefile.am       |    4 ++++
 data/gedit.appdata.xml |   26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 4ab6674..1db1f6a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,6 +3,9 @@ desktop_in_files = gedit.desktop.in
 desktop_DATA    = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = gedit.appdata.xml
+
 servicedir = $(datadir)/dbus-1/services
 service_in_files = org.gnome.gedit.service.in
 service_DATA = $(service_in_files:.service.in=.service)
@@ -40,6 +43,7 @@ endif
 
 EXTRA_DIST =                                   \
        $(desktop_in_files)                     \
+       gedit.appdata.xml                       \
        $(service_in_files)                     \
        $(man_MANS)                             \
        gedit.pc.in                             \
diff --git a/data/gedit.appdata.xml b/data/gedit.appdata.xml
new file mode 100644
index 0000000..ecdb28e
--- /dev/null
+++ b/data/gedit.appdata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gedit.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      gedit is the official text editor of the GNOME desktop environment.
+      While aiming at simplicity and ease of use, gedit is a powerful general
+      purpose text editor.
+    </p>
+    <p>
+      Whether you are writing the next bestseller, programming an innovative
+      application, or simply taking some quick notes, gedit will be a reliable
+      tool to accomplish your task.
+    </p>
+    <p>
+      Its flexible plugin system allows you to tailor the application to your
+      needs and adapt it to your workflow.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default">https://projects.gnome.org/gedit/images/gedit1.png</screenshot>
+  </screenshots>
+  <url type="homepage">http://projects.gnome.org/gedit</url>
+  <updatecontact>pborelli gnome org</updatecontact>
+</application>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]