[gnome-games/wip/aplazas/type-registration: 4/5] wii-ware: Replace the plugin by a simple type



commit 951f5d6b6d613d73c6899fa4ec6d6dc004401d27
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 17:58:53 2017 +0200

    wii-ware: Replace the plugin by a simple type

 configure.ac                              |    1 -
 plugins/Makefile.am                       |    4 --
 plugins/wii-ware/Makefile.am              |    3 --
 plugins/wii-ware/configure.ac             |   14 --------
 plugins/wii-ware/data/Makefile.am         |    6 ---
 plugins/wii-ware/data/wii-ware.plugin     |    6 ---
 plugins/wii-ware/src/Makefile.am          |   49 -----------------------------
 plugins/wii-ware/src/wii-ware-plugin.vala |   38 ----------------------
 src/retro/retro-simple-types.vala         |    1 +
 9 files changed, 1 insertions(+), 121 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1c3cc73..4f4cc2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,6 @@ m4_include([plugins/sega-saturn/configure.ac])
 m4_include([plugins/steam/configure.ac])
 m4_include([plugins/turbografx-cd/configure.ac])
 m4_include([plugins/wii/configure.ac])
-m4_include([plugins/wii-ware/configure.ac])
 m4_include([plugins/wonderswan/configure.ac])
 
 PKG_CHECK_MODULES(GNOME_GAMES, [
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 54ef094..e121ca0 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -52,10 +52,6 @@ if ENABLE_WII_PLUGIN
 SUBDIRS += wii
 endif
 
-if ENABLE_WII_WARE_PLUGIN
-SUBDIRS += wii-ware
-endif
-
 if ENABLE_WONDERSWAN_PLUGIN
 SUBDIRS += wonderswan
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 0e4433c..961339f 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -23,5 +23,6 @@ namespace Games {
                { "application/x-sega-pico-rom", true, "SegaPico", "sega-pico" },
                { "application/x-sg1000-rom", true, "SG1000", "sg-1000" },
                { "application/x-sms-rom", true, "MasterSystem", "master-system" },
+               { "application/x-wii-wad", true, "WiiWare", "wii-ware" },
        };
 }


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