x11-libs/libwnck: version bump 3.20.1 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3
This commit is contained in:
Gilles Dartiguelongue
2017-08-15 22:58:23 +02:00
parent 538398b274
commit 08a1b5cfcf
2 changed files with 45 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941
DIST libwnck-3.20.1.tar.xz 693932 SHA256 1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72 SHA512 68e9ec8795a0c54edfb31299f48daed5b8c8aab9462a38fd6336f88c29cb96cff66bf852a6049fc34c28bd6cab2e5e6863a711b0ce726999ca7f8e9b07f0eaf0 WHIRLPOOL 2a3370a410203c92845fc65333566a176f6d69459f6aab0b4c31e08902b655284e4ecfde84fc116bc6b6d8db14b593a3faf9077f76b0f823ab283e12387d12f5
DIST libwnck-3.24.1.tar.xz 821508 SHA256 afa6dc283582ffec15c3374790bcbcb5fb422bd38356d72deeef35bf7f9a1f04 SHA512 e8a31ab2dc0c282f1e0994ce6a2ccd18678dc5c140943399262e795052b7f5da2d6a5d388a74f4b10f8fac66ab138983a9caaee4e72c92a17c01ca5c39b731e1 WHIRLPOOL a65658d8b17056609cce6a012ef7767f5fc6817fb68d7daae3d816de5dd911db31c0706c18bc737bc0d6db6fd459bd858c01f16ae2ee518caeba9c329c580a5b

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GNOME2_LA_PUNT="yes"
inherit flag-o-matic gnome2
DESCRIPTION="A window navigation construction kit"
HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
LICENSE="LGPL-2+"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="+introspection startup-notification tools"
RDEPEND="
x11-libs/cairo[X]
>=x11-libs/gtk+-3.22:3[introspection?]
>=dev-libs/glib-2.32:2
x11-libs/libX11
x11-libs/libXres
x11-libs/libXext
introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
startup-notification? ( >=x11-libs/startup-notification-0.4 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
>=sys-devel/gettext-0.19.4
virtual/pkgconfig
"
# eautoreconf needs
# sys-devel/autoconf-archive
src_configure() {
# Don't collide with SLOT=1
gnome2_src_configure \
--disable-static \
$(use_enable introspection) \
$(use_enable startup-notification) \
$(use_enable tools) \
--program-suffix=-${SLOT}
}