kcoreaddons: bump (#6670)

This commit is contained in:
extrowerk
2022-03-02 18:46:31 +01:00
committed by GitHub
parent 3c500e534a
commit 8d299b1edc
2 changed files with 8 additions and 8 deletions

View File

@@ -4,11 +4,11 @@ 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-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kcoreaddons/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="0aff77368e842236d189c38bbef1e33b15d0f894838384e9b6f156c3274923aa"
CHECKSUM_SHA256="786956ca813c72a0109c07e85b79e62e1cf2dd91f645ade8eba921e55a353b0d"
PATCHES="kcoreaddons-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"

View File

@@ -1,14 +1,14 @@
From b250068ef1f0524a6651498b05abffedd32d7460 Mon Sep 17 00:00:00 2001
From 38ee2d4d9883942433358355497e0cbb044eff42 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 e244d46..8498d4f 100644
index 1bf16d8..42ad018 100644
--- a/src/lib/caching/kshareddatacache_p.h
+++ b/src/lib/caching/kshareddatacache_p.h
@@ -51,7 +51,7 @@
@@ -39,7 +39,7 @@
#define KSDC_THREAD_PROCESS_SHARED_SUPPORTED 1
#endif
@@ -18,10 +18,10 @@ index e244d46..8498d4f 100644
#define KSDC_SEMAPHORES_SUPPORTED 1
#endif
diff --git a/src/lib/io/kfilesystemtype.cpp b/src/lib/io/kfilesystemtype.cpp
index f9545e6..f9dc63d 100644
index 14b8555..4ed1a67 100644
--- a/src/lib/io/kfilesystemtype.cpp
+++ b/src/lib/io/kfilesystemtype.cpp
@@ -135,11 +135,12 @@ KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
@@ -162,11 +162,12 @@ KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
}
#endif
#else
@@ -36,5 +36,5 @@ index f9545e6..f9dc63d 100644
KFileSystemType::Type KFileSystemType::fileSystemType(const QString &path)
{
--
2.13.1
2.30.2