mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
df4f6a321c
commit
47e89eff6b
@ -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 \
|
||||
|
36
src/gnome/gnucash.appdata.xml
Normal file
36
src/gnome/gnucash.appdata.xml
Normal file
@ -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@gnucash.org</updatecontact>
|
||||
</application>
|
Loading…
Reference in New Issue
Block a user