[nemiver] Added translatable AppData file
- From: Daniel Mustieles García <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Added translatable AppData file
- Date: Fri, 14 Feb 2014 13:40:57 +0000 (UTC)
commit 720c9793500b962b77480d4fc209b6026e01633d
Author: Richard Hughes <richard hughsie com>
Date: Fri Feb 14 14:40:47 2014 +0100
Added translatable AppData file
INSTALL | 2 +-
data/Makefile.am | 9 +++++++++
data/nemiver.appdata.xml.in | 22 ++++++++++++++++++++++
po/POTFILES.in | 1 +
4 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 007e939..fd6bb72 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Installation Instructions
*************************
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2014 Free Software Foundation,
Inc.
Copying and distribution of this file, with or without modification,
diff --git a/data/Makefile.am b/data/Makefile.am
index eff2565..ab186d9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,15 @@ desktop_in_files = nemiver.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+ INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = nemiver.appdata.xml.in
+
+CLEANFILES = \
+ nemiver.appdata.xml
+
+
man_MANS = nemiver.1
EXTRA_DIST= \
diff --git a/data/nemiver.appdata.xml.in b/data/nemiver.appdata.xml.in
new file mode 100644
index 0000000..c554723
--- /dev/null
+++ b/data/nemiver.appdata.xml.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">nemiver.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <_p>
+ Nemiver is an on-going effort to write a standalone graphical debugger
+ that integrates well in the GNOME desktop environment.
+ It currently features a backend which uses the well known GNU Debugger
+ gdb to debug C / C++ programs.
+ </_p>
+ <_p>
+ We believe that Nemiver is mature and robust enough to just let you debug
+ your favorite C or C++ application in a pleasant way.
+ </_p>
+ </description>
+ <screenshots>
+ <screenshot type="default">https://projects.gnome.org/nemiver/images/nemiver-main-page.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://projects.gnome.org/nemiver/</url>
+ <updatecontact>nemiver-list gnome org</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 802e250..2d28b6a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
+data/nemiver.appdata.xml.in
data/nemiver.desktop.in
src/main.cc
src/persp/dbgperspective/nmv-breakpoints-view.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]