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



commit 18ed51768159670ffeaa6f80c347478f4b76d00a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 25 14:45:08 2017 +0200

    amiga: Replace the plugin by a simple type

 configure.ac                        |    1 -
 plugins/Makefile.am                 |    4 ---
 plugins/amiga/Makefile.am           |    3 --
 plugins/amiga/configure.ac          |   14 ----------
 plugins/amiga/data/Makefile.am      |    6 ----
 plugins/amiga/data/amiga.plugin     |    6 ----
 plugins/amiga/src/Makefile.am       |   49 -----------------------------------
 plugins/amiga/src/amiga-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 ed8b187..8735232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AC_SUBST(GLIB_MIN_VERSION)
 LT_INIT
 
 # Plugins
-m4_include([plugins/amiga/configure.ac])
 m4_include([plugins/atari-2600/configure.ac])
 m4_include([plugins/atari-7800/configure.ac])
 m4_include([plugins/atari-lynx/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 69fda75..8a966c4 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,9 +1,5 @@
 SUBDIRS =
 
-if ENABLE_AMIGA_PLUGIN
-SUBDIRS += amiga
-endif
-
 if ENABLE_ATARI_2600_PLUGIN
 SUBDIRS += atari-2600
 endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 73ed56c..45afaa6 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -2,5 +2,6 @@
 
 namespace Games {
        private const RetroSimpleType[] RETRO_SIMPLE_TYPES = {
+               { "application/x-amiga-disk-format", "Amiga", "amiga" },
        };
 }


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