diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-07-04 11:44:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-07-04 11:44:30 +0000 |
commit | 0a7668c1332918aa06ca27664ae8c447a553c5fd (patch) | |
tree | 37169f4d6a1ec15a3f96493c65cb713e58dc7aee /sysutils/mate-power-manager/files/patch-src_gpm-statistics.c | |
parent | Unbreak on 11-STABLE and 12-CURRENT (diff) |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
Diffstat (limited to 'sysutils/mate-power-manager/files/patch-src_gpm-statistics.c')
-rw-r--r-- | sysutils/mate-power-manager/files/patch-src_gpm-statistics.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c b/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c deleted file mode 100644 index faa3bc25149f..000000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gpm-statistics.c.orig 2014-04-20 19:31:29.658178466 +0000 -+++ src/gpm-statistics.c 2014-04-20 19:32:20.889177637 +0000 -@@ -1796,7 +1796,11 @@ - g_signal_connect (wakeups, "data-changed", G_CALLBACK (gpm_stats_data_changed_cb), NULL); - - /* coldplug */ -+#ifdef HAVE_OLD_UPOWER - ret = up_client_enumerate_devices_sync (client, NULL, NULL); -+#else -+ ret = FALSE; -+#endif - if (!ret) - goto out; - devices = up_client_get_devices (client); |