[totem/wip/hadess/remove-gromit: 4/4] plugins: Remove gromit plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/remove-gromit: 4/4] plugins: Remove gromit plugin
- Date: Fri, 1 Feb 2019 15:28:44 +0000 (UTC)
commit c86e758794a2123c04d4bec98b3f3353a6977048
Author: Bastien Nocera <hadess hadess net>
Date: Fri Feb 1 13:39:27 2019 +0100
plugins: Remove gromit plugin
It requires X11, and has been archived upstream, with no changes in 6
years.
README | 7 -
po/POTFILES.in | 2 -
src/plugins/gromit/gromit.plugin.desktop.in | 8 -
src/plugins/gromit/meson.build | 24 ---
src/plugins/gromit/totem-gromit.c | 262 ----------------------------
src/plugins/meson.build | 12 --
6 files changed, 315 deletions(-)
---
diff --git a/README b/README
index 2c557a2a5..21c980dfb 100644
--- a/README
+++ b/README
@@ -23,9 +23,6 @@ GStreamer 1.0
GNOME 3.x development platform
http://www.gnome.org
-gromit 20041213, for the Telestrator mode:
- http://www.home.unix-ag.org/simon/gromit/
-
Controls
========
@@ -35,10 +32,6 @@ Ctrl+H:
Undocumented shortcuts:
Ctrl+Q:
Quit
-Ctrl+D:
- Toggle drawing using Gromit
-Ctrl+E:
- Erase drawing using Gromit
Mouse button 1 double-click:
Toggle full screen
Middle mouse button click:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 381df6d9a..9ad9b2194 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -41,8 +41,6 @@ src/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin.desktop.in
src/plugins/brasero-disc-recorder/totem-disc-recorder.c
src/plugins/dbusservice/dbusservice.plugin.desktop.in
src/plugins/dbusservice/dbusservice.py
-src/plugins/gromit/gromit.plugin.desktop.in
-src/plugins/gromit/totem-gromit.c
src/plugins/im-status/totem-im-status.c
src/plugins/im-status/totem-im-status.plugin.desktop.in
src/plugins/lirc/lirc.plugin.desktop.in
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 3e314781b..9145946bd 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -17,7 +17,6 @@ allowed_plugins = [
'autoload-subtitles',
'brasero-disc-recorder',
'dbusservice',
- 'gromit',
'im-status',
'lirc',
'media-player-keys',
@@ -59,17 +58,6 @@ if plugins_option != 'none'
plugin_error = (plugins_option == 'all')
- gdk_targets = gtk_dep.get_pkgconfig_variable('targets')
- if gdk_targets.contains('x11')
- plugins += 'gromit'
- else
- str = 'the gromit plugin is not supported on non-X11 targets'
- if plugin_error
- error(str)
- endif
- message(str)
- endif
-
lirc_dep = dependency('lirc', required: false)
if lirc_dep.found() and cc.has_function('lirc_init', dependencies: lirc_dep) and
cc.has_header('lirc/lirc_client.h')
plugins += 'lirc'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]