AUDIT: r23153 - gnucash/trunk/src/gnome - Add appdata description file to be used in Gnome's App store

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 3 06:59:20 EDT 2013


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

Added:
   gnucash/trunk/src/gnome/gnucash.appdata.xml
Modified:
   gnucash/trunk/src/gnome/Makefile.am
Log:
Add appdata description file to be used in Gnome's App store
BP

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2013-08-27 18:46:36 UTC (rev 23152)
+++ gnucash/trunk/src/gnome/Makefile.am	2013-09-03 10:59:19 UTC (rev 23153)
@@ -72,6 +72,10 @@
 
 appicondir = $(datadir)/pixmaps
 
+appdatadir = $(datadir)/appdata
+appdata_files = gnucash.appdata.xml
+appdata_DATA = $(appdata_files)
+
 noinst_HEADERS = \
   assistant-acct-period.h \
   assistant-hierarchy.h \
@@ -115,8 +119,9 @@
 endif
 
 EXTRA_DIST = \
-  gnucash.desktop.in \
-  gnome.i
+  gnome.i \
+  $(gnomeapp_in_files) \
+  $(appdata_files)
 
 AM_CPPFLAGS = \
   -I${top_srcdir}/src \

Added: gnucash/trunk/src/gnome/gnucash.appdata.xml
===================================================================
--- gnucash/trunk/src/gnome/gnucash.appdata.xml	                        (rev 0)
+++ gnucash/trunk/src/gnome/gnucash.appdata.xml	2013-09-03 10:59:19 UTC (rev 23153)
@@ -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