Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/uevt/files: uevt-2.3-vala-0.24.patch
Date: Wed, 04 Jun 2014 09:04:22
Message-Id: 20140604090418.332972004E@flycatcher.gentoo.org
1 ssuominen 14/06/04 09:04:18
2
3 Added: uevt-2.3-vala-0.24.patch
4 Log:
5 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.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 sys-apps/uevt/files/uevt-2.3-vala-0.24.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/files/uevt-2.3-vala-0.24.patch?rev=1.1&content-type=text/plain
14
15 Index: uevt-2.3-vala-0.24.patch
16 ===================================================================
17 http://bugs.gentoo.org/509512
18
19 --- src/uevt-notify.vala
20 +++ src/uevt-notify.vala
21 @@ -51,7 +51,7 @@
22 if(notify != true)
23 return;
24
25 - Notification notif = new Notification(head, Markup.escape_text(body), icon);
26 + Notify.Notification notif = new Notify.Notification(head, Markup.escape_text(body), icon);
27
28 try {
29 notif.show();