[gnome-software/wip/hughsie/remove-steam] Remove the steam plugin
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/hughsie/remove-steam] Remove the steam plugin
- Date: Thu, 4 Oct 2018 14:46:36 +0000 (UTC)
commit 34e538bf5264fa16c625789914ca1ce093f057d1
Author: Richard Hughes <richard hughsie com>
Date: Thu Oct 4 15:44:39 2018 +0100
Remove the steam plugin
It's unmaintained and doesn't work very well.
README.md | 1 -
meson_options.txt | 1 -
plugins/meson.build | 3 -
plugins/steam/gs-plugin-steam.c | 967 ---------------------
plugins/steam/meson.build | 24 -
...org.gnome.Software.Plugin.Steam.metainfo.xml.in | 12 -
po/POTFILES.in | 2 -
7 files changed, 1010 deletions(-)
---
diff --git a/README.md b/README.md
index 04839f4f..f20fea82 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ Plugins are provided for:
- Next generation packages: [Flatpak](https://flatpak.org/) and [Snap](https://snapcraft.io/).
- Firmware updates.
- Ratings and reviews ([ODRS](https://odrs.gnome.org/) and Ubuntu reviews).
- - [Steam](http://store.steampowered.com/) games.
Software supports showing metadata that closely matches the
[AppStream](https://www.freedesktop.org/wiki/Distributions/AppStream/) format.
diff --git a/meson_options.txt b/meson_options.txt
index e19656fb..9d821bc1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,7 +8,6 @@ option('polkit', type : 'boolean', value : true, description : 'enable PolKit su
option('fwupd', type : 'boolean', value : true, description : 'enable fwupd support')
option('flatpak', type : 'boolean', value : true, description : 'enable Flatpak support')
option('rpm_ostree', type : 'boolean', value : false, description : 'enable rpm-ostree support')
-option('steam', type : 'boolean', value : true, description : 'enable Steam support')
option('shell_extensions', type : 'boolean', value : true, description : 'enable shell extensions support')
option('odrs', type : 'boolean', value : true, description : 'enable ODRS support')
option('ubuntuone', type : 'boolean', value : true, description : 'enable UbuntuOne support')
diff --git a/plugins/meson.build b/plugins/meson.build
index 528743d3..7b934302 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -38,9 +38,6 @@ endif
if get_option('snap')
subdir('snap')
endif
-if get_option('steam')
- subdir('steam')
-endif
if get_option('ubuntuone')
subdir('ubuntuone')
endif
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d320434e..08ef4516 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -95,5 +95,3 @@ plugins/odrs/org.gnome.Software.Plugin.Odrs.metainfo.xml.in
plugins/shell-extensions/gs-plugin-shell-extensions.c
plugins/snap/gs-plugin-snap.c
plugins/snap/org.gnome.Software.Plugin.Snap.metainfo.xml.in
-plugins/steam/gs-plugin-steam.c
-plugins/steam/org.gnome.Software.Plugin.Steam.metainfo.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]