* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/files/
@ 2016-12-22 15:56 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2016-12-22 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 72de9a9fc500ce94a4f7c4e3fd2d6739bc09537b
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Dec 18 18:53:07 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 15:56:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72de9a9f
mate-base/mate-settings-daemon: remove unused patches
...mate-settings-daemon-1.2.0-syndaemon-mode.patch | 22 ------------
.../mate-settings-daemon-1.4.0-netfs-monitor.patch | 42 ----------------------
2 files changed, 64 deletions(-)
diff --git a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.2.0-syndaemon-mode.patch b/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.2.0-syndaemon-mode.patch
deleted file mode 100644
index a03571a..00000000
--- a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.2.0-syndaemon-mode.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -burN a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c
---- a/plugins/mouse/msd-mouse-manager.c 2012-02-28 23:45:55.000000000 +0100
-+++ b/plugins/mouse/msd-mouse-manager.c 2012-08-03 20:22:19.204115652 +0200
-@@ -548,7 +548,7 @@
-
- if (state) {
- GError *error = NULL;
-- char *args[5];
-+ char *args[6];
-
- if (manager->priv->syndaemon_spawned)
- return 0;
-@@ -557,7 +557,8 @@
- args[1] = "-i";
- args[2] = "0.5";
- args[3] = "-k";
-- args[4] = NULL;
-+ args[4] = "-R";
-+ args[5] = NULL;
-
- if (!g_find_program_in_path (args[0]))
- return 0;
diff --git a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.4.0-netfs-monitor.patch b/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.4.0-netfs-monitor.patch
deleted file mode 100644
index 1890c91..00000000
--- a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.4.0-netfs-monitor.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -burN a/plugins/housekeeping/msd-disk-space.c b/plugins/housekeeping/msd-disk-space.c
---- a/plugins/housekeeping/msd-disk-space.c 2012-07-11 03:54:10.000000000 +0200
-+++ b/plugins/housekeeping/msd-disk-space.c 2012-08-07 22:54:59.872216471 +0200
-@@ -309,19 +309,38 @@
- * purpose
- */
-
-+ /* We also ignore network filesystems */
-+
- const gchar *ignore_fs[] = {
-+ "adfs",
-+ "afs",
- "auto",
- "autofs",
-+ "autofs4",
-+ "cifs",
-+ "cxfs",
- "devfs",
- "devpts",
- "ecryptfs",
-+ "gfs",
-+ "gfs2",
- "kernfs",
- "linprocfs",
-+ "linsysfs",
-+ "lustre",
-+ "lustre_lite",
-+ "ncpfs",
-+ "nfs",
-+ "nfs4",
-+ "nfsd",
-+ "ocfs2",
- "proc",
- "procfs",
- "ptyfs",
-+ "rpc_pipefs",
- "selinuxfs",
- "linsysfs",
-+ "smbfs",
- "sysfs",
- "tmpfs",
- "usbfs",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/files/
@ 2024-09-20 16:35 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-09-20 16:35 UTC (permalink / raw
To: gentoo-commits
commit: 81ff751adc98a1b100445bcd52f68206f582abb2
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Sep 19 17:37:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 16:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ff751a
mate-base/mate-settings-daemon: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...tings-daemon-1.26.0-fix-buid-with-clang16.patch | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.26.0-fix-buid-with-clang16.patch b/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.26.0-fix-buid-with-clang16.patch
deleted file mode 100644
index cf91dbc6412e..000000000000
--- a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.26.0-fix-buid-with-clang16.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-https://github.com/mate-desktop/mate-settings-daemon/commit/42e91f2805c508317b4d26166cb3db332dd313e8.patch
-From: Colomban Wendling <cwendling@hypra.fr>
-Date: Tue, 27 Jun 2023 12:21:16 +0200
-Subject: [PATCH] a11y-keyboard-atspi: Fix memory leak
-
-Fix fairly large memory leak when beeping on keys while caps lock is
-enabled. The libatspi2 docs and API were quite misleading, so I
-overlooked the fact the event parameter should be freed in the
-callback.
-
-This changes the constness of the callback argument, which is new in
-libatspi2 2.40 -- yet the actual behavior didn't change, only the
-qualifier was removed, see [1].
-This might however bring up a compiler warning when building against
-libatspi2 < 2.40; but on the other hand it fixed build with
-clang >= 16, see #399. As it is unlikely to build with clang >= 16
-and libatspi2 < 2.40, I think it's a good compromise.
-
-[1] https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/7dfb0b7fc2d1710ef7fad54f910fa4c6a5e3af17
---- a/plugins/a11y-keyboard/msd-a11y-keyboard-atspi.c
-+++ b/plugins/a11y-keyboard/msd-a11y-keyboard-atspi.c
-@@ -55,16 +55,16 @@ msd_a11y_keyboard_atspi_class_init (MsdA11yKeyboardAtspiClass *klass)
- }
-
- static gboolean
--on_key_press_event (const AtspiDeviceEvent *event,
-- void *user_data G_GNUC_UNUSED)
-+on_key_press_event (AtspiDeviceEvent *event,
-+ void *user_data G_GNUC_UNUSED)
- {
- /* don't ring on capslock itself, that's taken care of by togglekeys
- * if the user want it. */
-- if (event->id == GDK_KEY_Caps_Lock)
-- return FALSE;
--
-- gdk_display_beep (gdk_display_get_default ());
-+ if (event->id != GDK_KEY_Caps_Lock)
-+ gdk_display_beep (gdk_display_get_default ());
-
-+ /* cast the possible erroneous const away with atspi < 2.40 */
-+ g_boxed_free (ATSPI_TYPE_DEVICE_EVENT, (gpointer) event);
- return FALSE;
- }
-
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-20 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22 15:56 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/files/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-09-20 16:35 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox