summaryrefslogtreecommitdiff
path: root/sci-libs/vtk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /sci-libs/vtk
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/Manifest2
-rw-r--r--sci-libs/vtk/vtk-8.1.0-r5.ebuild (renamed from sci-libs/vtk/vtk-8.1.0-r4.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/vtk/Manifest b/sci-libs/vtk/Manifest
index 1888c5f8f98a..09b7430a60a7 100644
--- a/sci-libs/vtk/Manifest
+++ b/sci-libs/vtk/Manifest
@@ -2,5 +2,5 @@ DIST VTK-8.1.0.tar.gz 33482506 BLAKE2B 82aecb497847254595f20294120ae793432348fc3
DIST VTKData-8.1.0.tar.gz 282986441 BLAKE2B 885f35c5386cc5db8db905a868a3ad79c246f1b0e41a3e5b81312b1f3de90483a1e34886d4764c60fe8006acaace2405b25acf047ec0e25a957f7a2d563d3380 SHA512 0a63f87896320aa38970932bf47c9e3f65a8bdd5413e51f95c53e321348b5b4e1eca2405d755eabb785c03939e1936245cc9f1b0f7ad0988c41362ac6f1e3047
DIST VTKLargeData-8.1.0.tar.gz 166992034 BLAKE2B ac98861ccac2aacfab7547a4b56de5c9e611b8655f077bb85e6ab850fb0cfd79f4722a0486f73eafcde2cd77d6be305201857f3e729b1f60f710c45bcf0bb63f SHA512 9dfd64b5125205ba7d8cba5665da40874d0a9781f3bd2595058d939207d96980c9a68009ce9ed1476931e1b929199c4888ccf6d590f23d2412873ca6907abc31
DIST vtkDocHtml-8.1.0.tar.gz 132655967 BLAKE2B a27d9631fa9fe42e9b8076aa3b33e03b3835db0f348ed60cfdc866ffe7accd9c5d99b6525523113a4d628253e28d6d9121e78942d89b6ee281d5e7ecee7c289e SHA512 c49338ad2c121ab16098195e5a1f2c9539137a85ae5edaa64d4a887ece0c64efb8840162942f47b70ab2d82d341bba2e706a6ff007fe6bdfbce12ad92bca883c
-EBUILD vtk-8.1.0-r4.ebuild 9117 BLAKE2B bfd1a5b22f8c191bfb61f74f864d874d4627a5e43da8c79fd318b649b5605a4d68afc1e73028506e818c9dd0ef77f7e0e3d961f5fa51ea259bddb549dc3dc2c4 SHA512 54b9ad953693cfd6d94d20acd991fb8ce8bba247861e63a3fd48cc524bd0aeec6bc0c27ad99bcc78d77a220399bc2c5f289fee001c893c6b2072aaf677a16efc
+EBUILD vtk-8.1.0-r5.ebuild 9192 BLAKE2B 0a04a86a6eef79dc1f361c15bfff52fe5b75a8422fa2f98cc4b7d78db87f34a32ad62b6c6bc343be0e993420b5459c28cc7d685789a06bab38f42997cbd327fe SHA512 d6e076a008dd7a56c88bb697b3535b6dc21c6f96a0b961e6e74c106882ef6612ce9f7cece9f1088860d72dfe7a1dbcd3642778a00fccdf488a03a96483885569
MISC metadata.xml 988 BLAKE2B 2533eda3936361d835dba2e30f1b1a19484facc289603d82b6c2012ee242e7778b1080d7136584c08113d7a82e0742d7bb2373984667301a4c7d52b4dbd8b087 SHA512 f4e29e15a05cfb49b24f4a8e24a6e43ac72ac0fa21ed640a70e5017263f23e21e514dedc489d963acd803407df8ee2bd2d6006c83eece795f91b4809d2ec2ff4
diff --git a/sci-libs/vtk/vtk-8.1.0-r4.ebuild b/sci-libs/vtk/vtk-8.1.0-r5.ebuild
index e0fa62ad1ca7..f1fe50fd32e1 100644
--- a/sci-libs/vtk/vtk-8.1.0-r4.ebuild
+++ b/sci-libs/vtk/vtk-8.1.0-r5.ebuild
@@ -152,6 +152,7 @@ src_configure() {
-Wno-dev
-DVTK_DIR="${S}"
-DVTK_INSTALL_LIBRARY_DIR=$(get_libdir)
+ -DVTK_INSTALL_PACKAGE_DIR="$(get_libdir)/cmake/${PN}-${SPV}"
-DVTK_INSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
-DVTK_DATA_ROOT="${EPREFIX}/usr/share/${PN}/data"
-DVTK_CUSTOM_LIBRARY_SUFFIX=""
@@ -254,7 +255,7 @@ src_configure() {
-DVTK_USE_QVTK_QTOPENGL=ON
-DQT_WRAP_CPP=ON
-DQT_WRAP_UI=ON
- -DVTK_INSTALL_QT_DIR="$(qt5_get_libdir)/qt5/plugins/designer"
+ -DVTK_INSTALL_QT_DIR="$(basename $(qt5_get_libdir))/qt5/plugins/designer"
-DDESIRED_QT_VERSION=5
-DVTK_QT_VERSION=5
-DQT_MOC_EXECUTABLE="$(qt5_get_bindir)/moc"