diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 09:09:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 09:09:58 +0200 |
commit | b34e102801ae7624f3f08ee474d46b4313595f22 (patch) | |
tree | e8fe1df528c2982b5fb0e03be6bed16e8297069b /stage-queue | |
parent | c702716c40d4ce645c82d7d0dd7bc06118bed555 (diff) |
Updates for 0.15.0 releasev0.15.0
Diffstat (limited to 'stage-queue')
-rwxr-xr-x | stage-queue | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/stage-queue b/stage-queue index f67e379..9548466 100755 --- a/stage-queue +++ b/stage-queue @@ -61,7 +61,23 @@ etc/stage-pkg -Q -c -d kconfig packaging/kconfig/kconfig/liblkc \ #etc/stage-pkg -Q -c -d boost packaging/boost/boost/libboost-*/ +etc/stage-pkg -Q -c -d libb2 packaging/libb2/libb2 + +etc/stage-pkg -Q -c -d libjpeg-turbo packaging/libjpeg-turbo/libjpeg-turbo/libjpeg-turbo + +etc/stage-pkg -Q -c -d freetype packaging/libfreetype/libfreetype + +etc/stage-pkg -Q -c -d harfbuzz packaging/harfbuzz/harfbuzz/libharfbuzz + +etc/stage-pkg -Q -c -d Qt5 packaging/qt5/Qt5/Qt5Moc \ + packaging/qt5/Qt5/Qt5Rcc \ + packaging/qt5/Qt5/libQt5Core + +etc/stage-pkg -Q -c -d Qt6 packaging/qt6/Qt6/Qt6Moc \ + packaging/qt6/Qt6/Qt6Rcc \ + packaging/qt6/Qt6/libQt6Core + # Regenerate repository and publish. # -etc/stage-pkg -Q -g --min-bpkg-version 0.13.0 +etc/stage-pkg -Q -g --min-bpkg-version 0.14.0 etc/stage-pkg -Q -p |