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-systemload-plugin: xfce4-systemload-plugin-0.4.2-r1.ebuild ChangeLog
Date: Thu, 22 Apr 2010 16:32:24
Message-Id: 20100422163219.4E41828D3E@corvid.gentoo.org
1 ssuominen 10/04/22 16:32:19
2
3 Modified: ChangeLog
4 Added: xfce4-systemload-plugin-0.4.2-r1.ebuild
5 Log:
6 Fix tooltips with GTK+ >= 2.16 wrt #316685 by Ivan Ponomarev.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-systemload-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 8 Oct 2009 17:44:58 -0000 1.2
23 +++ ChangeLog 22 Apr 2010 16:32:19 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for xfce-extra/xfce4-systemload-plugin
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.2 2009/10/08 17:44:58 darkside Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.3 2010/04/22 16:32:19 ssuominen Exp $
30 +
31 +*xfce4-systemload-plugin-0.4.2-r1 (22 Apr 2010)
32 +
33 + 22 Apr 2010; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-systemload-plugin-0.4.2-r1.ebuild,
35 + +files/xfce4-systemload-plugin-0.4.2-fix-tooltip-gtk2.12.patch:
36 + Fix tooltips with GTK+ >= 2.16 wrt #316685 by Ivan Ponomarev.
37
38 08 Oct 2009; Jeremy Olexa <darkside@g.o>
39 xfce4-systemload-plugin-0.4.2.ebuild:
40
41
42
43 1.1 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-systemload-plugin-0.4.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2-r1.ebuild,v 1.1 2010/04/22 16:32:19 ssuominen Exp $
53
54 EAUTORECONF=yes
55 EINTLTOOLIZE=yes
56 EAPI=2
57 inherit xfconf
58
59 DESCRIPTION="System load monitor panel plugin"
60 HOMEPAGE="http://www.xfce.org/"
61 SRC_URI="http://www.us.xfce.org/archive/src/panel-plugins/xfce4-systemload-plugin/0.4/xfce4-systemload-plugin-0.4.2.tar.bz2"
62
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
66 IUSE="debug"
67
68 RDEPEND=">=x11-libs/gtk+-2.6:2
69 >=xfce-base/xfce4-panel-4.3.99.1
70 >=xfce-base/libxfcegui4-4.3.99.1
71 >=xfce-base/libxfce4util-4.3.99.1"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 dev-util/intltool"
75
76 pkg_setup() {
77 PATCHES=( "${FILESDIR}/${P}-libtool.patch"
78 "${FILESDIR}/${P}-fix-tooltip-gtk2.12.patch" )
79 DOCS="AUTHORS ChangeLog NEWS README"
80 XFCONF="--disable-dependency-tracking
81 $(use_enable debug)"
82 }
83
84 src_prepare() {
85 sed -i -e "/^AC_INIT/s/systemload_version()/systemload_version/" \
86 configure.in || die "sed failed"
87 xfconf_src_prepare
88 }