Package: xdg-desktop-portal / 1.2.0-1

Metadata

Package Version Patches format
xdg-desktop-portal 1.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Revert Stop building the icon validator.patch | (download)

configure.ac | 1 1 + 0 - 0 !
src/Makefile.am.inc | 5 5 + 0 - 0 !
src/validate-icon.c | 53 53 + 0 - 0 !
3 files changed, 59 insertions(+)

 revert "stop building the icon validator"

This reverts commit 2fb498f92f8e1c41049dedf887690083fa12f6d1.

validate icon Add a define for bwrap.patch | (download)

src/Makefile.am.inc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 validate-icon: add a #define for bwrap

Signed-off-by: Simon McVittie <smcv@debian.org>

Replace the icon validator with the one from Flatpak git .patch | (download)

src/notification.c | 14 3 + 11 - 0 !
src/validate-icon.c | 210 204 + 6 - 0 !
2 files changed, 207 insertions(+), 17 deletions(-)

 replace the icon validator with the one from flatpak git master

We don't want to depend on a version of Flatpak that isn't out yet.

Signed-off-by: Simon McVittie <smcv@debian.org>