From 2a2a0827fa54b2eeb48e0e2090dfc503492ef33e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 28 Oct 2020 07:51:22 +0100 Subject: Rename shiboken2 to shiboken6 Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I4cb5ee4c8df539546014b08202a7b1e98ed3ff07 Reviewed-by: Cristian Maureira-Fredes --- build_scripts/platforms/unix.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build_scripts/platforms/unix.py') diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py index 30fa237c7..1e1c1e4a8 100644 --- a/build_scripts/platforms/unix.py +++ b/build_scripts/platforms/unix.py @@ -72,11 +72,11 @@ def prepare_packages_posix(self, vars): return name + postfix if config.is_internal_shiboken_module_build(): - # /shiboken2/doc/html/* -> - # /{st_package_name}/docs/shiboken2 + # /shiboken6/doc/html/* -> + # /{st_package_name}/docs/shiboken6 copydir( - "{build_dir}/shiboken2/doc/html", - "{st_build_dir}/{st_package_name}/docs/shiboken2", + "{build_dir}/shiboken6/doc/html", + "{st_build_dir}/{st_package_name}/docs/shiboken6", force=False, vars=vars) # /lib/lib* -> {st_package_name}/ @@ -95,7 +95,7 @@ def prepare_packages_posix(self, vars): "{install_dir}/bin/", "{st_build_dir}/{st_package_name}", filter=[ - "shiboken2", + "shiboken6", ], recursive=False, vars=vars)) -- cgit v1.2.3