[gnome-games] doom: Replace the plugin by a simple type



commit dc29dac20bea678dc88cf69cc1abce80d4b6bcba
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 15:07:46 2017 +0200

    doom: Replace the plugin by a simple type
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783111

 configure.ac                      |    1 -
 plugins/Makefile.am               |    4 ---
 plugins/doom/Makefile.am          |    3 --
 plugins/doom/configure.ac         |   14 ----------
 plugins/doom/data/Makefile.am     |    6 ----
 plugins/doom/data/doom.plugin     |    6 ----
 plugins/doom/src/Makefile.am      |   49 -------------------------------------
 plugins/doom/src/doom-plugin.vala |   35 --------------------------
 src/retro/retro-simple-types.vala |    1 +
 9 files changed, 1 insertions(+), 118 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b10daf1..b3b92d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,6 @@ LT_INIT
 
 # Plugins
 m4_include([plugins/desktop/configure.ac])
-m4_include([plugins/doom/configure.ac])
 m4_include([plugins/dreamcast/configure.ac])
 m4_include([plugins/nes/configure.ac])
 m4_include([plugins/game-boy/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 41e8e15..51a56dd 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -4,10 +4,6 @@ if ENABLE_DESKTOP_PLUGIN
 SUBDIRS += desktop
 endif
 
-if ENABLE_DOOM_PLUGIN
-SUBDIRS += doom
-endif
-
 if ENABLE_DREAMCAST_PLUGIN
 SUBDIRS += dreamcast
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 42e10e1..657fe84 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -6,5 +6,6 @@ namespace Games {
                { "application/x-atari-2600-rom", true, "Atari2600", "atari-2600" },
                { "application/x-atari-7800-rom", true, "Atari7800", "atari-7800" },
                { "application/x-atari-lynx-rom", true, "AtariLynx", "atari-lynx" },
+               { "application/x-doom-wad", true, "DOOM", "doom" },
        };
 }


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