mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qt6_quicktimeline: bump version
This commit is contained in:
@@ -4,13 +4,14 @@ 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-2023 The Qt Company Ltd."
|
||||
COPYRIGHT="2015-2024 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtquicktimeline-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="079e51d4572aed992731628b269f9c3f9c61a6c379bae6c354c949a6d89bb590"
|
||||
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
|
||||
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtquicktimeline-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="eb45657c6c6b5d57775473d4d69e7d964a17778695ffb2ff50a75aa1b63489bd"
|
||||
SOURCE_DIR="qtquicktimeline-everywhere-src-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -19,6 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
qt6_quicktimeline$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6QuickTimeline$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6QuickTimelineBlendTrees$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,6 +38,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
qt6_quicktimeline${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
devel:libQt6QuickTimeline$secondaryArchSuffix = $portVersion compat >= 6
|
||||
devel:libQt6QuickTimelineBlendTrees$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
qt6_quicktimeline$secondaryArchSuffix == $portVersion base
|
||||
@@ -87,7 +90,8 @@ INSTALL()
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libQt6QuickTimeline
|
||||
libQt6QuickTimeline \
|
||||
libQt6QuickTimelineBlendTrees
|
||||
|
||||
# fix pkgconfig files
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user