mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
This PR adds missing udev rules for hardware wallets and MimeInfo files for file associations. While udev rules are available in both, release packages and source, MimeInfo is dynamically generated in RPM build process as discussed in https://github.com/sparrowwallet/sparrow/issues/1754 - this is why i added a static version of MimeInfo.yml to this package. Reviewed-on: https://codeberg.org/tuxxx/sparrow-wallet-git/pulls/3
24 lines
No EOL
848 B
XML
24 lines
No EOL
848 B
XML
<?xml version="1.0" ?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/psbt">
|
|
<comment>Partially Signed Bitcoin Transaction</comment>
|
|
<glob pattern="*.psbt"></glob>
|
|
</mime-type>
|
|
<mime-type type="application/bitcoin-transaction">
|
|
<comment>Bitcoin Transaction</comment>
|
|
<glob pattern="*.txn"></glob>
|
|
</mime-type>
|
|
<mime-type type="application/pgp-signature">
|
|
<comment>ASCII Armored File</comment>
|
|
<glob pattern="*.asc"></glob>
|
|
</mime-type>
|
|
<mime-type type="x-scheme-handler/bitcoin">
|
|
<comment>Bitcoin Scheme URI</comment>
|
|
</mime-type>
|
|
<mime-type type="x-scheme-handler/auth47">
|
|
<comment>Auth47 Authentication URI</comment>
|
|
</mime-type>
|
|
<mime-type type="x-scheme-handler/lightning">
|
|
<comment>LNURL URI</comment>
|
|
</mime-type>
|
|
</mime-info> |