filelight: update to 22.04.1.
This commit is contained in:
parent
ffb8c66fab
commit
62e98b6f86
|
@ -39,3 +39,29 @@
|
|||
-#endif
|
||||
-
|
||||
#endif
|
||||
--- a/src/posixWalker.cpp 2022-05-09 04:52:35.000000000 +0200
|
||||
+++ - 2022-05-15 17:20:54.296063960 +0200
|
||||
@@ -3,6 +3,10 @@
|
||||
|
||||
#include "posixWalker.h"
|
||||
|
||||
+#ifndef S_BLKSIZE
|
||||
+#define S_BLKSIZE 512
|
||||
+#endif
|
||||
+
|
||||
static void outputError(const QByteArray &path)
|
||||
{
|
||||
/// show error message that stat or opendir may give
|
||||
--- a/autotests/directoryIteratorTest.cpp 2022-05-09 04:52:35.000000000 +0200
|
||||
+++ - 2022-05-15 17:21:05.992082135 +0200
|
||||
@@ -8,6 +8,10 @@
|
||||
#include "directoryIterator.h"
|
||||
#include "test-config.h"
|
||||
|
||||
+#ifndef S_BLKSIZE
|
||||
+#define S_BLKSIZE 512
|
||||
+#endif
|
||||
+
|
||||
class DirectoryIteratorTest : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'filelight'
|
||||
pkgname=filelight
|
||||
version=22.04.0
|
||||
version=22.04.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
|
||||
|
@ -12,4 +12,4 @@ license="GPL-2.0-only"
|
|||
homepage="https://utils.kde.org/projects/filelight/"
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#filelight"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/filelight-${version}.tar.xz"
|
||||
checksum=434fa7439732905c4655cc376d2c89e86a5fcc5371ee6fda16400917a8e4e587
|
||||
checksum=b639aef7f2db474367e38b5ed2faee32b6affc7f78595d8d184e9f909172f91b
|
||||
|
|
Loading…
Reference in New Issue