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.
39 lines
757 B
39 lines
757 B
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=SMCCAM
|
|
DIST_VERSION=0.56
|
|
DIST_EXAMPLES=("eg/*")
|
|
inherit perl-module virtualx
|
|
|
|
DESCRIPTION="Client-side interface to the X11 Protocol"
|
|
|
|
LICENSE="${LICENSE} MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
|
|
IUSE="test"
|
|
RESTRICT="!test? ( test )"
|
|
|
|
RDEPEND="
|
|
x11-libs/libXrender
|
|
x11-libs/libXext
|
|
"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? ( media-fonts/font-misc-misc )
|
|
"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/${PN}-0.56-test-timeout.patch"
|
|
"${FILESDIR}/${PN}-0.56-test-tap.patch"
|
|
)
|
|
|
|
src_test() {
|
|
virtx perl-module_src_test
|
|
}
|