Drew Weymouth
|
f5ec18562d
|
prepare for 0.10.0 release
|
2024-04-17 08:43:32 -07:00 |
|
Drew Weymouth
|
1914821283
|
prepare for 0.9.1 release
|
2024-02-25 08:33:07 -08:00 |
|
Antoine Beaupré
|
59e05c20e1
|
add developer_name to appstream data file
It seems this is necessary in Flatpaks now. I have a build that failed with:
```
flatpak run --command=flatpak-builder-lint org.flatpak.Builder --exceptions repo repo
in dir /srv/buildbot/worker/build-x86_64-1/build (timeout 1200 secs)
watching logfiles {}
argv: b'flatpak run --command=flatpak-builder-lint org.flatpak.Builder --exceptions repo repo'
using PTY: False
{
"errors": [
"appstream-missing-developer-name"
],
"warnings": [
"appstream-summary-too-long",
"appstream-screenshot-missing-caption"
]
}
Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter
program finished with exit code 1
elapsedTime=54.274905
```
... interestingly, that is marked as "warning" in the above
documentation:
https://docs.flathub.org/docs/for-app-authors/linter/#appstream-missing-developer-name
... but is reported as an error now. Even worse, the tag is
deprecated:
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name
I tried to fix it by vendoring this fixed version in the flatpak,
we'll see how that goes:
https://github.com/flathub/io.github.dweymouth.supersonic/pull/62#issuecomment-1916007362
|
2024-01-29 22:35:22 -05:00 |
|
Drew Weymouth
|
126de719e4
|
prepare for 0.9.0 release
|
2024-01-27 08:04:06 -08:00 |
|
Drew Weymouth
|
61f5f24c4f
|
Add Audio category to Flatpak appdata file
|
2023-12-20 08:42:34 -08:00 |
|
Drew Weymouth
|
becb34cd4a
|
Prepare for 0.8.2 release
|
2023-12-16 08:01:00 -08:00 |
|
Drew Weymouth
|
7106d81eff
|
prepare for 0.8.1 release
|
2023-12-06 07:03:21 -08:00 |
|
Drew Weymouth
|
44ca55ff07
|
prepare for 0.8.0 release
|
2023-11-15 08:31:06 -08:00 |
|
Drew Weymouth
|
4cb9bcd86f
|
Prepare for 0.7.0 release
|
2023-11-07 07:56:38 -08:00 |
|
Drew Weymouth
|
7ef1dc1b63
|
Prepare for 0.6.0 release
|
2023-10-23 07:51:41 -07:00 |
|
Drew Weymouth
|
3321540bd3
|
prepare for 0.5.2 release
|
2023-09-18 09:02:26 -07:00 |
|
Drew Weymouth
|
69fa726894
|
prepare for 0.5.1 bug fix release
|
2023-07-17 17:12:23 -07:00 |
|
Drew Weymouth
|
c7f58a8a38
|
prepare for 0.5.0 release
|
2023-07-15 11:14:57 -07:00 |
|
Drew Weymouth
|
47a7f065cb
|
prepare for 0.4.0 release
|
2023-06-24 15:56:15 -07:00 |
|
Drew Weymouth
|
6d5900b692
|
prepare for 0.3.1 release
|
2023-06-03 10:22:06 -07:00 |
|
Drew Weymouth
|
c3430c9c85
|
prepare for 0.3.0 release
|
2023-05-24 17:42:38 -07:00 |
|
Drew Weymouth
|
e212484d00
|
prepare for 0.2.0 release
|
2023-05-05 08:33:47 -07:00 |
|
Drew Weymouth
|
f8127d7e00
|
preparing for 0.1.0 release
|
2023-04-22 08:11:28 -07:00 |
|
Antoine Beaupré
|
8adfc8e90f
|
import Appstream data file from Flatpak package
Closes: #133
|
2023-04-18 21:30:31 -04:00 |
|