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.
31 lines
698 B
31 lines
698 B
# Copyright 1999-2018 Gentoo Foundation
|
|
# 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/ ${HOMEPAGE}"
|
|
|
|
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" )
|