mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qt6_examples: bump version
This commit is contained in:
@@ -4,14 +4,13 @@ used for developing software with a graphical user interface, and also used \
|
||||
for developing non-GUI programs such as command-line tools and consoles for \
|
||||
servers."
|
||||
HOMEPAGE="https://qt.io/"
|
||||
COPYRIGHT="2015-2022 The Qt Company Ltd."
|
||||
COPYRIGHT="2015-2023 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://archlinux.thaller.ws/extra/os/x86_64/qt6-examples-$portVersion-1-any.pkg.tar.zst#noarchive"
|
||||
CHECKSUM_SHA256="56e64741c6d3e62c736312374aee73662cb0e8b0650424999227b0ec546b6761"
|
||||
SOURCE_DIR="qt6-doc-$portVersion"
|
||||
SOURCE_URI="https://archlinux.thaller.ws/extra/os/x86_64/qt6-examples-${portVersion}-1-any.pkg.tar.zst#noarchive"
|
||||
CHECKSUM_SHA256="eb7af20bec0cf80e8c836a72efa1102eebf17e6870604470fa4aeb5fff6f3986"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -41,10 +40,10 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $dataDir/Qt6
|
||||
mkdir -p $developDir/sources/Qt6
|
||||
|
||||
tar -C $dataDir/Qt6 \
|
||||
tar -C $developDir/sources/Qt6 \
|
||||
-I zstd \
|
||||
--strip-components 4 \
|
||||
-xvf qt6-examples-$portVersion-1-any.pkg.tar.zst
|
||||
--strip-components 5 \
|
||||
-xvf qt6-examples-${portVersion}-1-any.pkg.tar.zst
|
||||
}
|
||||
Reference in New Issue
Block a user