Overhaul Meson / Flatpak Building
This commit is contained in:
parent
1b98054024
commit
6cde50daf3
21 changed files with 802 additions and 550 deletions
16
burrow-gtk/data/app.metainfo.xml.in
Normal file
16
burrow-gtk/data/app.metainfo.xml.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>@APP_ID@</id>
|
||||
<metadata_license>CC0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name translatable="no">@APP_NAME_CAPITALIZED@</name>
|
||||
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
|
||||
|
||||
<description>
|
||||
<p>No description</p>
|
||||
</description>
|
||||
|
||||
<summary>
|
||||
<p>No Summary</p>
|
||||
</summary>
|
||||
</component>
|
||||
Loading…
Add table
Add a link
Reference in a new issue