kaccounts_integration24, bump version (#11273)

This commit is contained in:
Schrijvers Luc
2024-10-28 11:07:20 +01:00
committed by GitHub
parent 851d186050
commit 4aa5e84a0a
2 changed files with 10 additions and 16 deletions

View File

@@ -4,14 +4,14 @@ desktop."
HOMEPAGE="https://invent.kde.org/network/kaccounts-integration" HOMEPAGE="https://invent.kde.org/network/kaccounts-integration"
COPYRIGHT="2010-2024 KDE Organisation" COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
REVISION="2" REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kaccounts-integration-$portVersion.tar.xz" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kaccounts-integration-$portVersion.tar.xz"
CHECKSUM_SHA256="fb21d2435b2aaa9960fed9660a9cd56b7702080c4e99f9a207e6c1ba8d52b3f4" CHECKSUM_SHA256="56ce3434d20bcc89673822f7b949f50f32fc7538ee7242fb97628554c92c8f16"
SOURCE_DIR="kaccounts-integration-$portVersion" SOURCE_DIR="kaccounts-integration-$portVersion"
PATCHES="kaccounts_integration-$portVersion.patchset" PATCHES="kaccounts_integration-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2" ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="?x86" SECONDARY_ARCHITECTURES="x86"
libVersion="$portVersion" libVersion="$portVersion"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}" libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
@@ -52,28 +52,22 @@ BUILD_REQUIRES="
devel:libsignon_qt6$secondaryArchSuffix devel:libsignon_qt6$secondaryArchSuffix
# KF6 # KF6
extra_cmake_modules$secondaryArchSuffix extra_cmake_modules$secondaryArchSuffix
devel:libKF6AuthCore$secondaryArchSuffix
devel:libKF6Bookmarks$secondaryArchSuffix devel:libKF6Bookmarks$secondaryArchSuffix
devel:libKF6Codecs$secondaryArchSuffix
devel:libKF6ColorScheme$secondaryArchSuffix devel:libKF6ColorScheme$secondaryArchSuffix
devel:libKF6Completion$secondaryArchSuffix devel:libKF6Completion$secondaryArchSuffix
devel:libKF6ConfigCore$secondaryArchSuffix devel:libKF6ConfigCore$secondaryArchSuffix
devel:libKF6ConfigWidgets$secondaryArchSuffix devel:libKF6ConfigWidgets$secondaryArchSuffix
devel:libKF6CoreAddons$secondaryArchSuffix devel:libKF6CoreAddons$secondaryArchSuffix
devel:libKF6DbusAddons$secondaryArchSuffix devel:libKF6DbusAddons$secondaryArchSuffix
# devel:libKF6Declarative$secondaryArchSuffix
devel:libKF6I18n$secondaryArchSuffix devel:libKF6I18n$secondaryArchSuffix
devel:libKF6ItemViews$secondaryArchSuffix devel:libKF6ItemViews$secondaryArchSuffix
devel:libKF6JobWidgets$secondaryArchSuffix devel:libKF6JobWidgets$secondaryArchSuffix
devel:libKF6KCMUtils$secondaryArchSuffix devel:libKF6KCMUtils$secondaryArchSuffix
devel:libKF6KIOCore$secondaryArchSuffix devel:libKF6KIOCore$secondaryArchSuffix
devel:libKF6Package$secondaryArchSuffix
devel:libKF6Service$secondaryArchSuffix devel:libKF6Service$secondaryArchSuffix
devel:libKF6Solid$secondaryArchSuffix devel:libKF6Solid$secondaryArchSuffix
devel:libKF6Wallet$secondaryArchSuffix devel:libKF6Wallet$secondaryArchSuffix
devel:libKF6WidgetsAddons$secondaryArchSuffix
devel:libKF6WindowSystem$secondaryArchSuffix devel:libKF6WindowSystem$secondaryArchSuffix
devel:libKF6XmlGui$secondaryArchSuffix
# Qt6 # Qt6
devel:libQt6Core$secondaryArchSuffix devel:libQt6Core$secondaryArchSuffix
devel:libQt6Gui$secondaryArchSuffix devel:libQt6Gui$secondaryArchSuffix
@@ -84,18 +78,18 @@ BUILD_PREREQUIRES="
cmd:cmake cmd:cmake
cmd:g++$secondaryArchSuffix cmd:g++$secondaryArchSuffix
cmd:make cmd:make
cmd:msgfmt cmd:msgfmt$secondaryArchSuffix
cmd:msgmerge cmd:msgmerge$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix
# cmd:python3
# cmd:qdbuscpp2xml$secondaryArchSuffix >= 5
# cmd:xsltproc
" "
defineDebugInfoPackage kaccounts_integration24$secondaryArchSuffix \
$libDir/libkaccounts6.so.$libVersion
BUILD() BUILD()
{ {
cmake -Bbuild -S. $cmakeDirArgs \ cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \
-DCMAKE_SKIP_RPATH=YES \ -DCMAKE_SKIP_RPATH=YES \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \