Skip to content

Commit

Permalink
Add and install an appdata.xml file for Linux software galleries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender authored and wojdyr committed Mar 5, 2017
1 parent e2cf540 commit 19eb7c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ icon32dir = $(datadir)/icons/hicolor/32x32/apps
iconscdir = $(datadir)/icons/hicolor/scalable/apps
desktopdir = $(datadir)/applications
mimepkgdir = $(datadir)/mime/packages
appdatadir = $(datadir)/appdata

dist_icon32_DATA = fityk.png
dist_iconsc_DATA = fityk.svg
dist_desktop_DATA = fityk.desktop
dist_mimepkg_DATA = fityk.xml
dist_appdata_DATA = fityk.appdata.xml

# --- cli/ ---
cli_cfityk_SOURCES = cli/gnuplot.cpp cli/main.cpp cli/gnuplot.h
Expand Down
22 changes: 22 additions & 0 deletions fityk.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">fityk.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Fityk</name>
<summary>Non-linear curve fitting and data analysis</summary>
<description>
<p>
Fityk is a program for nonlinear curve-fitting of analytical
functions (especially peak-shaped) to data (usually experimental
data). It can also be used for visualization of x-y data only.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>http://fityk.nieto.pl/_images/fityk-1.0.1-gtk-multi.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://fityk.nieto.pl/</url>
<updatecontact>wojdyr@gmail.com</updatecontact>
</application>

0 comments on commit 19eb7c7

Please sign in to comment.