[packages/kp6-flatpak-kcm] - updated to 6.3.5
witekfl
witekfl at pld-linux.org
Wed May 7 11:56:16 CEST 2025
commit 63088829564ffb498394e381ad556c1b8f8d45bc
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed May 7 10:56:28 2025 +0200
- updated to 6.3.5
kp6-flatpak-kcm.spec | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/kp6-flatpak-kcm.spec b/kp6-flatpak-kcm.spec
index c8e2054..75085d4 100644
--- a/kp6-flatpak-kcm.spec
+++ b/kp6-flatpak-kcm.spec
@@ -1,18 +1,18 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeplasmaver 6.3.4
+%define kdeplasmaver 6.3.5
%define qtver 5.15.2
%define kpname flatpak-kcm
Summary: KDE Config Module for flatpak
Name: kp6-%{kpname}
-Version: 6.3.4
+Version: 6.3.5
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: b0eab2083af546fc17fd34762c48d0d5
+# Source0-md5: 0873b80b7ffd433b2aedb9edd910819a
URL: http://www.kde.org/
BuildRequires: Qt6Core-devel >= %{qtver}
BuildRequires: cmake >= 3.16.0
@@ -26,7 +26,8 @@ BuildRequires: kf6-kxmlgui-devel
BuildRequires: ninja
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: xz
-Obsoletes: kp5-%{kpname} < %{version}
+Requires(post,postun): desktop-file-utils
+Obsoletes: kp5-%{kpname} < 6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define qt6dir %{_libdir}/qt6
@@ -58,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
+
%files -f %{kpname}.lang
%defattr(644,root,root,755)
%{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-flatpak-kcm.git/commitdiff/63088829564ffb498394e381ad556c1b8f8d45bc
More information about the pld-cvs-commit
mailing list