mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
baloo_widgets, bump version (#11540)
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE="GNU GPL v3
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/baloo-widgets-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a047d911605abe7dbd1c747443be413b99f95633b23e80dbd5b702295577332b"
|
||||
CHECKSUM_SHA256="98893290528c2d82d851c5c743e64a4b7d44a3805cd38a33b0c5e462e3eeb616"
|
||||
SOURCE_DIR="baloo-widgets-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -16,7 +16,7 @@ libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
baloo_widgets24$secondaryArchSuffix = $portVersion
|
||||
baloo_widgets6$secondaryArchSuffix = $portVersion
|
||||
cmd:baloo_filemetadata_temp_extractor$secondaryArchSuffix = $portVersion
|
||||
lib:libKF6BalooWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
@@ -40,13 +40,16 @@ REQUIRES="
|
||||
lib:libQt6Network$secondaryArchSuffix
|
||||
lib:libQt6Widgets$secondaryArchSuffix
|
||||
"
|
||||
REPLACES="
|
||||
baloo_widgets24$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
baloo_widgets24${secondaryArchSuffix}_devel = $portVersion
|
||||
baloo_widgets6${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF6BalooWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
baloo_widgets24$secondaryArchSuffix == $portVersion base
|
||||
baloo_widgets6$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -75,8 +78,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:msgfmt
|
||||
cmd:msgmerge
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -86,11 +89,14 @@ TEST_REQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_WITH_QT6=ON
|
||||
-DBUILD_WITH_QT6=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-Wno-dev
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user