[gnome-software: 18/18] Merge branch 'odrs-provider' into 'master'




commit 80c31332c7dc4390832658541e560cacb0e6f48e
Merge: 7e84d336f ee2be9faf
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Jun 9 13:45:46 2021 +0000

    Merge branch 'odrs-provider' into 'master'
    
    Merge the ODRS plugin into the core code
    
    See merge request GNOME/gnome-software!779

 contrib/gnome-software.spec.in                     |    2 -
 lib/gnome-software.h                               |    1 +
 .../gs-plugin-odrs.c => lib/gs-odrs-provider.c     | 1113 +++++++++++++-------
 lib/gs-odrs-provider.h                             |   80 ++
 lib/gs-plugin-loader.c                             |  153 ++-
 lib/gs-plugin-loader.h                             |    3 +
 lib/gs-plugin-types.h                              |   14 -
 lib/gs-plugin-vfuncs.h                             |  136 ---
 lib/gs-plugin.c                                    |   42 -
 lib/meson.build                                    |    2 +
 meson_options.txt                                  |    1 -
 plugins/dummy/gs-plugin-dummy.c                    |   60 --
 plugins/meson.build                                |    3 -
 plugins/odrs/meson.build                           |   24 -
 .../org.gnome.Software.Plugin.Odrs.metainfo.xml.in |   12 -
 po/POTFILES.in                                     |    3 +-
 src/gs-details-page.c                              |  236 +++--
 src/gs-details-page.h                              |    4 +
 src/gs-moderate-page.c                             |  200 +++-
 src/gs-moderate-page.h                             |    4 +
 src/gs-review-row.c                                |   26 +-
 src/gs-review-row.h                                |   21 +
 src/gs-shell.c                                     |    5 +
 23 files changed, 1280 insertions(+), 865 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]