[brasero] Add community-produced appdata file
- From: Joshua Lock <joshuagl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Add community-produced appdata file
- Date: Thu, 24 Oct 2013 08:43:29 +0000 (UTC)
commit 62cd33dd0bfe142fbde1158e593663ece4474625
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Oct 2 15:01:27 2013 -0500
Add community-produced appdata file
https://bugzilla.gnome.org/show_bug.cgi?id=708750
data/Makefile.am | 13 ++++++++++---
data/brasero.appdata.xml.in | 25 +++++++++++++++++++++++++
po/POTFILES.in | 1 +
3 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 17d3a73..473b777 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,13 +9,20 @@ gsettings_SCHEMAS = org.gnome.brasero.gschema.xml
desktopdir=$(datadir)/applications
desktop_in_files = brasero.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-
@INTLTOOL_DESKTOP_RULE@
-CLEANFILES = $(desktop_DATA)
+appdatadir = $(datadir)/appdata
+appdata_in_files = brasero.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+ INTLTOOL_XML_RULE@
+
+CLEANFILES = $(appdata_DATA) \
+ $(desktop_DATA)
+
-EXTRA_DIST = $(desktop_in_files) \
+EXTRA_DIST = $(appdata_in_files) \
+ $(desktop_in_files) \
$(gsettings_SCHEMAS) \
$(convert_DATA)
diff --git a/data/brasero.appdata.xml.in b/data/brasero.appdata.xml.in
new file mode 100644
index 0000000..e9cb8b4
--- /dev/null
+++ b/data/brasero.appdata.xml.in
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">brasero.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <_p>
+ Brasero is a application to burn CD/DVD for the GNOME Desktop.
+ It is designed to be as simple as possible and has some unique features to
+ enable users to create their discs easily and quickly.
+ </_p>
+ <_p>
+ Brasero can create, copy and burn Data and Audio CD/DVDs.
+ It fully supports CD-TEXT, multisession and joliet extensions.
+ You can simply drag and drop files from other local applications or from
+ remote shared drives to easily burn them to a disc.
+ </_p>
+ </description>
+ <screenshots>
+ <screenshot type="default">https://projects.gnome.org/brasero/images/copy-disc.png</screenshot>
+ <screenshot>https://projects.gnome.org/brasero/images/audio-disc.png</screenshot>
+ <screenshot>https://projects.gnome.org/brasero/images/data-project.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://projects.gnome.org/brasero/</url>
+ <updatecontact>brasero-list gnome org</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1b6589b..f5832da 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
# List of source files containing translatable strings.
[encoding: UTF-8]
+data/brasero.appdata.xml.in
data/brasero.desktop.in.in
data/mime/brasero.xml.in
data/org.gnome.brasero.gschema.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]