[gnome-games/wip/aplazas/type-registration: 4/19] amiga: Replace the plugin by a simple type
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/aplazas/type-registration: 4/19] amiga: Replace the plugin by a simple type
- Date: Thu, 25 May 2017 15:51:28 +0000 (UTC)
commit b5127db32a65baa78f2a7ae5d655e63c5452d315
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..1190a0a 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", true, "Amiga", "amiga" },
};
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]