kcoreaddons: bump version

This commit is contained in:
Gerasim Troeglazov
2024-02-29 20:38:57 +10:00
parent 84766148f9
commit 3c5d52d6a2
2 changed files with 15 additions and 15 deletions

View File

@@ -3,12 +3,12 @@ DESCRIPTION="KCoreAddons provides classes built on top of QtCore to perform \
various tasks such as manipulating mime types, autosaving files, creating \
backup files, generating random sequences, performing text manipulations such \
as macro replacement, accessing user information and many more."
HOMEPAGE="https://github.com/KDE/kcoreaddons/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/kcoreaddons/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kcoreaddons/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="877aa31ecfdec709dd30d5d4aac41b2d47a2a71dcc46e3975372e9895120530e"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kcoreaddons-${portVersion}.tar.xz"
CHECKSUM_SHA256="8cd0e1d3e3e9da8de9519ac6fb70dac660cb9286c2deb1f695212edd2c8e99c9"
PATCHES="kcoreaddons-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"

View File

@@ -1,14 +1,14 @@
From 4ae01c211bf7684438ea60cf85f746d8190f0cc3 Mon Sep 17 00:00:00 2001
From ce86ab3fc9ce45235dfd161673f0ac67d486213a Mon Sep 17 00:00:00 2001
From: Sergei Reznikov <diver@gelios.net>
Date: Sat, 23 Sep 2017 02:08:00 +0300
Subject: Fix build on Haiku
diff --git a/src/lib/caching/kshareddatacache_p.h b/src/lib/caching/kshareddatacache_p.h
index 1bf16d8..42ad018 100644
index 1582b80..f5d7611 100644
--- a/src/lib/caching/kshareddatacache_p.h
+++ b/src/lib/caching/kshareddatacache_p.h
@@ -39,7 +39,7 @@
@@ -38,7 +38,7 @@
#define KSDC_THREAD_PROCESS_SHARED_SUPPORTED 1
#endif
@@ -18,10 +18,10 @@ index 1bf16d8..42ad018 100644
#define KSDC_SEMAPHORES_SUPPORTED 1
#endif
diff --git a/src/lib/io/kfilesystemtype.cpp b/src/lib/io/kfilesystemtype.cpp
index 14b8555..4ed1a67 100644
index f331d94..61bb3d6 100644
--- a/src/lib/io/kfilesystemtype.cpp
+++ b/src/lib/io/kfilesystemtype.cpp
@@ -162,11 +162,12 @@ KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
@@ -219,11 +219,12 @@ KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
}
#endif
#else
@@ -36,21 +36,21 @@ index 14b8555..4ed1a67 100644
KFileSystemType::Type KFileSystemType::fileSystemType(const QString &path)
{
--
2.30.2
2.43.2
From 1102ad6bff5d741d939aa9e77f833188f01f1241 Mon Sep 17 00:00:00 2001
From 1c4520b9cfb73ba8b22dcd06b9b55d3a50755235 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 8 May 2022 21:42:30 +1000
Subject: Link with libnetwork
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index a79ce69..6e3f384 100644
index 6e8ea13..387046d 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -204,6 +204,10 @@ if(WIN32)
target_link_libraries(KF5CoreAddons PRIVATE netapi32 userenv)
@@ -274,6 +274,10 @@ if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
target_link_libraries(KF5CoreAddons PRIVATE kvm)
endif()
+if(HAIKU)
@@ -61,5 +61,5 @@ index a79ce69..6e3f384 100644
target_link_libraries(KF5CoreAddons PRIVATE Procstat::Procstat)
endif()
--
2.30.2
2.43.2