From 47e89eff6bbc3a8f57320551ee3cade021e36b79 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 3 Sep 2013 10:59:19 +0000 Subject: [PATCH] Add appdata description file to be used in Gnome's App store BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23153 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/Makefile.am | 9 +++++++-- src/gnome/gnucash.appdata.xml | 36 +++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 src/gnome/gnucash.appdata.xml diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index bcae91360d..6019fef9fb 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -72,6 +72,10 @@ gnomeapp_DATA = $(gnomeapp_in_files:.desktop.in=.desktop) 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 @@ swig-gnome.c: gnome.i dialog-progress.h ${top_srcdir}/src/base-typemaps.i endif EXTRA_DIST = \ - gnucash.desktop.in \ - gnome.i + gnome.i \ + $(gnomeapp_in_files) \ + $(appdata_files) AM_CPPFLAGS = \ -I${top_srcdir}/src \ diff --git a/src/gnome/gnucash.appdata.xml b/src/gnome/gnucash.appdata.xml new file mode 100644 index 0000000000..5efdc7e4bc --- /dev/null +++ b/src/gnome/gnucash.appdata.xml @@ -0,0 +1,36 @@ + + + gnucash.desktop + CC0 + +

+ GnuCash is a program for personal and small-business financial-accounting. +

+

+ 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. +

+

Some feature highlights:

+
    +
  • Double-Entry Accounting
  • +
  • Stock/Bond/Mutual Fund Accounts
  • +
  • Small-Business Accounting
  • +
  • Reports, Graphs
  • +
  • QIF/OFX/HBCI Import, Transaction Matching
  • +
  • Scheduled Transactions
  • +
  • Financial Calculations
  • + +
  • First item
  • +
  • Second item
  • +
+
+ + http://www.gnucash.org/images/gnucash-perspective.png + http://www.gnucash.org/images/features/feature_register.png + http://www.gnucash.org/images/features/feature_graph-report.png + + http://www.gnucash.org/ + gnucash-devel@gnucash.org +