mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-25 09:38:52 +02:00
Qt, bump to version 6.10.3 (#13935)
This commit is contained in:
@@ -10,9 +10,9 @@ LICENSE="GNU LGPL v2.1
|
||||
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="e138798c41d7b7924f229437524fe5287fead5f3a4653f4c2ba1829ae6fafae6"
|
||||
CHECKSUM_SHA256="8f3266df0523e7ef31e51550f8fd2d334de6d4246e675cab63c8edb4124fc522"
|
||||
|
||||
ARCHITECTURES="?any"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
SUMMARY="A cross-platform application and UI framework (Examples)"
|
||||
DESCRIPTION="Qt is a cross-platform application framework that is widely \
|
||||
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-2024 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="21a58df5e797709ba7502b633c7ae6f8d86a0e6318001098b336b1247be6b088"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
qt6_examples$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
qt6_tools$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:tar
|
||||
cmd:unzstd
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $developDir/sources/Qt6
|
||||
|
||||
tar -C $developDir/sources/Qt6 \
|
||||
-I zstd \
|
||||
--strip-components 5 \
|
||||
-xvf qt6-examples-${portVersion}-1-any.pkg.tar.zst
|
||||
}
|
||||
Reference in New Issue
Block a user