Package: gnome-software / 3.30.6-5

Metadata

Package Version Patches format
gnome-software 3.30.6-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 details page Add support for verified developers.patch | (download)

src/gs-details-page.c | 3 3 + 0 - 0 !
src/gs-details-page.ui | 31 23 + 8 - 0 !
2 files changed, 26 insertions(+), 8 deletions(-)

 [patch 01/28] details page: add support for verified developers


0002 snap Set verified developer flag.patch | (download)

meson.build | 2 1 + 1 - 0 !
plugins/snap/gs-plugin-snap.c | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 [patch 02/26] snap: set verified developer flag


0011 Support snap channels.patch | (download)

lib/gs-app.c | 91 91 + 0 - 0 !
lib/gs-app.h | 7 7 + 0 - 0 !
lib/gs-channel.c | 116 116 + 0 - 0 !
lib/gs-channel.h | 44 44 + 0 - 0 !
lib/gs-plugin-job-private.h | 1 1 + 0 - 0 !
lib/gs-plugin-job.c | 31 31 + 0 - 0 !
lib/gs-plugin-job.h | 2 2 + 0 - 0 !
lib/gs-plugin-loader.c | 13 13 + 0 - 0 !
lib/gs-plugin-types.h | 4 4 + 0 - 0 !
lib/gs-plugin-vfuncs.h | 18 18 + 0 - 0 !
lib/gs-plugin.c | 6 6 + 0 - 0 !
lib/gs-self-test.c | 16 16 + 0 - 0 !
lib/gs-utils.c | 35 35 + 0 - 0 !
lib/gs-utils.h | 2 2 + 0 - 0 !
lib/meson.build | 2 2 + 0 - 0 !
plugins/dummy/gs-plugin-dummy.c | 11 11 + 0 - 0 !
plugins/snap/gs-plugin-snap.c | 254 237 + 17 - 0 !
src/gs-details-page.c | 199 191 + 8 - 0 !
src/gs-details-page.ui | 104 86 + 18 - 0 !
src/gtk-style.css | 31 31 + 0 - 0 !
20 files changed, 944 insertions(+), 43 deletions(-)

 [patch 11/24] support snap channels


0020 details page Don t show missing screenshot placehold.patch | (download)

src/gs-details-page.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 20/24] details page: don't show missing screenshot
 placeholder


0021 details Use custom icon for verified developers.patch | (download)

src/developer-verified.svg | 12 12 + 0 - 0 !
src/gnome-software.gresource.xml | 1 1 + 0 - 0 !
src/gs-details-page.ui | 2 1 + 1 - 0 !
3 files changed, 14 insertions(+), 1 deletion(-)

 [patch 21/24] details: use custom icon for verified developers


0022 snap Use wide scope when searching.patch | (download)

plugins/snap/gs-plugin-snap.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 [patch 22/24] snap: use wide scope when searching

Wide scope searches for all available versions of snaps, not just stable
versions. This is the intended use for clients, but needs a code change
so not to break backwards compatibility.

0023 snap Don t treat auth cancellation as an error.patch | (download)

meson.build | 2 1 + 1 - 0 !
plugins/snap/gs-plugin-snap.c | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 [patch 23/25] snap: don't treat auth cancellation as an error

SNAPD_ERROR_PERMISSION_DENIED is triggered when the user cancels the PolicyKit
authorization process. For this reasons treat this error in a special way to
avoid showing an error notification.

Fixes: https://bugs.launchpad.net/bugs/1785240

0025 snap Use new media API.patch | (download)

meson.build | 2 1 + 1 - 0 !
plugins/snap/gs-plugin-snap.c | 156 112 + 44 - 0 !
2 files changed, 113 insertions(+), 45 deletions(-)

 snap: use new media api