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-base/xfce4-settings: ChangeLog xfce4-settings-4.6.3.ebuild
Date: Tue, 29 Sep 2009 14:52:32
Message-Id: E1Mse46-0002Qa-Rr@stork.gentoo.org
1 ssuominen 09/09/29 14:52:30
2
3 Modified: ChangeLog
4 Added: xfce4-settings-4.6.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 xfce-base/xfce4-settings/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 23 Sep 2009 10:12:32 -0000 1.18
23 +++ ChangeLog 29 Sep 2009 14:52:30 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/xfce4-settings
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.18 2009/09/23 10:12:32 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.19 2009/09/29 14:52:30 ssuominen Exp $
29 +
30 +*xfce4-settings-4.6.3 (29 Sep 2009)
31 +
32 + 29 Sep 2009; Samuli Suominen <ssuominen@g.o>
33 + +xfce4-settings-4.6.3.ebuild:
34 + Version bump.
35
36 *xfce4-settings-4.6.1-r2 (23 Sep 2009)
37
38
39
40
41 1.1 xfce-base/xfce4-settings/xfce4-settings-4.6.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfce4-settings-4.6.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.3.ebuild,v 1.1 2009/09/29 14:52:30 ssuominen Exp $
51
52 EAPI=2
53 inherit xfconf
54
55 DESCRIPTION="Settings daemon for Xfce4"
56 HOMEPAGE="http://www.xfce.org"
57 SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug +keyboard libnotify sound"
63
64 RDEPEND=">=dev-libs/glib-2.12:2
65 >=dev-libs/dbus-glib-0.34
66 >=gnome-base/libglade-2
67 >=x11-libs/gtk+-2.10:2
68 >=x11-libs/libX11-1
69 >=x11-libs/libXcursor-1.1
70 >=x11-libs/libXi-1
71 >=x11-libs/libXrandr-1.1
72 >=x11-libs/libwnck-2.12
73 >=x11-base/xorg-server-1.5.3
74 >=xfce-base/libxfce4util-4.6
75 >=xfce-base/libxfcegui4-4.6
76 >=xfce-base/xfconf-4.6
77 >=xfce-base/exo-0.3.100
78 libnotify? ( >=x11-libs/libnotify-0.1.3 )
79 keyboard? ( >=x11-libs/libxklavier-0.3 )
80 sound? ( media-libs/libcanberra )"
81 DEPEND="${RDEPEND}
82 dev-util/intltool
83 sys-devel/gettext
84 dev-util/pkgconfig
85 x11-proto/inputproto
86 x11-proto/xf86vidmodeproto"
87
88 pkg_setup() {
89 XFCONF="--disable-dependency-tracking
90 $(use_enable libnotify)
91 $(use_enable keyboard libxklavier)
92 $(use_enable sound sound-settings)
93 $(use_enable debug)"
94 DOCS="AUTHORS ChangeLog NEWS TODO"
95 }