Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Tue, 28 Jun 2016 20:30:30
Message-Id: 1467145758.3ce5241e0008fe9d2e8c11f571c3dfe85499a2d1.pacho@gentoo
1 commit: 3ce5241e0008fe9d2e8c11f571c3dfe85499a2d1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:49:55 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce5241e
7
8 x11-libs/libwnck: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-libs/libwnck/Manifest | 1 +
13 x11-libs/libwnck/libwnck-3.20.0.ebuild | 53 ++++++++++++++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
17 index 17a8711..ea05279 100644
18 --- a/x11-libs/libwnck/Manifest
19 +++ b/x11-libs/libwnck/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941
22 DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c
23 DIST libwnck-3.14.1.tar.xz 683652 SHA256 bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa SHA512 9ea05047b88e3bb47ab7d144089abbad8384a15b3d435ac250bd67ef45466f3bd264e6b4e36bb12d4acebb7da8c210ea7dae03ab5e020d7d6c1beb1658b97972 WHIRLPOOL 12a6c251f32814342f3ede40d28585c5d0afc79a51be136c0b3f30457104e3eb941ec1eafc0e53ec1acf9f4e73e633cb124ffc6d0b88edf3e8da6019ee095599
24 +DIST libwnck-3.20.0.tar.xz 693244 SHA256 0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2 SHA512 b4e29c0c12674b64b05f47f1696752ecee14862b446d98d125709ebfff22d3bd65aead172398d82902a87110abefb1328041e217bf515369b89845577188ff7c WHIRLPOOL 8b2e0989462f61d267e7367337a5bfe0b467726a70199ed7495ac43d2d5c5e8fd5bf1af20798963d5297b6794adbe2125c656bcb489ab94ba2cc7a0cf83415c7
25
26 diff --git a/x11-libs/libwnck/libwnck-3.20.0.ebuild b/x11-libs/libwnck/libwnck-3.20.0.ebuild
27 new file mode 100644
28 index 0000000..532df04
29 --- /dev/null
30 +++ b/x11-libs/libwnck/libwnck-3.20.0.ebuild
31 @@ -0,0 +1,53 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +GNOME2_LA_PUNT="yes"
38 +
39 +inherit flag-o-matic gnome2
40 +
41 +DESCRIPTION="A window navigation construction kit"
42 +HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
43 +
44 +LICENSE="LGPL-2+"
45 +SLOT="3"
46 +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"
47 +
48 +IUSE="+introspection startup-notification tools"
49 +
50 +RDEPEND="
51 + x11-libs/cairo[X]
52 + >=x11-libs/gtk+-3.10:3[introspection?]
53 + >=dev-libs/glib-2.32:2
54 + x11-libs/libX11
55 + x11-libs/libXres
56 + x11-libs/libXext
57 + introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
58 + startup-notification? ( >=x11-libs/startup-notification-0.4 )
59 + x86-interix? ( sys-libs/itx-bind )
60 +"
61 +DEPEND="${RDEPEND}
62 + dev-util/gtk-doc-am
63 + >=dev-util/intltool-0.40.6
64 + sys-devel/gettext
65 + virtual/pkgconfig
66 +"
67 +# eautoreconf needs
68 +# gnome-base/gnome-common
69 +
70 +src_configure() {
71 + if use x86-interix; then
72 + # activate the itx-bind package...
73 + append-flags "-I${EPREFIX}/usr/include/bind"
74 + append-ldflags "-L${EPREFIX}/usr/lib/bind"
75 + fi
76 +
77 + # Don't collide with SLOT=1
78 + gnome2_src_configure \
79 + --disable-static \
80 + $(use_enable introspection) \
81 + $(use_enable startup-notification) \
82 + $(use_enable tools) \
83 + --program-suffix=-${SLOT}
84 +}