Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.0.0-r1.ebuild ChangeLog
Date: Sat, 29 Jan 2011 15:15:16
Message-Id: 20110129151435.8DD1220054@flycatcher.gentoo.org
1 ssuominen 11/01/29 15:14:35
2
3 Modified: xfce4-sensors-plugin-1.0.0-r1.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: xfce4-sensors-plugin-1.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xfce4-sensors-plugin-1.0.0-r1.ebuild 18 Dec 2010 18:23:39 -0000 1.1
23 +++ xfce4-sensors-plugin-1.0.0-r1.ebuild 29 Jan 2011 15:14:35 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild,v 1.1 2010/12/18 18:23:39 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild,v 1.2 2011/01/29 15:14:35 ssuominen Exp $
30
31 EAPI=3
32 EAUTORECONF=yes
33 -inherit xfconf
34 +inherit flag-o-matic xfconf
35
36 DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin"
37 HOMEPAGE="http://www.xfce.org/"
38 @@ -27,10 +27,13 @@
39 dev-util/pkgconfig"
40
41 pkg_setup() {
42 + has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
43 +
44 PATCHES=(
45 "${FILESDIR}"/${P}-missing_includedir.patch
46 "${FILESDIR}"/${P}-without_libnotify.patch
47 "${FILESDIR}"/${P}-segfault_workaround.patch
48 + "${FILESDIR}"/${P}-libnotify-0.7.patch
49 )
50
51 XFCONF=(
52
53
54
55 1.14 xfce-extra/xfce4-sensors-plugin/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.14&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.14&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.13&r2=1.14
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
64 retrieving revision 1.13
65 retrieving revision 1.14
66 diff -u -r1.13 -r1.14
67 --- ChangeLog 18 Dec 2010 18:23:39 -0000 1.13
68 +++ ChangeLog 29 Jan 2011 15:14:35 -0000 1.14
69 @@ -1,6 +1,11 @@
70 # ChangeLog for xfce-extra/xfce4-sensors-plugin
71 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.13 2010/12/18 18:23:39 ssuominen Exp $
73 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.14 2011/01/29 15:14:35 ssuominen Exp $
75 +
76 + 29 Jan 2011; Samuli Suominen <ssuominen@g.o>
77 + xfce4-sensors-plugin-1.0.0-r1.ebuild,
78 + +files/xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch:
79 + Fix building with x11-libs/libnotify >= 0.7.
80
81 *xfce4-sensors-plugin-1.0.0-r1 (18 Dec 2010)