flathub / flathub/dev.ares.ares
Pick-up .desktop file association patch
- Dominant language
- No language data
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I've written this patch:
https://github.com/ares-emulator/ares/pull/2622
so that Ares could be automatically associated with the ROM types it supports. That also means that ares would be offered as an option to handle, say, WonderSwan ROMs, which would make it the only emulator on Flathub to be able to do so.
Patch is trivial, and that's how I tested the patch.
```diff
diff --git a/dev.ares.ares.yaml b/dev.ares.ares.yaml
index b8a2d49a8ccd..1de3f137a980 100644
--- a/dev.ares.ares.yaml
+++ b/dev.ares.ares.yaml
@@ -62,6 +62,8 @@ modules:
version-query: .tag_name | sub("^v"; "")
timestamp-query: .published_at
url-query: .tarball_url
+ - type: patch
+ path: 0001-linux-Register-file-types-so-they-can-be-opened-thro.patch
- name: ares-metadata
buildsystem: simple
build-commands:
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Review pull request #2622 and dev.ares.ares.yaml first, then inspect the referenced patch path in the Flatpak module definition. Confirm that the build registers the supported ROM types so Ares is offered as a handler on Flathub.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100