Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gtk-rs-0.8.patch | [PATCH] chores(deps): update dependencies | =?UTF-8?q?Markus=20G=C3=B6llnitz?= <camelcasenick@bewares.it> | no | 2024-02-08 | ||
relax-deps.diff | Relax the dependency on serde Since the version of env_logger in debian is older than the required one we patch it. |
Matthias Geiger <werdahias@riseup.net> | not-needed | 2024-03-04 | ||
disable-cargo-home-meson-build.diff | Don't set CARGO_HOME in src/meson.build This is needed as meson overrides this variable otherwise causing an online build which we do not want. |
Matthias Geiger <werdahias@riseup.net> | not-needed | 2023-11-07 | ||
build-set-project-name-to-railway-gtk.patch | Rename executable to `railway-gtk` This is done by modifying Cargo.toml and meson.build so both the executable and appdata folder names match the package name, and also requires changing the .desktop file accordingly. |
Arnaud Ferraris <arnaud.ferraris@collabora.com> | not-needed | 2024-03-04 | ||
fix-32bit-arch-be-explicit-about-type-argument.patch | fix(32bit arch): be explicit about type argument For architectures where usize == u32 this is not uniquely defined, because PartialOrd is then implemented for both types. Same underlying issue as https://gitlab.com/schmiddi-on-mobile/railway/-/issues/74 (cherry picked from commit 9986569d644223a4ced72b57d84671d7c4fe0443) |
=?utf-8?q?Markus_G=C3=B6llnitz?= <camelcasenick@bewares.it> | no | 2024-03-15 |