kio_extras: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-03 12:02:09 +10:00
parent e9b431f6a6
commit bcf801d43d
2 changed files with 9 additions and 8 deletions

View File

@@ -9,13 +9,13 @@ This package also supports the following protocols:
* mtp
* sftp
* smb"
HOMEPAGE="https://github.com/KDE/kio-extras/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/network/kio-extras/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="2"
SOURCE_URI="https://github.com/KDE/kio-extras/archive/v$portVersion.tar.gz"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kio-extras-$portVersion.tar.xz"
SOURCE_DIR="kio-extras-$portVersion"
CHECKSUM_SHA256="7efc886124d52f4b93b610743317f022f27af68b5064a5015f878d86cb7f823b"
CHECKSUM_SHA256="1ae0ec1cc7239fd4fa46d8cb2629ceb364d4a70e7e56075d2ebfef68eb1b263f"
PATCHES="kio_extras-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -73,7 +73,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix
extra_cmake_modules$secondaryArchSuffix >= 5.115
devel:libkdsoap$secondaryArchSuffix
devel:libKDSoapWSDiscoveryClient$secondaryArchSuffix
devel:libKF5Activities$secondaryArchSuffix
@@ -115,7 +115,7 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:g++$secondaryArchSuffix
cmd:gcc$secondaryArchSuffix
cmd:gperf
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
@@ -132,6 +132,7 @@ BUILD()
{
# disable docs generation
sed -e '/add_subdirectory( doc )/ s/^#*/#/' -i CMakeLists.txt
sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt
mkdir -p build
cd build
@@ -140,7 +141,7 @@ BUILD()
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DCMAKE_CXX_FLAGS="-fstack-protector"
-DCMAKE_CXX_FLAGS="-fno-stack-protector"
make $jobArgs
}