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.7.ebuild
Date: Sun, 02 Jan 2011 15:36:33
Message-Id: 20110102153624.E416A20054@flycatcher.gentoo.org
1 ssuominen 11/01/02 15:36:24
2
3 Modified: ChangeLog
4 Added: xfce4-settings-4.7.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.61 xfce-base/xfce4-settings/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 5 Dec 2010 16:39:58 -0000 1.60
24 +++ ChangeLog 2 Jan 2011 15:36:24 -0000 1.61
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/xfce4-settings
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.60 2010/12/05 16:39:58 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.61 2011/01/02 15:36:24 ssuominen Exp $
31 +
32 +*xfce4-settings-4.7.7 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-settings-4.7.7.ebuild:
36 + Version bump.
37
38 *xfce4-settings-4.7.6 (05 Dec 2010)
39
40
41
42
43 1.1 xfce-base/xfce4-settings/xfce4-settings-4.7.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.7.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.7.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-settings-4.7.7.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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.7.ebuild,v 1.1 2011/01/02 15:36:24 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="Xfce's configuration system"
58 HOMEPAGE="http://www.xfce.org/projects/xfce4-settings/"
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 }