kio_gdrive, bump KF6 version (#11753)

This commit is contained in:
Schrijvers Luc
2025-02-09 18:29:01 +01:00
committed by GitHub
parent ceae51afd1
commit 164e38df63

View File

@@ -2,22 +2,22 @@ SUMMARY="KIO worker for Google Drive service"
DESCRIPTION="KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate \
or Gwenview) to access and edit Google Drive files on the cloud."
HOMEPAGE="https://apps.kde.org/kio_gdrive/"
COPYRIGHT="2010-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kio-gdrive-$portVersion.tar.xz"
CHECKSUM_SHA256="e68855748ca1b3747d9b5848f899490d4bcd9564dd47d77a613f93e45458f475"
CHECKSUM_SHA256="08382064580f3d7890d25f94d2f0171fd2afc5940914c2ab591a0de6d06f3b62"
SOURCE_DIR="kio-gdrive-$portVersion"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"
PROVIDES="
kio_gdrive24$secondaryArchSuffix = $portVersion
kio_gdrive_kf6$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
kaccounts_providers24$secondaryArchSuffix
kaccounts_providers_kf6$secondaryArchSuffix
lib:libaccounts_qt6$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libkaccounts6$secondaryArchSuffix
@@ -46,10 +46,13 @@ REQUIRES="
lib:libQt6Widgets$secondaryArchSuffix
lib:libQt6Xml$secondaryArchSuffix
"
REPLACES="
kio_gdrive24$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
kaccounts_providers24$secondaryArchSuffix
kaccounts_providers_kf6$secondaryArchSuffix
devel:libaccounts_qt6$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libkaccounts6$secondaryArchSuffix
@@ -110,7 +113,8 @@ BUILD()
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DCMAKE_SKIP_RPATH=YES \
-DBUILD_TESTING=OFF
-DBUILD_TESTING=OFF \
-Wno-dev
make -C build $jobArgs
}