Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This also:
org.freedesktop.Sdk.Extension.vala
extension. That's needed because even the23.08
branch of the base app ships an old version ofvalac
, which is unable to build the app.24.08
.--socket=session-bus
permission by--talk-name=org.mpris.MediaPlayer2.*
.libgee
as a direct app dependency. This was not required before because it was included in Elementary's base app.eos-theme.patch
, which does not apply cleanly against this version of Lyrics.libxmlbird
dependency, which is not required as of this version of Lyrics.python3-doit.json
file, which was only required to buildlibxmlbird
.x-checker-data
information to Lyrics andlibgee
, which will hopefully help maintainers in keeping them up to date.This also introduces two other "modules" required to build the app:
pypi-dependencies.json
: Direct app dependencies, generated with the followingflatpak-pip-generator
command, using upstream'srequirements.txt
file:python3-skbuild.json
: Build dependencies ofrapidfuzz
, a direct dependency of the app. It was generated with the following command:Closes #2
Closes #3
Closes #4
Closes #6