summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-qxl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-drivers/xf86-video-qxl
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r--x11-drivers/xf86-video-qxl/Manifest2
-rw-r--r--x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild28
2 files changed, 17 insertions, 13 deletions
diff --git a/x11-drivers/xf86-video-qxl/Manifest b/x11-drivers/xf86-video-qxl/Manifest
index 2904fa5d48f0..34bdaf83274f 100644
--- a/x11-drivers/xf86-video-qxl/Manifest
+++ b/x11-drivers/xf86-video-qxl/Manifest
@@ -1,5 +1,5 @@
DIST xf86-video-qxl-0.1.5.tar.bz2 508266 BLAKE2B ca0fd43830a393d9bb1f5a6ba306f26e07a0b90233fa44f3fbe7a5f21026f1bd6960254db9cd75d947b3c42f6cc8cd3b7cfd71afc2c0a74bd84c60eafcf7e150 SHA512 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
DIST xf86-video-qxl-0.1.5_p20200205.tar.xz 137452 BLAKE2B 1639a393dadcba251a8fe761d52112d51c29e70960524785343379ec088e69c5e2cbd1a9710d72c749dc8b7303b3eceb545fbaec82d5d22613f8ebb0a4e7aca8 SHA512 9a2ba4aa7ef61d3ea0043ff1e3a8f312b7fe00f707045bcb4e4fc1189786b9aba2b6e44696f47e7c215485044f6c953f831ed4da48d4098cd7b62555c74a79f8
EBUILD xf86-video-qxl-0.1.5.ebuild 436 BLAKE2B 19560c57f7a7aa0446525affce826b10931d24fa5fc00acd947f3311940740c5cd6037be4da99d090f3acaa9e8df739cf7184713896a285e87dc118ca28ffb4e SHA512 b8b20bcd2b06b36f8ac835a551da75b93e062e9a4aca66b20d5ff95ac2c56804d7bdb0e0bef1dbfb762da2aad404c3fab496532f2f9ea3a9daf15ad7e63fc82f
-EBUILD xf86-video-qxl-0.1.5_p20200205.ebuild 777 BLAKE2B 16875c547b93eba10675ed4179d78e914ad2c630b9957960946810ff6a8dd083eab9628f8c5824b02d53e87a8f6eaae6034adbc89bdb83d37e84d5cba1db3a81 SHA512 a795025178d99c1ba218bd30f09660bc8f93eedaaf2a7ce5fca43090bf0bbea46c0524a44b1963e1dd545a4232336a3f78bece2834204b100e9aa55870ce5f10
+EBUILD xf86-video-qxl-0.1.5_p20200205.ebuild 894 BLAKE2B 1d7cb3f013081e8d345839905538222514f35da8ceebfefd151a2e76fa44fdbc34482f2e6feada4ba8a30bc4cd20303d4542f5f9ab7cbafaaea9e4a70e88553f SHA512 e7429f6dcae6400582c712bf1dff926dd58ce03c8954f5d53d8219012163024b8c4835fb8af64ba3723d4cc1cb67ad55e88f556d401ec223f9760340b6b75e6d
MISC metadata.xml 352 BLAKE2B a2a27dbaddd9dba3c583eabdc64716ee086b679cc72a18a0f11b5ed6e7ec73069116ebb3bb0389131e65012eec56c7a213ec5bf2e6d08d211fff8e916cf524db SHA512 89c8a1813c246441cfd95098c5ca6e8e84e0e5e96e5b05bb6a30f794861b2e4660f06cd2bf45c0929e0b5425163a67e318778c502682d17b74a91f979389ac3a
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild
index d4f5d8c3a49e..e8e8ae5dc9bf 100644
--- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild
@@ -3,18 +3,17 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
-inherit python-single-r1 xorg-3 autotools
+inherit autotools python-single-r1 xorg-3
-SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
DESCRIPTION="QEMU QXL paravirt video driver"
-KEYWORDS="~amd64 ~x86"
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
+S="${WORKDIR}"
+KEYWORDS="~amd64 ~x86"
IUSE="xspice"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}/"
+REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
xspice? (
@@ -23,20 +22,25 @@ RDEPEND="
)
x11-base/xorg-server[-minimal]
>=x11-libs/libdrm-2.4.46"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
>=app-emulation/spice-protocol-0.12.0
x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
-src_prepare() {
- python_fix_shebang scripts
+pkg_setup() {
+ use xspice && python-single-r1_pkg_setup
+}
+src_prepare() {
+ xorg-3_src_prepare
eautoreconf
- xorg-3_src_prepare
+ use xspice && python_fix_shebang scripts
}
src_configure() {
- XORG_CONFIGURE_OPTIONS=(
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable xspice)
)
xorg-3_src_configure