Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck: ChangeLog libwnck-3.0.2.ebuild libwnck-3.0.0.ebuild
Date: Thu, 02 Jun 2011 15:39:57
Message-Id: 20110602153942.8B1CD20054@flycatcher.gentoo.org
1 nirbheek 11/06/02 15:39:42
2
3 Modified: ChangeLog
4 Added: libwnck-3.0.2.ebuild
5 Removed: libwnck-3.0.0.ebuild
6 Log:
7 Bump to 3.0.2, remove old
8
9 (Portage version: 2.1.9.46/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.266 x11-libs/libwnck/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.266&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.266&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.265&r2=1.266
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
21 retrieving revision 1.265
22 retrieving revision 1.266
23 diff -u -r1.265 -r1.266
24 --- ChangeLog 1 May 2011 15:55:03 -0000 1.265
25 +++ ChangeLog 2 Jun 2011 15:39:42 -0000 1.266
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/libwnck
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.265 2011/05/01 15:55:03 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.266 2011/06/02 15:39:42 nirbheek Exp $
31 +
32 +*libwnck-3.0.2 (02 Jun 2011)
33 +
34 + 02 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> -libwnck-3.0.0.ebuild,
35 + +libwnck-3.0.2.ebuild:
36 + Bump to 3.0.2, remove old
37
38 *libwnck-3.0.0 (01 May 2011)
39
40
41
42
43 1.1 x11-libs/libwnck/libwnck-3.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libwnck-3.0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.0.2.ebuild,v 1.1 2011/06/02 15:39:42 nirbheek Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="A window navigation construction kit"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="LGPL-2"
64 SLOT="3"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66
67 IUSE="doc +introspection startup-notification"
68
69 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
70 >=dev-libs/glib-2.16:2
71 x11-libs/libX11
72 x11-libs/libXres
73 x11-libs/libXext
74 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
75 startup-notification? ( >=x11-libs/startup-notification-0.4 )"
76 DEPEND="${RDEPEND}
77 sys-devel/gettext
78 >=dev-util/pkgconfig-0.9
79 >=dev-util/intltool-0.40
80 doc? ( >=dev-util/gtk-doc-1.9 )
81 x86-interix? ( sys-libs/itx-bind )"
82 # eautoreconf needs
83 # dev-util/gtk-doc-am
84 # gnome-base/gnome-common
85
86 pkg_setup() {
87 # Don't collide with SLOT=1
88 G2CONF="${G2CONF}
89 --disable-static
90 $(use_enable introspection)
91 $(use_enable startup-notification)
92 --program-suffix=-${SLOT}"
93 DOCS="AUTHORS ChangeLog HACKING NEWS README"
94 }
95
96 src_prepare() {
97 gnome2_src_prepare
98
99 if use x86-interix; then
100 # activate the itx-bind package...
101 append-flags "-I${EPREFIX}/usr/include/bind"
102 append-ldflags "-L${EPREFIX}/usr/lib/bind"
103 fi
104 }
105
106 pkg_postinst() {
107 gnome2_pkg_postinst
108
109 elog "wnckprop is now called wnckprop-${SLOT}"
110 elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
111 }