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