[gnome-games/wip/exalm/rebrand: 3/102] Drop the love plugin




commit bd29f10bc9146c37933c16fa7c26ed6f0543cdc7
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Dec 1 16:24:46 2020 +0100

    Drop the love plugin
    
    It doesn't work well and needs a dedicated application… let's focus on
    what we do well.

 meson_options.txt                  |   1 -
 plugins/love/data/love.plugin      |   6 --
 plugins/love/data/meson.build      |   1 -
 plugins/love/meson.build           |   2 -
 plugins/love/src/love-error.vala   |   5 --
 plugins/love/src/love-icon.vala    |  52 ------------
 plugins/love/src/love-package.vala | 158 -------------------------------------
 plugins/love/src/love-plugin.vala  |  62 ---------------
 plugins/love/src/love-title.vala   |  42 ----------
 plugins/love/src/meson.build       |  20 -----
 plugins/meson.build                |   1 -
 11 files changed, 350 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 08e271c2..2e7916f3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,7 +13,6 @@ option (
 option ('dreamcast-plugin',     description: 'Support for Dreamcast games',     type: 'boolean')
 option ('game-cube-plugin',     description: 'Support for GameCube games',      type: 'boolean')
 option ('libretro-plugin',      description: 'Support for Libretro games',      type: 'boolean')
-option ('love-plugin',          description: 'Support for LĂ–VE games',          type: 'boolean')
 option ('mame-plugin',          description: 'Support for MAME games',          type: 'boolean')
 option ('ms-dos-plugin',        description: 'Support for MS-DOS games',        type: 'boolean')
 option ('nintendo-3ds-plugin',  description: 'Support for Nintendo 3DS games',  type: 'boolean')
diff --git a/plugins/meson.build b/plugins/meson.build
index 30f7e94c..87fbae15 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,7 +1,6 @@
 plugins = [
   'dreamcast',
   'game-cube',
-  'love',
   'mame',
   'ms-dos',
   'nintendo-3ds',


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