ximion / appstream-generator

A fast AppStream metadata generator
GNU Lesser General Public License v3.0
44 stars 29 forks source link

Doesn't build with recent Phobos. #109

Closed arrowd closed 1 year ago

arrowd commented 1 year ago

Starting from version 1.101 Phobos removed std.xml module which is used by the RPM backend, making the build with new compiler impossible.

ximion commented 1 year ago

Yeah, we either need to drop the backend or make it work using GMarkup as a parser... (I'd like to avoid using the undead library).

arrowd commented 1 year ago

Can this somehow be worked around as it blocks upgrading LDC to 1.32?

ximion commented 1 year ago

With the patch above you can disable building support for RPM repositories.

arrowd commented 1 year ago

Great, thanks!.