From 5cd30ecc20381a69fb128cc271afe4a0374185a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 27 Mar 2023 10:22:56 +0200 Subject: [PATCH 1/3] 23.03.80 --- .gitignore | 1 + kde-connect.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3907df0..8c9272c 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kdeconnect-kde-22.12.1.tar.xz /kdeconnect-kde-22.12.2.tar.xz /kdeconnect-kde-22.12.3.tar.xz +/kdeconnect-kde-23.03.80.tar.xz diff --git a/kde-connect.spec b/kde-connect.spec index 9456f41..ad3c1eb 100644 --- a/kde-connect.spec +++ b/kde-connect.spec @@ -4,7 +4,7 @@ %global base_name kdeconnect-kde Name: kde-connect -Version: 22.12.3 +Version: 23.03.80 Release: 1%{?dist} License: GPLv2+ Summary: KDE Connect client for communication with smartphones @@ -24,6 +24,7 @@ BuildRequires: desktop-file-utils BuildRequires: firewalld-filesystem BuildRequires: libappstream-glib BuildRequires: gcc-c++ +BuildRequires: libxkbcommon-devel BuildRequires: extra-cmake-modules >= 5.42 BuildRequires: kf5-rpm-macros @@ -36,9 +37,11 @@ BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5KCMUtils) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Kirigami2) +BuildRequires: cmake(KF5ModemManagerQt) BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5Package) BuildRequires: cmake(KF5People) +BuildRequires: cmake(KF5PeopleVCard) BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5Wayland) @@ -58,6 +61,7 @@ BuildRequires: cmake(Qt5X11Extras) BuildRequires: cmake(Qt5WaylandClient) BuildRequires: cmake(PlasmaWaylandProtocols) BuildRequires: pkgconfig(wayland-client) +BuildRequires: wayland-protocols-devel BuildRequires: qt5-qtbase-private-devel BuildRequires: cmake(Qca-qt5) @@ -85,6 +89,7 @@ Requires: qca-qt5-ossl%{?_isa} Requires: kde-cli-tools # /usr/bin/kdeconnect-app Requires: kf5-kirigami2%{?_isa} +Requires: kf5-kirigami2-addons %description KDE Connect adds communication between KDE and your smartphone. @@ -165,12 +170,13 @@ done %{_kf5_datadir}/kservices5/*.desktop %{_kf5_datadir}/plasma/plasmoids/org.kde.kdeconnect/ %{_kf5_datadir}/qlogging-categories5/kdeconnect* +%{_kf5_datadir}/applications/kcm_kdeconnect.desktop %{_kf5_metainfodir}/org.kde.kdeconnect.appdata.xml %{_kf5_metainfodir}/org.kde.kdeconnect.metainfo.xml %{_kf5_plugindir}/kfileitemaction/kdeconnectfileitemaction.so %{_kf5_plugindir}/kio/kdeconnect.so %{_qt5_archdatadir}/qml/org/kde/kdeconnect/ -%{_qt5_plugindir}/kcm_kdeconnect.so +%{_qt5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_kdeconnect.so %files -n kdeconnectd %{_sysconfdir}/xdg/autostart/org.kde.kdeconnect.daemon.desktop @@ -191,6 +197,9 @@ done %changelog +* Mon Mar 20 2023 Marc Deop i Argemí - 23.03.80-1 +- 23.03.80 + * Thu Mar 02 2023 Marc Deop i Argemí - 22.12.3-1 - 22.12.3 diff --git a/sources b/sources index 7e7b184..ec5f626 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeconnect-kde-22.12.3.tar.xz) = 2a6e0b76c49200662c2dcc7ce1ab60e6292d76727197f1b5cd8426422175180226a2b351b21bc947162d61358f906c319369f417c10561d2e9267f95912a629a +SHA512 (kdeconnect-kde-23.03.80.tar.xz) = d648e450f6bae00cade10e0efa2b2e9468a85a55a768f32a4247827c5d058b16376eb72f17248a5aa99e328586f59972393a35f3ca9db0f25efd3687bfed203a From 5148ce6fd4ab3e6d3d9dda2ff0ad69b3050170c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 31 Mar 2023 15:14:09 +0200 Subject: [PATCH 2/3] 23.03.90 --- .gitignore | 1 + kde-connect.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c9272c..01ebf27 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kdeconnect-kde-22.12.2.tar.xz /kdeconnect-kde-22.12.3.tar.xz /kdeconnect-kde-23.03.80.tar.xz +/kdeconnect-kde-23.03.90.tar.xz diff --git a/kde-connect.spec b/kde-connect.spec index ad3c1eb..6ed48fe 100644 --- a/kde-connect.spec +++ b/kde-connect.spec @@ -4,7 +4,7 @@ %global base_name kdeconnect-kde Name: kde-connect -Version: 23.03.80 +Version: 23.03.90 Release: 1%{?dist} License: GPLv2+ Summary: KDE Connect client for communication with smartphones @@ -197,6 +197,9 @@ done %changelog +* Fri Mar 31 2023 Marc Deop i Argemí - 23.03.90-1 +- 23.03.90 + * Mon Mar 20 2023 Marc Deop i Argemí - 23.03.80-1 - 23.03.80 diff --git a/sources b/sources index ec5f626..e30bc6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeconnect-kde-23.03.80.tar.xz) = d648e450f6bae00cade10e0efa2b2e9468a85a55a768f32a4247827c5d058b16376eb72f17248a5aa99e328586f59972393a35f3ca9db0f25efd3687bfed203a +SHA512 (kdeconnect-kde-23.03.90.tar.xz) = c9e5b20a8a8479833d93b88a5efcab7137e195813dcd06cdc90c13bb1f7b0d764c476ebd92112dec25c943b81c0bbd297933687845ac3f03f61da8b669e7eefe From 12ad88360cb51ab40703fe63b4ebcee23d5dfd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Apr 2023 21:39:42 +0200 Subject: [PATCH 3/3] 23.04.0 --- .gitignore | 1 + kde-connect.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01ebf27..e9aa157 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kdeconnect-kde-22.12.3.tar.xz /kdeconnect-kde-23.03.80.tar.xz /kdeconnect-kde-23.03.90.tar.xz +/kdeconnect-kde-23.04.0.tar.xz diff --git a/kde-connect.spec b/kde-connect.spec index 6ed48fe..b8d445d 100644 --- a/kde-connect.spec +++ b/kde-connect.spec @@ -4,7 +4,7 @@ %global base_name kdeconnect-kde Name: kde-connect -Version: 23.03.90 +Version: 23.04.0 Release: 1%{?dist} License: GPLv2+ Summary: KDE Connect client for communication with smartphones @@ -197,6 +197,9 @@ done %changelog +* Fri Apr 14 2023 Marc Deop i Argemí - 23.04.0-1 +- 23.04.0 + * Fri Mar 31 2023 Marc Deop i Argemí - 23.03.90-1 - 23.03.90 diff --git a/sources b/sources index e30bc6b..322f243 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeconnect-kde-23.03.90.tar.xz) = c9e5b20a8a8479833d93b88a5efcab7137e195813dcd06cdc90c13bb1f7b0d764c476ebd92112dec25c943b81c0bbd297933687845ac3f03f61da8b669e7eefe +SHA512 (kdeconnect-kde-23.04.0.tar.xz) = bd4165241116f05aed16b6ed785c91e40f8ff4645033e8da63c9cfa76aca5f844e2e8b1899dc6ab8f159d21a8867bdee6c98a8ad9c885c4ac7ef89ad84514155