[gnome-games/wip/aplazas/type-registration] atari-lynx: Replace the plugin by a simple type



commit 0e7570cf858075b686fd6644cb19fa9460aa2b0b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 15:05:31 2017 +0200

    atari-lynx: Replace the plugin by a simple type

 configure.ac                                  |    1 -
 plugins/Makefile.am                           |    4 --
 plugins/atari-lynx/Makefile.am                |    3 --
 plugins/atari-lynx/configure.ac               |   14 -------
 plugins/atari-lynx/data/Makefile.am           |    6 ---
 plugins/atari-lynx/data/atari-lynx.plugin     |    6 ---
 plugins/atari-lynx/src/Makefile.am            |   49 -------------------------
 plugins/atari-lynx/src/atari-lynx-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 9fa1a68..b10daf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AC_SUBST(GLIB_MIN_VERSION)
 LT_INIT
 
 # Plugins
-m4_include([plugins/atari-lynx/configure.ac])
 m4_include([plugins/desktop/configure.ac])
 m4_include([plugins/doom/configure.ac])
 m4_include([plugins/dreamcast/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e754149..41e8e15 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,9 +1,5 @@
 SUBDIRS =
 
-if ENABLE_ATARI_LYNX_PLUGIN
-SUBDIRS += atari-lynx
-endif
-
 if ENABLE_DESKTOP_PLUGIN
 SUBDIRS += desktop
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 13e30da..73124b5 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -5,5 +5,6 @@ namespace Games {
                { "application/x-amiga-disk-format", "Amiga", "amiga" },
                { "application/x-atari-2600-rom", "Atari2600", "atari-2600" },
                { "application/x-atari-7800-rom", "Atari7800", "atari-7800" },
+               { "application/x-atari-lynx-rom", "AtariLynx", "atari-lynx" },
        };
 }


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