flatpak-kcm: update to 5.27.4.
This commit is contained in:
parent
ca0007b106
commit
35fa3aa7d6
2 changed files with 2 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
|||
commit 331105fa44a0b03c7f7f5a543b92aab3ec659385
|
||||
Author: ivan tkachenko <me@ratijas.tk>
|
||||
Date: Wed Mar 15 21:43:15 2023 +0600
|
||||
|
||||
FlatpakPermission: Add back no-args default constructor
|
||||
|
||||
Older toolchain such as Kubuntu requires default constructor to use this
|
||||
class with QVector. Do not use this constructor manually.
|
||||
|
||||
BUG: 467399
|
||||
(cherry picked from commit 7e644d8f39e38f5713938424fef6064261270023)
|
||||
|
||||
diff --git a/flatpakpermission.h b/flatpakpermission.h
|
||||
index 8f24354..7b9a5c7 100644
|
||||
--- a/flatpakpermission.h
|
||||
+++ b/flatpakpermission.h
|
||||
@@ -99,6 +99,10 @@ public:
|
||||
Advanced
|
||||
};
|
||||
|
||||
+ // Default constructor is required for meta-type registration.
|
||||
+ /** Default constructor. Creates an invalid entry. */
|
||||
+ FlatpakPermission() = default;
|
||||
+
|
||||
/**
|
||||
* Create a Dummy entry for the Advanced and user-editable sections, just so
|
||||
* that ListView shows a section header even if there are no permission row
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flatpak-kcm'
|
||||
pkgname=flatpak-kcm
|
||||
version=5.27.3
|
||||
version=5.27.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
|
@ -13,4 +13,4 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/plasma/flatpak-kcm"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=3691c87e639d4015affd800bb1eb69878c1754b2491845a74c2cae91d13d5bfe
|
||||
checksum=ad6156443c3da839eed26e2577352af0d2e2b5729254243006175546223d2145
|
||||
|
|
Loading…
Add table
Reference in a new issue