diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-04 09:04:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-04 09:04:18 +0000 |
commit | e89576ad175a0af42256d9a26396776f590a8ae1 (patch) | |
tree | 7a2c706fc73694d04ab5df0052ed7b266e987696 /sys-apps/uevt/files | |
parent | bump (diff) | |
download | gentoo-2-e89576ad175a0af42256d9a26396776f590a8ae1.tar.gz gentoo-2-e89576ad175a0af42256d9a26396776f590a8ae1.tar.bz2 gentoo-2-e89576ad175a0af42256d9a26396776f590a8ae1.zip |
Support >=dev-lang/vala-0.24.0 wrt #509512 by Alexandre Rostovtsev. Prefer sys-power/upower-pm-utils over sys-power/upower because that's the only way to get Hibernate and Suspend support in this version of UEvt. However, don't force it because the power management features are optional.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/uevt/files')
-rw-r--r-- | sys-apps/uevt/files/uevt-2.3-vala-0.24.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch b/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch new file mode 100644 index 000000000000..9cb0917b180f --- /dev/null +++ b/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/509512 + +--- src/uevt-notify.vala ++++ src/uevt-notify.vala +@@ -51,7 +51,7 @@ + if(notify != true) + return; + +- Notification notif = new Notification(head, Markup.escape_text(body), icon); ++ Notify.Notification notif = new Notify.Notification(head, Markup.escape_text(body), icon); + + try { + notif.show(); |