Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-3.8.0-r1.ebuild ChangeLog
Date: Thu, 31 Oct 2013 07:35:00
Message-Id: 20131031073454.C08E420047@flycatcher.gentoo.org
1 pacho 13/10/31 07:34:54
2
3 Modified: ChangeLog
4 Added: gnome-panel-3.8.0-r1.ebuild
5 Log:
6 Launch nautilus-classic, upstream bug #709016
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.363 gnome-base/gnome-panel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.363&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.363&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.362&r2=1.363
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
20 retrieving revision 1.362
21 retrieving revision 1.363
22 diff -u -r1.362 -r1.363
23 --- ChangeLog 28 Sep 2013 20:01:06 -0000 1.362
24 +++ ChangeLog 31 Oct 2013 07:34:54 -0000 1.363
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/gnome-panel
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.362 2013/09/28 20:01:06 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.363 2013/10/31 07:34:54 pacho Exp $
30 +
31 +*gnome-panel-3.8.0-r1 (31 Oct 2013)
32 +
33 + 31 Oct 2013; Pacho Ramos <pacho@g.o> +gnome-panel-3.8.0-r1.ebuild:
34 + Launch nautilus-classic, upstream bug #709016
35
36 *gnome-panel-3.8.0 (28 Sep 2013)
37
38
39
40
41 1.1 gnome-base/gnome-panel/gnome-panel-3.8.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-3.8.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-3.8.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-panel-3.8.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-3.8.0-r1.ebuild,v 1.1 2013/10/31 07:34:54 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="The GNOME panel"
59 HOMEPAGE="https://git.gnome.org/browse/gnome-panel"
60
61 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
62 SLOT="0"
63 IUSE="eds +introspection networkmanager"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
65
66 RDEPEND="
67 >=dev-libs/glib-2.31.14:2
68 >=dev-libs/libgweather-3.5.1:2=
69 dev-libs/libxml2:2
70 >=gnome-base/dconf-0.13.4
71 >=gnome-base/gconf-2.6.1:2[introspection?]
72 >=gnome-base/gnome-desktop-2.91:3=
73 >=gnome-base/gnome-menus-3.1.4:3
74 gnome-base/gsettings-desktop-schemas
75 gnome-base/librsvg:2
76 >=net-libs/telepathy-glib-0.14
77 sys-auth/polkit
78 >=x11-libs/cairo-1[X]
79 >=x11-libs/gdk-pixbuf-2.25.2:2
80 >=x11-libs/gtk+-3.3.8:3[introspection?]
81 x11-libs/libXau
82 x11-libs/libICE
83 x11-libs/libSM
84 >=x11-libs/libXrandr-1.2
85 >=x11-libs/libwnck-2.91:3
86 >=x11-libs/pango-1.15.4[introspection?]
87
88 eds? ( >=gnome-extra/evolution-data-server-3.5.3:= )
89 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
90 networkmanager? ( >=net-misc/networkmanager-0.6.7 )
91 "
92 DEPEND="${RDEPEND}
93 app-text/docbook-xml-dtd:4.1.2
94 app-text/yelp-tools
95 >=dev-lang/perl-5
96 dev-util/gtk-doc-am
97 >=dev-util/intltool-0.40
98 virtual/pkgconfig
99 "
100 # eautoreconf needs
101 # dev-libs/gobject-introspection-common
102 # gnome-base/gnome-common
103
104 src_prepare() {
105 # Launch nautilus-classic, upstream bug #709016
106 sed -i '/RequiredComponents/ s|$|nautilus-classic;|' data/gnome-flashback.session.desktop.in || die
107 gnome2_src_prepare
108 }
109
110 src_configure() {
111 DOCS="AUTHORS ChangeLog HACKING NEWS README"
112
113 # XXX: Make presence/telepathy-glib support optional?
114 # We can do that if we intend to support fallback-only as a setup
115 gnome2_src_configure \
116 --disable-deprecation-flags \
117 --disable-static \
118 --with-in-process-applets=clock,notification-area,wncklet \
119 --enable-telepathy-glib \
120 $(use_enable networkmanager network-manager) \
121 $(use_enable introspection) \
122 $(use_enable eds) \
123 ITSTOOL=$(type -P true)
124 }