mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
1a8579bf86
* Add flatpost
Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com>
* bump to 1.0.5
* partially address review comments
* add mime types
* Fix typo in License
Co-authored-by: madomado <madonuko@outlook.com>
Signed-off-by: Adam Fidel <ledif@users.noreply.github.com>
* add patch to add mime types
---------
Signed-off-by: Adam Fidel <ledif@users.noreply.github.com>
Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com>
Co-authored-by: madomado <madonuko@outlook.com>
(cherry picked from commit 099779ea5c)
Co-authored-by: Adam Fidel <ledif@users.noreply.github.com>
12 lines
419 B
XML
12 lines
419 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/vnd.flatpak.ref">
|
|
<glob pattern="*.flatpakref"/>
|
|
<comment>Flatpak Reference File</comment>
|
|
</mime-type>
|
|
<mime-type type="application/vnd.flatpak.repo">
|
|
<glob pattern="*.flatpakrepo"/>
|
|
<comment>Flatpak Repository File</comment>
|
|
</mime-type>
|
|
</mime-info>
|