Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck: ChangeLog libwnck-3.4.4.ebuild libwnck-3.4.0.ebuild libwnck-3.4.2.ebuild
Date: Wed, 21 Nov 2012 23:06:54
Message-Id: 20121121230643.B917720C65@flycatcher.gentoo.org
1 eva 12/11/21 23:06:43
2
3 Modified: ChangeLog
4 Added: libwnck-3.4.4.ebuild
5 Removed: libwnck-3.4.0.ebuild libwnck-3.4.2.ebuild
6 Log:
7 Version bump. Clean up old revisions.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.295 x11-libs/libwnck/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.295&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.295&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.294&r2=1.295
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
21 retrieving revision 1.294
22 retrieving revision 1.295
23 diff -u -r1.294 -r1.295
24 --- ChangeLog 4 Sep 2012 23:34:33 -0000 1.294
25 +++ ChangeLog 21 Nov 2012 23:06:43 -0000 1.295
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/libwnck
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.294 2012/09/04 23:34:33 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.295 2012/11/21 23:06:43 eva Exp $
31 +
32 +*libwnck-3.4.4 (21 Nov 2012)
33 +
34 + 21 Nov 2012; Gilles Dartiguelongue <eva@g.o> -libwnck-3.4.0.ebuild,
35 + -libwnck-3.4.2.ebuild, +libwnck-3.4.4.ebuild:
36 + Version bump. Clean up old revisions.
37
38 *libwnck-3.4.3 (04 Sep 2012)
39
40
41
42
43 1.1 x11-libs/libwnck/libwnck-3.4.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libwnck-3.4.4.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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.4.4.ebuild,v 1.1 2012/11/21 23:06:43 eva Exp $
53
54 EAPI="4"
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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66
67 IUSE="doc +introspection startup-notification tools"
68
69 RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
70 >=dev-libs/glib-2.32: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 x86-interix? ( sys-libs/itx-bind )"
77 DEPEND="${RDEPEND}
78 >=dev-util/intltool-0.40.6
79 sys-devel/gettext
80 virtual/pkgconfig
81 doc? ( >=dev-util/gtk-doc-1.9 )"
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 $(use_enable tools)
93 --program-suffix=-${SLOT}"
94 DOCS="AUTHORS ChangeLog HACKING NEWS README"
95 }
96
97 src_prepare() {
98 # Regenerate marashalers for <glib-2.31 compat
99 rm -v libwnck/wnck-marshal.{c,h} || die
100
101 gnome2_src_prepare
102
103 if use x86-interix; then
104 # activate the itx-bind package...
105 append-flags "-I${EPREFIX}/usr/include/bind"
106 append-ldflags "-L${EPREFIX}/usr/lib/bind"
107 fi
108 }
109
110 pkg_postinst() {
111 gnome2_pkg_postinst
112
113 if use tools; then
114 elog "wnckprop is now called wnckprop-${SLOT}"
115 elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
116 fi
117 }