r23154 - gnucash/branches/2.4/src/gnome - [23153] Add appdata description file to be used in Gnome's App store

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 3 07:06:37 EDT 2013


Author: gjanssens
Date: 2013-09-03 07:06:35 -0400 (Tue, 03 Sep 2013)
New Revision: 23154
Trac: http://svn.gnucash.org/trac/changeset/23154

Added:
   gnucash/branches/2.4/src/gnome/gnucash.appdata.xml
Modified:
   gnucash/branches/2.4/src/gnome/Makefile.am
Log:
[23153] Add appdata description file to be used in Gnome's App store

See http://people.freedesktop.org/~hughsient/appdata/ for more details.

Modified: gnucash/branches/2.4/src/gnome/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/gnome/Makefile.am	2013-09-03 10:59:19 UTC (rev 23153)
+++ gnucash/branches/2.4/src/gnome/Makefile.am	2013-09-03 11:06:35 UTC (rev 23154)
@@ -63,6 +63,10 @@
 
 appicondir = $(datadir)/pixmaps
 
+appdatadir = $(datadir)/appdata
+appdata_files = gnucash.appdata.xml
+appdata_DATA = $(appdata_files)
+
 noinst_HEADERS = \
   dialog-fincalc.h \
   dialog-find-transactions.h \
@@ -98,8 +102,9 @@
 endif
 
 EXTRA_DIST = \
-  gnucash.desktop.in \
-  gnome.i
+  gnome.i \
+  $(gnomeapp_in_files) \
+  $(appdata_files)
 
 AM_CPPFLAGS = \
   -I${top_srcdir}/src \

Added: gnucash/branches/2.4/src/gnome/gnucash.appdata.xml
===================================================================
--- gnucash/branches/2.4/src/gnome/gnucash.appdata.xml	                        (rev 0)
+++ gnucash/branches/2.4/src/gnome/gnucash.appdata.xml	2013-09-03 11:06:35 UTC (rev 23154)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnucash.desktop</id>
+ <licence>CC0</licence>
+ <description>
+  <p>
+   GnuCash is a program for personal and small-business financial-accounting.
+  </p>
+  <p>
+   Designed to be easy to use, yet powerful and flexible, GnuCash allows you
+   to track bank accounts, stocks, income and expenses. As quick
+   and intuitive to use as a checkbook register, it is based on professional
+   accounting principles to ensure balanced books and accurate reports. 
+  </p>
+  <p>Some feature highlights:</p>
+  <ul>
+   <li>Double-Entry Accounting</li>
+   <li>Stock/Bond/Mutual Fund Accounts</li>
+   <li>Small-Business Accounting</li>
+   <li>Reports, Graphs</li>
+   <li>QIF/OFX/HBCI Import, Transaction Matching</li>
+   <li>Scheduled Transactions</li>
+   <li>Financial Calculations</li>
+
+   <li>First item</li>
+   <li>Second item</li>
+  </ul>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="416" height="255">http://www.gnucash.org/images/gnucash-perspective.png</screenshot>
+  <screenshot width="400" height="309">http://www.gnucash.org/images/features/feature_register.png</screenshot>
+  <screenshot width="400" height="362">http://www.gnucash.org/images/features/feature_graph-report.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://www.gnucash.org/</url>
+ <updatecontact>gnucash-devel at gnucash.org</updatecontact>
+</application>



More information about the gnucash-changes mailing list