[gnome-settings-daemon] orientation: Remove plugin
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] orientation: Remove plugin
- Date: Tue, 18 Jul 2017 19:42:42 +0000 (UTC)
commit 3d527b459808611e80a8f25864e386a43110d923
Author: Rui Matos <tiagomatos gmail com>
Date: Tue May 2 19:07:46 2017 +0200
orientation: Remove plugin
This functionality is moving to mutter.
https://bugzilla.gnome.org/show_bug.cgi?id=782231
.gitignore | 1 -
configure.ac | 4 -
plugins/Makefile.am | 1 -
plugins/common/daemon-skeleton-gtk.h | 1 -
plugins/common/daemon-skeleton.h | 1 -
plugins/orientation/Makefile.am | 32 --
plugins/orientation/gsd-orientation-manager.c | 482 --------------------
plugins/orientation/gsd-orientation-manager.h | 57 ---
plugins/orientation/main.c | 7 -
...org.gnome.SettingsDaemon.Orientation.desktop.in | 9 -
10 files changed, 0 insertions(+), 595 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 366d9d8..fcbff60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,7 +89,6 @@ plugins/smartcard/org.gnome.SessionManager.c
plugins/smartcard/org.gnome.SessionManager.h
plugins/mouse/gsd-locate-pointer
plugins/mouse/gsd-test-mouse
-plugins/orientation/gsd-test-orientation
plugins/power/gsd-backlight-helper
plugins/power/gsd-power-enums-update
plugins/power/gsd-power-enums.c
diff --git a/configure.ac b/configure.ac
index 8630c8b..f935cc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,9 +209,6 @@ PKG_CHECK_MODULES(MOUSE_LOCATE_POINTER,
gtk+-3.0
x11)
-PKG_CHECK_MODULES(ORIENTATION,
- gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
-
PKG_CHECK_MODULES(POWER,
libnotify >= $LIBNOTIFY_REQUIRED_VERSION
upower-glib >= $UPOWER_REQUIRED_VERSION
@@ -525,7 +522,6 @@ plugins/keyboard/Makefile
plugins/media-keys/Makefile
plugins/media-keys/gvc/Makefile
plugins/mouse/Makefile
-plugins/orientation/Makefile
plugins/print-notifications/Makefile
plugins/rfkill/Makefile
plugins/screensaver-proxy/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 9324b40..63badae 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -12,7 +12,6 @@ enabled_plugins = \
keyboard \
media-keys \
mouse \
- orientation \
screensaver-proxy \
sharing \
sound \
diff --git a/plugins/common/daemon-skeleton-gtk.h b/plugins/common/daemon-skeleton-gtk.h
index 73a7d9a..c4290f3 100644
--- a/plugins/common/daemon-skeleton-gtk.h
+++ b/plugins/common/daemon-skeleton-gtk.h
@@ -45,7 +45,6 @@ static const char *gdm_helpers[] = {
"color",
"keyboard",
"media-keys",
- "orientation",
"power",
"smartcard",
"sound",
diff --git a/plugins/common/daemon-skeleton.h b/plugins/common/daemon-skeleton.h
index e9fbfe3..f3e7fec 100644
--- a/plugins/common/daemon-skeleton.h
+++ b/plugins/common/daemon-skeleton.h
@@ -44,7 +44,6 @@ static const char *gdm_helpers[] = {
"color",
"keyboard",
"media-keys",
- "orientation",
"power",
"smartcard",
"sound",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]