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.7.4.ebuild xfce4-settings-4.7.3.ebuild
Date: Sun, 07 Nov 2010 10:40:26
Message-Id: 20101107104021.805E320051@flycatcher.gentoo.org
1 ssuominen 10/11/07 10:40:21
2
3 Modified: ChangeLog
4 Added: xfce4-settings-4.7.4.ebuild
5 Removed: xfce4-settings-4.7.3.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.58 xfce-base/xfce4-settings/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.58&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.58&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.57&r2=1.58
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
21 retrieving revision 1.57
22 retrieving revision 1.58
23 diff -u -r1.57 -r1.58
24 --- ChangeLog 6 Nov 2010 12:57:37 -0000 1.57
25 +++ ChangeLog 7 Nov 2010 10:40:21 -0000 1.58
26 @@ -1,6 +1,12 @@
27 # ChangeLog for xfce-base/xfce4-settings
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.57 2010/11/06 12:57:37 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.58 2010/11/07 10:40:21 ssuominen Exp $
31 +
32 +*xfce4-settings-4.7.4 (07 Nov 2010)
33 +
34 + 07 Nov 2010; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-settings-4.7.4.ebuild:
36 + Version bump.
37
38 *xfce4-settings-4.7.3 (03 Nov 2010)
39
40
41
42
43 1.1 xfce-base/xfce4-settings/xfce4-settings-4.7.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.7.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.7.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-settings-4.7.4.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-base/xfce4-settings/xfce4-settings-4.7.4.ebuild,v 1.1 2010/11/07 10:40:21 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="Settings daemon for Xfce4"
58 HOMEPAGE="http://www.xfce.org"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
64 IUSE="debug +keyboard libnotify sound"
65
66 RDEPEND=">=dev-libs/glib-2.16:2
67 >=dev-libs/dbus-glib-0.34
68 >=gnome-base/libglade-2
69 >=x11-libs/gtk+-2.14:2
70 >=x11-libs/libX11-1
71 >=x11-libs/libXcursor-1.1
72 >=x11-libs/libXi-1.3
73 >=x11-libs/libXrandr-1.2
74 >=xfce-base/libxfce4util-4.6
75 >=xfce-base/libxfce4ui-4.7.4
76 >=xfce-base/xfconf-4.6
77 >=xfce-base/exo-0.5
78 libnotify? ( >=x11-libs/libnotify-0.1.3 )
79 keyboard? ( >=x11-libs/libxklavier-0.3 )
80 sound? ( >=media-libs/libcanberra-0.25[sound] )
81 !<x11-base/xorg-server-1.5.3"
82 DEPEND="${RDEPEND}
83 dev-util/intltool
84 sys-devel/gettext
85 dev-util/pkgconfig
86 >=x11-proto/inputproto-1.4
87 x11-proto/xproto"
88
89 pkg_setup() {
90 XFCONF=(
91 --disable-dependency-tracking
92 --disable-static
93 $(use_enable libnotify)
94 $(use_enable keyboard libxklavier)
95 $(use_enable sound sound-settings)
96 $(xfconf_use_debug)
97 )
98
99 DOCS="AUTHORS ChangeLog NEWS TODO"
100 }