Package: gnome-decoder / 0.7.1-1

Metadata

Package Version Patches format
gnome-decoder 0.7.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 meson.build fix build for Debian.patch | (download)

meson_options.txt | 1 1 + 0 - 0 !
src/meson.build | 6 1 + 5 - 0 !
2 files changed, 2 insertions(+), 5 deletions(-)

 meson.build: fix build for debian

We don't call `cargo` directly, but use a wrapper script instead, which
breaks some of the expectations. Make the needed changes to ensure the
package still builds.

We also need to override CARGO_HOME, so don't set this env var in
meson.build.

0002 Cargo.toml relax build dependencies.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 cargo.toml: relax build dependencies

0003 meson.build rename executable to gnome decoder.patch | (download)

data/com.belmoussaoui.Decoder.desktop.in.in | 2 1 + 1 - 0 !
src/meson.build | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 meson.build: rename executable to gnome-decoder

This will ensure we don't have any conflict in the future, as `decoder`
is too generic of a name.

Revert cargo Update nom to 8.0.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/qrcode_kind.rs | 26 12 + 14 - 0 !
2 files changed, 14 insertions(+), 16 deletions(-)

 revert "cargo: update nom to 8.0"

This reverts commit 52cbe32469f29b3800f9b1fb7da5f368f30cfccc.