Skip to content

Commit df46202

Browse files
committed
Add a Linux desktop and appdata file.
1 parent 18135ab commit df46202

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

hibiscus.appdata.xml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop">
3+
<id>hibiscus.desktop</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-2.0</project_license>
6+
<name>Hibiscus</name>
7+
<summary>Java online banking client using the HBCI standard</summary>
8+
<description>
9+
<p>
10+
A free Java homebanking application that uses the HBCI4Java implementation
11+
and runs as a plugin inside the Jameica framework. Support chipcards
12+
key files and PIN/TAN including chipTAN and smsTAN for authentification.
13+
Supported file formats include MT940, DTAUS, CSV, Moneyplex and PDF/HTML.
14+
</p>
15+
</description>
16+
<screenshots>
17+
<screenshot type="default">
18+
<image>https://www.willuhn.de/products/hibiscus/screenshots/13.png</image>
19+
</screenshot>
20+
<screenshot>
21+
<image>https://www.willuhn.de/products/hibiscus/screenshots/16.png</image>
22+
</screenshot>
23+
<screenshot>
24+
<image>https://www.willuhn.de/products/hibiscus/screenshots/10.png</image>
25+
</screenshot>
26+
</screenshots>
27+
<url type="homepage">https://www.willuhn.de/products/hibiscus/</url>
28+
</component>

hibiscus.desktop

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Hibiscus
4+
GenericName=Homebanking Client
5+
Categories=Office;Finance;
6+
Exec=jameica
7+
Icon=hibiscus

0 commit comments

Comments
 (0)