[gnome-games/wip/aplazas/type-registration] doom: 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] doom: Replace the plugin by a simple type
- Date: Thu, 25 May 2017 13:08:56 +0000 (UTC)
commit 6a94d64144d2decde87c5fade426fdda51e0a938
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu May 25 15:07:46 2017 +0200
doom: Replace the plugin by a simple type
configure.ac | 1 -
plugins/Makefile.am | 4 ---
plugins/doom/Makefile.am | 3 --
plugins/doom/configure.ac | 14 ----------
plugins/doom/data/Makefile.am | 6 ----
plugins/doom/data/doom.plugin | 6 ----
plugins/doom/src/Makefile.am | 49 -------------------------------------
plugins/doom/src/doom-plugin.vala | 35 --------------------------
src/retro/retro-simple-types.vala | 1 +
9 files changed, 1 insertions(+), 118 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b10daf1..b3b92d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,6 @@ LT_INIT
# Plugins
m4_include([plugins/desktop/configure.ac])
-m4_include([plugins/doom/configure.ac])
m4_include([plugins/dreamcast/configure.ac])
m4_include([plugins/nes/configure.ac])
m4_include([plugins/game-boy/configure.ac])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 41e8e15..51a56dd 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -4,10 +4,6 @@ if ENABLE_DESKTOP_PLUGIN
SUBDIRS += desktop
endif
-if ENABLE_DOOM_PLUGIN
-SUBDIRS += doom
-endif
-
if ENABLE_DREAMCAST_PLUGIN
SUBDIRS += dreamcast
endif
diff --git a/src/retro/retro-simple-types.vala b/src/retro/retro-simple-types.vala
index 73124b5..32eeffd 100644
--- a/src/retro/retro-simple-types.vala
+++ b/src/retro/retro-simple-types.vala
@@ -6,5 +6,6 @@ namespace Games {
{ "application/x-atari-2600-rom", "Atari2600", "atari-2600" },
{ "application/x-atari-7800-rom", "Atari7800", "atari-7800" },
{ "application/x-atari-lynx-rom", "AtariLynx", "atari-lynx" },
+ { "application/x-doom-wad", "DOOM", "doom" },
};
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]