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-perl/gnome2-perl-1.46.0.ebuild

31 lines
720 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_NAME=Gnome2
DIST_AUTHOR=XAOC
DIST_VERSION=1.046
inherit perl-module
DESCRIPTION="Perl interface to the 2.x series of the Gnome libraries"
HOMEPAGE="http://gtk2-perl.sourceforge.net/ https://metacpan.org/release/Gnome2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
dev-perl/Gtk2
gnome-base/libgnomeui
gnome-base/libbonoboui
dev-perl/gnome2-canvas
>=dev-perl/glib-perl-1.40.0
dev-perl/gnome2-vfs-perl"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-Depends
dev-perl/ExtUtils-PkgConfig"
PATCHES=( "${FILESDIR}/${DIST_NAME}-${DIST_VERSION}-no-dot-inc.patch" )