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.1.ebuild
Date: Sun, 23 Aug 2009 15:37:21
Message-Id: E1MfF8C-0007oC-0p@stork.gentoo.org
1 ssuominen 09/08/23 15:37:20
2
3 Modified: ChangeLog xfce4-settings-4.6.1.ebuild
4 Log:
5 Convert stable ebuild also to xfconf.eclass.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 xfce-base/xfce4-settings/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 1 Aug 2009 22:24:07 -0000 1.16
22 +++ ChangeLog 23 Aug 2009 15:37:19 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/xfce4-settings
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.16 2009/08/01 22:24:07 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.17 2009/08/23 15:37:19 ssuominen Exp $
28 +
29 + 23 Aug 2009; Samuli Suominen <ssuominen@g.o>
30 + xfce4-settings-4.6.1.ebuild:
31 + Convert stable ebuild also to xfconf.eclass.
32
33 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
34 xfce4-settings-4.6.1-r1.ebuild:
35
36
37
38 1.12 xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?r1=1.11&r2=1.12
43
44 Index: xfce4-settings-4.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- xfce4-settings-4.6.1.ebuild 27 Jul 2009 17:48:01 -0000 1.11
51 +++ xfce4-settings-4.6.1.ebuild 23 Aug 2009 15:37:19 -0000 1.12
52 @@ -1,14 +1,15 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v 1.11 2009/07/27 17:48:01 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v 1.12 2009/08/23 15:37:19 ssuominen Exp $
57
58 -EAPI="1"
59 +EAPI=2
60 +inherit xfconf
61
62 -inherit xfce4
63 +DESCRIPTION="Settings daemon for Xfce4"
64 +HOMEPAGE="http://www.xfce.org"
65
66 -xfce4_core
67 -
68 -DESCRIPTION="Xfce4 settings"
69 +LICENSE="GPL-2"
70 +SLOT="0"
71 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
72 IUSE="debug +keyboard libnotify sound"
73
74 @@ -22,23 +23,28 @@
75 x11-libs/libXrandr
76 x11-libs/libwnck
77 >=x11-base/xorg-server-1.5.3
78 - >=xfce-base/libxfce4util-${XFCE_VERSION}
79 - >=xfce-base/libxfcegui4-${XFCE_VERSION}
80 - >=xfce-base/xfconf-${XFCE_VERSION}
81 - !xfce-base/xfce-mcs-manager
82 - !xfce-base/xfce-mcs-plugins
83 + >=xfce-base/libxfce4util-4.6
84 + >=xfce-base/libxfcegui4-4.6
85 + >=xfce-base/xfconf-4.6
86 >=xfce-extra/exo-0.3.100
87 libnotify? ( x11-libs/libnotify )
88 - keyboard? ( x11-libs/libxklavier )
89 + keyboard? ( <x11-libs/libxklavier-4 )
90 sound? ( media-libs/libcanberra )"
91 DEPEND="${RDEPEND}
92 dev-util/intltool
93 + sys-devel/gettext
94 + dev-util/pkgconfig
95 x11-proto/inputproto
96 - x11-proto/xf86vidmodeproto"
97 + x11-proto/xf86vidmodeproto
98 + !xfce-base/xfce-mcs-manager
99 + !xfce-base/xfce-mcs-plugins"
100
101 pkg_setup() {
102 - XFCE_CONFIG+=" $(use_enable libnotify) $(use_enable keyboard libxklavier)
103 - $(use_enable sound sound-settings) --enable-xcursor"
104 + XFCONF="--disable-dependency-tracking
105 + $(use_enable libnotify)
106 + --enable-xcursor
107 + $(use_enable keyboard libxklavier)
108 + $(use_enable sound sound-settings)
109 + $(use_enable debug)"
110 + DOCS="AUTHORS ChangeLog NEWS TODO"
111 }
112 -
113 -DOCS="AUTHORS ChangeLog NEWS README TODO"