filelight, revert to 25.04.0 (#13475)

This commit is contained in:
Schrijvers Luc
2025-12-23 09:05:01 +01:00
committed by GitHub
parent 221937cdb2
commit 4862982fec
2 changed files with 11 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/filelight-$portVersion.tar.xz" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/filelight-$portVersion.tar.xz"
CHECKSUM_SHA256="8a3a825c5a1c4f3662d7b786f75bf8faef6ac9f6723c8e8cd29e6cf15bda8080" CHECKSUM_SHA256="fecf4123a0741a370269e3f98b723f6d0ab50a4140b49879103856c37d2acac9"
SOURCE_DIR="filelight-$portVersion" SOURCE_DIR="filelight-$portVersion"
PATCHES="filelight-$portVersion.patchset" PATCHES="filelight-$portVersion.patchset"
ADDITIONAL_FILES="filelight.rdef.in" ADDITIONAL_FILES="filelight.rdef.in"
@@ -108,12 +108,6 @@ TEST_REQUIRES="
qthaikuplugins qthaikuplugins
" "
PATCH()
{
# reset Qt version
sed -e 's|6.8.1|6.7.2|' CMakeLists.txt
}
BUILD() BUILD()
{ {
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \

View File

@@ -1,15 +1,15 @@
From a88f120df5f8c795eab24fd2a6cc333a67439645 Mon Sep 17 00:00:00 2001 From 29d06cd4c4d8e1860f8e75c46e5a6d8f04d215ab Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com> From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Mon, 4 Mar 2024 22:51:23 +1000 Date: Mon, 4 Mar 2024 22:51:23 +1000
Subject: Fix for Haiku Subject: Fix for Haiku
diff --git a/autotests/directoryIteratorTest.cpp b/autotests/directoryIteratorTest.cpp diff --git a/autotests/directoryIteratorTest.cpp b/autotests/directoryIteratorTest.cpp
index 20806cf..625e5ea 100644 index 3a8f61d..024ad0b 100644
--- a/autotests/directoryIteratorTest.cpp --- a/autotests/directoryIteratorTest.cpp
+++ b/autotests/directoryIteratorTest.cpp +++ b/autotests/directoryIteratorTest.cpp
@@ -65,7 +65,7 @@ private Q_SLOTS: @@ -63,7 +63,7 @@ private Q_SLOTS:
QVERIFY(!file.isSkippable); QVERIFY(!file.isSkipable);
#ifdef Q_OS_WINDOWS #ifdef Q_OS_WINDOWS
QCOMPARE(file.size, 7682); QCOMPARE(file.size, 7682);
-#elif defined(Q_OS_FREEBSD) -#elif defined(Q_OS_FREEBSD)
@@ -17,8 +17,8 @@ index 20806cf..625e5ea 100644
// CI keeps changing, we don't assert anything for freebsd. // CI keeps changing, we don't assert anything for freebsd.
#elif defined(Q_OS_LINUX) #elif defined(Q_OS_LINUX)
QCOMPARE(file.size, 16 * DEV_BSIZE); QCOMPARE(file.size, 16 * DEV_BSIZE);
@@ -90,7 +90,7 @@ private Q_SLOTS: @@ -88,7 +88,7 @@ private Q_SLOTS:
QVERIFY(!symlink.isSkippable); QVERIFY(!symlink.isSkipable);
#ifdef Q_OS_WINDOWS #ifdef Q_OS_WINDOWS
QCOMPARE(symlink.size, 7682); QCOMPARE(symlink.size, 7682);
-#elif defined(Q_OS_FREEBSD) -#elif defined(Q_OS_FREEBSD)
@@ -27,17 +27,17 @@ index 20806cf..625e5ea 100644
#else #else
// We don't know the order, but one should be a duplicate // We don't know the order, but one should be a duplicate
-- --
2.51.0 2.48.1
From 0e917c784bf91df09f5a7e908cd1a6a91be80efe Mon Sep 17 00:00:00 2001 From 1f96638b09903a9b5b0c5dbd632aee2ec9caaa7c Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com> From: Luc Schrijvers <begasus@gmail.com>
Date: Sun, 16 Mar 2025 16:39:24 +0100 Date: Sun, 16 Mar 2025 16:39:24 +0100
Subject: define S_BLKSIZE 512 Subject: define S_BLKSIZE 512
diff --git a/src/posixWalker.cpp b/src/posixWalker.cpp diff --git a/src/posixWalker.cpp b/src/posixWalker.cpp
index 36f37a9..928e8a2 100644 index 27b7f1c..0458933 100644
--- a/src/posixWalker.cpp --- a/src/posixWalker.cpp
+++ b/src/posixWalker.cpp +++ b/src/posixWalker.cpp
@@ -8,6 +8,10 @@ @@ -8,6 +8,10 @@
@@ -52,5 +52,5 @@ index 36f37a9..928e8a2 100644
{ {
/// show error message that stat or opendir may give /// show error message that stat or opendir may give
-- --
2.51.0 2.48.1