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