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-panel: xfce4-panel-4.11.1.ebuild ChangeLog
Date: Sun, 22 Jun 2014 21:53:25
Message-Id: 20140622215320.709FD2004E@flycatcher.gentoo.org
1 ssuominen 14/06/22 21:53:20
2
3 Modified: ChangeLog
4 Added: xfce4-panel-4.11.1.ebuild
5 Log:
6 Version bump; fixing annoying problem with autohiding the panel with the action buttons.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.253 xfce-base/xfce4-panel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.253&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.253&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.252&r2=1.253
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
20 retrieving revision 1.252
21 retrieving revision 1.253
22 diff -u -r1.252 -r1.253
23 --- ChangeLog 22 Apr 2014 13:48:59 -0000 1.252
24 +++ ChangeLog 22 Jun 2014 21:53:20 -0000 1.253
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-base/xfce4-panel
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.252 2014/04/22 13:48:59 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.253 2014/06/22 21:53:20 ssuominen Exp $
30 +
31 +*xfce4-panel-4.11.1 (22 Jun 2014)
32 +
33 + 22 Jun 2014; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-panel-4.11.1.ebuild:
35 + Version bump; fixing annoying problem with autohiding the panel with the
36 + action buttons.
37
38 22 Apr 2014; Samuli Suominen <ssuominen@g.o>
39 -files/xfce4-panel-4.10.0-icons.patch, -xfce4-panel-4.10.0-r1.ebuild:
40
41
42
43 1.1 xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-panel-4.11.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.11.1.ebuild,v 1.1 2014/06/22 21:53:20 ssuominen Exp $
53
54 EAPI=5
55 inherit xfconf
56
57 DESCRIPTION="Panel for the Xfce desktop environment"
58 HOMEPAGE="http://www.xfce.org/projects/"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE="debug"
65
66 RDEPEND=">=dev-libs/dbus-glib-0.100
67 >=dev-libs/glib-2.24
68 >=x11-libs/cairo-1
69 >=x11-libs/gtk+-2.20:2
70 >=x11-libs/gtk+-3.2:3
71 x11-libs/libX11
72 >=x11-libs/libwnck-2.31:1
73 >=xfce-base/exo-0.8
74 >=xfce-base/garcon-0.3
75 >=xfce-base/libxfce4ui-4.11
76 >=xfce-base/libxfce4util-4.11
77 >=xfce-base/xfconf-4.10"
78 DEPEND="${RDEPEND}
79 dev-lang/perl
80 dev-util/intltool
81 sys-devel/gettext
82 virtual/pkgconfig"
83
84 pkg_setup() {
85 XFCONF=(
86 --docdir="${EPREFIX}"/usr/share/doc/${PF}
87 --enable-gtk3
88 $(xfconf_use_debug)
89 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
90 )
91
92 DOCS=( AUTHORS ChangeLog NEWS THANKS )
93 }