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/Goo-Canvas/Goo-Canvas-0.60.0-r1.ebuild

28 lines
540 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=YEWENBIN
MODULE_VERSION=0.06
inherit perl-module
DESCRIPTION="Perl interface to the GooCanvas"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/goocanvas:0
dev-perl/Gtk2
dev-perl/glib-perl
dev-perl/Cairo"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-Depends
dev-perl/ExtUtils-PkgConfig"
PATCHES=(
# this patch fixes segfaults on amd64 platforms
"${FILESDIR}"/fix_implicit_pointer_declaration.patch
)