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



commit b2fc090bf803b2b83d04e10d6ca14c948fc2efef
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 15:00:45 2017 +0200

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

 configure.ac                                  |    1 -
 plugins/Makefile.am                           |    4 --
 plugins/atari-7800/Makefile.am                |    3 --
 plugins/atari-7800/configure.ac               |   14 -------
 plugins/atari-7800/data/Makefile.am           |    6 ---
 plugins/atari-7800/data/atari-7800.plugin     |    6 ---
 plugins/atari-7800/src/Makefile.am            |   49 -------------------------
 plugins/atari-7800/src/atari-7800-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 9a281e9..9fa1a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AC_SUBST(GLIB_MIN_VERSION)
 LT_INIT
 
 # Plugins
-m4_include([plugins/atari-7800/configure.ac])
 m4_include([plugins/atari-lynx/configure.ac])
 m4_include([plugins/desktop/configure.ac])
 m4_include([plugins/doom/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 5b5f77d..e754149 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,9 +1,5 @@
 SUBDIRS =
 
-if ENABLE_ATARI_7800_PLUGIN
-SUBDIRS += atari-7800
-endif
-
 if ENABLE_ATARI_LYNX_PLUGIN
 SUBDIRS += atari-lynx
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 373f4c4..24ee7f7 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -4,5 +4,6 @@ namespace Games {
        private const RetroSimpleType[] RETRO_SIMPLE_TYPES = {
                { "application/x-amiga-disk-format", true, "Amiga", "amiga" },
                { "application/x-atari-2600-rom", true, "Atari2600", "atari-2600" },
+               { "application/x-atari-7800-rom", true, "Atari7800", "atari-7800" },
        };
 }


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