Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/hooks/pre-pkg/04-generate-runtime-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ hook() {
local _shlib_dir="${XBPS_STATEDIR}/shlib-provides"
local _shlibtmp

local Qt_6_PRIVATE_API=6.10.2
local Qt_6_PRIVATE_API=6.10

# Disable trap on ERR, xbps-uhelper cmd might return error... but not something
# to be worried about because if there are broken shlibs this hook returns
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/qt6-base/template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - rebuild all pkg with qt6-base-private-devel
pkgname=qt6-base
version=6.10.2
revision=1
revision=2
build_style=cmake
configure_args="-DINSTALL_DATADIR=share/qt6
-DINSTALL_ARCHDATADIR=lib${XBPS_TARGET_WORDSIZE}/qt6
Expand Down Expand Up @@ -127,7 +127,7 @@
HostArchData=lib/qt6
Data=share/qt6
HostData=share/qt6
Sysroot=

Check failure on line 130 in srcpkgs/qt6-base/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

variable set to empty string: Sysroot=
SysrootifyPrefix=false
TargetSpec=linux-g++
HostSpec=linux-g++
Expand Down Expand Up @@ -168,7 +168,8 @@
}

qt6-core_package() {
shlib_provides="libQt_6_PRIVATE_API.${version}"
shlib_provides="libQt_6_PRIVATE_API.${version}
libQt_6_PRIVATE_API.${version%.*}"
short_desc+=" - Core"
pkg_install() {
vmove "usr/lib/libQt6Core.so.*"
Expand Down
Loading