mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
owncloudclient: update to 5.3.2.
This commit is contained in:
parent
8e57c9317d
commit
ec2edfd1d9
2 changed files with 35 additions and 2 deletions
33
srcpkgs/owncloudclient/patches/11943.patch
Normal file
33
srcpkgs/owncloudclient/patches/11943.patch
Normal file
|
@ -0,0 +1,33 @@
|
|||
From 9a5721c8f3f67c2e549fb713051af92c69b30a7d Mon Sep 17 00:00:00 2001
|
||||
From: Hannah von Reth <hannah.vonreth@owncloud.com>
|
||||
Date: Fri, 18 Oct 2024 10:11:27 +0200
|
||||
Subject: [PATCH] Qt6.8 build fix
|
||||
|
||||
---
|
||||
test/testcredentialmanager.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/test/testcredentialmanager.cpp b/test/testcredentialmanager.cpp
|
||||
index 8881cb98388..90bead31e2a 100644
|
||||
--- a/test/testcredentialmanager.cpp
|
||||
+++ b/test/testcredentialmanager.cpp
|
||||
@@ -112,8 +112,8 @@ private Q_SLOTS:
|
||||
QTest::qWait(1000);
|
||||
for (const auto s : spies) {
|
||||
QCOMPARE(s->count(), 1);
|
||||
- s->deleteLater();
|
||||
}
|
||||
+ qDeleteAll(spies);
|
||||
spies.clear();
|
||||
{
|
||||
auto jobs = creds->clear(QStringLiteral("foo"));
|
||||
@@ -131,8 +131,8 @@ private Q_SLOTS:
|
||||
QTest::qWait(1000);
|
||||
for (const auto s : spies) {
|
||||
QCOMPARE(s->count(), 1);
|
||||
- s->deleteLater();
|
||||
}
|
||||
+ qDeleteAll(spies);
|
||||
}
|
||||
}
|
||||
};
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'owncloudclient'
|
||||
pkgname=owncloudclient
|
||||
version=5.3.1
|
||||
version=5.3.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DWITH_AUTO_UPDATER=OFF
|
||||
|
@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.owncloud.org"
|
||||
changelog="https://raw.githubusercontent.com/owncloud/client/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/owncloud/client/archive/v${version}.tar.gz"
|
||||
checksum=457faec63a3a90cfe333d751cf325b827a82bdfefe3037728175bc361eb27564
|
||||
checksum=3663a168bd0a8cbc0539ef98c6a0acd9035dafee17fba7de8e797cf12805952e
|
||||
|
||||
owncloudclient-kde5_package() {
|
||||
# kde5 integration has been moved to:
|
||||
|
|
Loading…
Add table
Reference in a new issue