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/xfce-utils: ChangeLog xfce-utils-4.6.1.ebuild
Date: Sun, 02 Aug 2009 08:34:29
Message-Id: E1MXWWO-00050E-CZ@stork.gentoo.org
1 ssuominen 09/08/02 08:34:24
2
3 Modified: ChangeLog xfce-utils-4.6.1.ebuild
4 Log:
5 Use xfconf.eclass.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.143 xfce-base/xfce-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.143&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.143&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.142&r2=1.143
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
18 retrieving revision 1.142
19 retrieving revision 1.143
20 diff -u -r1.142 -r1.143
21 --- ChangeLog 27 Jul 2009 17:46:12 -0000 1.142
22 +++ ChangeLog 2 Aug 2009 08:34:24 -0000 1.143
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/xfce-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.142 2009/07/27 17:46:12 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.143 2009/08/02 08:34:24 ssuominen Exp $
28 +
29 + 02 Aug 2009; Samuli Suominen <ssuominen@g.o>
30 + xfce-utils-4.6.1.ebuild:
31 + Use xfconf.eclass.
32
33 27 Jul 2009; nixnut <nixnut@g.o> xfce-utils-4.6.1.ebuild:
34 ppc stable #265587
35
36
37
38 1.10 xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild?r1=1.9&r2=1.10
43
44 Index: xfce-utils-4.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- xfce-utils-4.6.1.ebuild 27 Jul 2009 17:46:12 -0000 1.9
51 +++ xfce-utils-4.6.1.ebuild 2 Aug 2009 08:34:24 -0000 1.10
52 @@ -1,15 +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/xfce-utils/xfce-utils-4.6.1.ebuild,v 1.9 2009/07/27 17:46:12 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.6.1.ebuild,v 1.10 2009/08/02 08:34:24 ssuominen Exp $
57
58 -EAPI="1"
59 +EAPI=2
60 +inherit xfconf
61
62 -inherit xfce4
63 -
64 -xfce4_core
65 -
66 -DESCRIPTION="Collection of utils"
67 +DESCRIPTION="Collection of utils for Xfce4"
68 HOMEPAGE="http://www.xfce.org/projects/xfce-utils/"
69 +
70 +LICENSE="GPL-2"
71 +SLOT="0"
72 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
73 IUSE="dbus debug +lock"
74
75 @@ -17,36 +17,36 @@
76 x11-libs/libX11
77 >=dev-libs/glib-2.6:2
78 >=x11-libs/gtk+-2.10:2
79 - >=xfce-base/libxfce4util-${XFCE_VERSION}
80 - >=xfce-base/libxfcegui4-${XFCE_VERSION}
81 - >=xfce-base/xfconf-${XFCE_VERSION}
82 - dbus? ( dev-libs/dbus-glib )
83 + >=xfce-base/libxfce4util-4.6
84 + >=xfce-base/libxfcegui4-4.6
85 + >=xfce-base/xfconf-4.6
86 + dbus? ( >=dev-libs/dbus-glib-0.70 )
87 lock? ( || ( x11-misc/xscreensaver
88 gnome-extra/gnome-screensaver
89 x11-misc/xlockmore ) )"
90 DEPEND="${RDEPEND}
91 - dev-util/intltool"
92 + dev-util/intltool
93 + dev-util/pkgconfig
94 + sys-devel/gettext"
95
96 pkg_setup() {
97 - XFCE_CONFIG+=" $(use_enable dbus) --with-vendor-info=Gentoo"
98 + XFCONF="--disable-dependency-tracking
99 + $(use_enable dbus)
100 + $(use_enable debug)
101 + --with-vendor-info=Gentoo"
102 + DOCS="AUTHORS ChangeLog NEWS README"
103 }
104
105 src_install() {
106 - xfce4_src_install
107 -
108 + xfconf_src_install
109 insinto /usr/share/xfce4
110 - doins "${FILESDIR}/Gentoo"
111 -
112 - dodir /etc/X11/Sessions
113 - echo startxfce4 > "${D}/etc/X11/Sessions/Xfce4"
114 - fperms 755 /etc/X11/Sessions/Xfce4
115 + doins "${FILESDIR}"/Gentoo || die "doins failed"
116 + echo startxfce4 > "${T}"/Xfce4
117 + exeinto /etc/X11/Sessions
118 + doexe "${T}"/Xfce4 || die "doexe failed"
119 }
120
121 pkg_postinst() {
122 - elog
123 elog "Run Xfce4 from your favourite Display Manager by using"
124 elog "XSESSION=\"Xfce4\" in /etc/rc.conf"
125 - elog
126 }
127 -
128 -DOCS="AUTHORS ChangeLog NEWS README TODO"