Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/files/
Date: Thu, 22 Dec 2016 15:56:24
Message-Id: 1482422168.72de9a9fc500ce94a4f7c4e3fd2d6739bc09537b.kensington@gentoo
1 commit: 72de9a9fc500ce94a4f7c4e3fd2d6739bc09537b
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 18 18:53:07 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 15:56:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72de9a9f
7
8 mate-base/mate-settings-daemon: remove unused patches
9
10 ...mate-settings-daemon-1.2.0-syndaemon-mode.patch | 22 ------------
11 .../mate-settings-daemon-1.4.0-netfs-monitor.patch | 42 ----------------------
12 2 files changed, 64 deletions(-)
13
14 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
15 deleted file mode 100644
16 index a03571a..00000000
17 --- a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.2.0-syndaemon-mode.patch
18 +++ /dev/null
19 @@ -1,22 +0,0 @@
20 -diff -burN a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c
21 ---- a/plugins/mouse/msd-mouse-manager.c 2012-02-28 23:45:55.000000000 +0100
22 -+++ b/plugins/mouse/msd-mouse-manager.c 2012-08-03 20:22:19.204115652 +0200
23 -@@ -548,7 +548,7 @@
24 -
25 - if (state) {
26 - GError *error = NULL;
27 -- char *args[5];
28 -+ char *args[6];
29 -
30 - if (manager->priv->syndaemon_spawned)
31 - return 0;
32 -@@ -557,7 +557,8 @@
33 - args[1] = "-i";
34 - args[2] = "0.5";
35 - args[3] = "-k";
36 -- args[4] = NULL;
37 -+ args[4] = "-R";
38 -+ args[5] = NULL;
39 -
40 - if (!g_find_program_in_path (args[0]))
41 - return 0;
42
43 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
44 deleted file mode 100644
45 index 1890c91..00000000
46 --- a/mate-base/mate-settings-daemon/files/mate-settings-daemon-1.4.0-netfs-monitor.patch
47 +++ /dev/null
48 @@ -1,42 +0,0 @@
49 -diff -burN a/plugins/housekeeping/msd-disk-space.c b/plugins/housekeeping/msd-disk-space.c
50 ---- a/plugins/housekeeping/msd-disk-space.c 2012-07-11 03:54:10.000000000 +0200
51 -+++ b/plugins/housekeeping/msd-disk-space.c 2012-08-07 22:54:59.872216471 +0200
52 -@@ -309,19 +309,38 @@
53 - * purpose
54 - */
55 -
56 -+ /* We also ignore network filesystems */
57 -+
58 - const gchar *ignore_fs[] = {
59 -+ "adfs",
60 -+ "afs",
61 - "auto",
62 - "autofs",
63 -+ "autofs4",
64 -+ "cifs",
65 -+ "cxfs",
66 - "devfs",
67 - "devpts",
68 - "ecryptfs",
69 -+ "gfs",
70 -+ "gfs2",
71 - "kernfs",
72 - "linprocfs",
73 -+ "linsysfs",
74 -+ "lustre",
75 -+ "lustre_lite",
76 -+ "ncpfs",
77 -+ "nfs",
78 -+ "nfs4",
79 -+ "nfsd",
80 -+ "ocfs2",
81 - "proc",
82 - "procfs",
83 - "ptyfs",
84 -+ "rpc_pipefs",
85 - "selinuxfs",
86 - "linsysfs",
87 -+ "smbfs",
88 - "sysfs",
89 - "tmpfs",
90 - "usbfs",