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