You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/gnome2-wnck/gnome2-wnck-0.180.0.ebuild

30 lines
670 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_NAME=Gnome2-Wnck
DIST_AUTHOR=XAOC
DIST_VERSION=0.18
inherit perl-module virtualx
DESCRIPTION="Perl interface to the Window Navigator Construction Kit"
HOMEPAGE="http://gtk2-perl.sourceforge.net/ https://metacpan.org/release/Gnome2-Wnck"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=">=dev-perl/glib-perl-1.180.0
>=dev-perl/Gtk2-1.42.0
>=x11-libs/libwnck-2.20:1"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-PkgConfig-1.30.0
>=dev-perl/ExtUtils-Depends-0.200.0"
src_test() {
perl_rm_files t/WnckWorkspace.t
virtx perl-module_src_test
}