[gnome-games] atari-lynx: Replace the plugin by a simple type
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] atari-lynx: Replace the plugin by a simple type
- Date: Fri, 26 May 2017 05:43:15 +0000 (UTC)
commit df69c85c9d179fcde803de7a47902fbb7470191d
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
https://bugzilla.gnome.org/show_bug.cgi?id=783111
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 24ee7f7..42e10e1 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", true, "Amiga", "amiga" },
{ "application/x-atari-2600-rom", true, "Atari2600", "atari-2600" },
{ "application/x-atari-7800-rom", true, "Atari7800", "atari-7800" },
+ { "application/x-atari-lynx-rom", true, "AtariLynx", "atari-lynx" },
};
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]