summaryrefslogtreecommitdiff
path: root/x11-wm/mutter/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /x11-wm/mutter/files
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'x11-wm/mutter/files')
-rw-r--r--x11-wm/mutter/files/3.24.4-build-debug.patch28
-rw-r--r--x11-wm/mutter/files/3.24.4-gudev-232.patch33
2 files changed, 0 insertions, 61 deletions
diff --git a/x11-wm/mutter/files/3.24.4-build-debug.patch b/x11-wm/mutter/files/3.24.4-build-debug.patch
deleted file mode 100644
index 6cb7b48856f0..000000000000
--- a/x11-wm/mutter/files/3.24.4-build-debug.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From c9937faf1e2c81005289e18974ed5d10b2dc37ab Mon Sep 17 00:00:00 2001
-From: Carlos Garnacho <carlosg@gnome.org>
-Date: Sat, 12 Aug 2017 11:52:28 +0200
-Subject: [PATCH] clutter: Fix build with --enable-debug
-
-Message was poking stage_x11, which doesn't exist in this context.
-Just print the Window that is receiving the event, the event will be
-emitted into the only existing stage anyway.
----
- clutter/clutter/x11/clutter-device-manager-xi2.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/clutter/clutter/x11/clutter-device-manager-xi2.c b/clutter/clutter/x11/clutter-device-manager-xi2.c
-index 1ecec02..da3457a 100644
---- a/clutter/clutter/x11/clutter-device-manager-xi2.c
-+++ b/clutter/clutter/x11/clutter-device-manager-xi2.c
-@@ -1160,7 +1160,7 @@ translate_pad_event (ClutterEvent *event,
- event->any.type == CLUTTER_PAD_RING
- ? "pad ring "
- : "pad strip",
-- (unsigned int) stage_x11->xwin,
-+ (unsigned int) xev->event,
- device->id,
- device->device_name,
- event->any.time, value);
---
-libgit2 0.26.0
-
diff --git a/x11-wm/mutter/files/3.24.4-gudev-232.patch b/x11-wm/mutter/files/3.24.4-gudev-232.patch
deleted file mode 100644
index 5808e977c73c..000000000000
--- a/x11-wm/mutter/files/3.24.4-gudev-232.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 361bf847af82c7dca097302fe64c575079280c9c Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Fri, 1 Sep 2017 02:06:38 +0200
-Subject: build: Require libgudev >= 232
-
-And remove the g_autoptr implementations in mutter itself.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=760670
-
-Gentoo: stripped configure.ac part to avoid autoreconf
----
- configure.ac | 4 ++--
- src/backends/native/meta-launcher.c | 4 ----
- 2 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/src/backends/native/meta-launcher.c b/src/backends/native/meta-launcher.c
-index 90b4b98..eb35f88 100644
---- a/src/backends/native/meta-launcher.c
-+++ b/src/backends/native/meta-launcher.c
-@@ -49,10 +49,6 @@
-
- #define DRM_CARD_UDEV_DEVICE_TYPE "drm_minor"
-
--G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevDevice, g_object_unref)
--G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevClient, g_object_unref)
--G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUdevEnumerator, g_object_unref)
--
- struct _MetaLauncher
- {
- Login1Session *session_proxy;
---
-cgit v0.12
-