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/xfdesktop: ChangeLog xfdesktop-4.10.1.ebuild
Date: Tue, 05 Mar 2013 15:14:06
Message-Id: 20130305151401.348622171D@flycatcher.gentoo.org
1 ssuominen 13/03/05 15:14:01
2
3 Modified: ChangeLog
4 Added: xfdesktop-4.10.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.225 xfce-base/xfdesktop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.225&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.225&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?r1=1.224&r2=1.225
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v
20 retrieving revision 1.224
21 retrieving revision 1.225
22 diff -u -r1.224 -r1.225
23 --- ChangeLog 28 Nov 2012 12:30:40 -0000 1.224
24 +++ ChangeLog 5 Mar 2013 15:14:00 -0000 1.225
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/xfdesktop
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.224 2012/11/28 12:30:40 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.225 2013/03/05 15:14:00 ssuominen Exp $
31 +
32 +*xfdesktop-4.10.1 (05 Mar 2013)
33 +
34 + 05 Mar 2013; Samuli Suominen <ssuominen@g.o> +xfdesktop-4.10.1.ebuild:
35 + Version bump.
36
37 28 Nov 2012; Samuli Suominen <ssuominen@g.o> xfdesktop-4.10.0.ebuild:
38 EAPI5
39
40
41
42 1.1 xfce-base/xfdesktop/xfdesktop-4.10.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfdesktop-4.10.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.1.ebuild,v 1.1 2013/03/05 15:14:00 ssuominen Exp $
52
53 EAPI=5
54 inherit xfconf
55
56 DESCRIPTION="Desktop manager for the Xfce desktop environment"
57 HOMEPAGE="http://www.xfce.org/projects/"
58 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
63 IUSE="debug libnotify thunar"
64
65 RDEPEND=">=dev-libs/glib-2.20
66 >=x11-libs/gtk+-2.24:2
67 x11-libs/libSM
68 >=x11-libs/libwnck-2.30:1
69 x11-libs/libX11
70 >=xfce-base/exo-0.8
71 >=xfce-base/garcon-0.2
72 >=xfce-base/libxfce4ui-4.10
73 >=xfce-base/libxfce4util-4.10
74 >=xfce-base/xfconf-4.10
75 libnotify? ( >=x11-libs/libnotify-0.7 )
76 thunar? (
77 >=xfce-base/thunar-1.6[dbus]
78 >=dev-libs/dbus-glib-0.100
79 )"
80 DEPEND="${RDEPEND}
81 dev-util/intltool
82 sys-devel/gettext
83 virtual/pkgconfig"
84
85 pkg_setup() {
86 XFCONF=(
87 --docdir="${EPREFIX}"/usr/share/doc/${PF}
88 $(use_enable thunar file-icons)
89 $(use_enable thunar thunarx)
90 $(use_enable libnotify notifications)
91 $(xfconf_use_debug)
92 )
93
94 DOCS=( AUTHORS ChangeLog NEWS README TODO )
95 }