Accepting request 1108771 from home:Vogtinator:branches:KDE:Applications

- Add some qt5qmlimport runtime deps (boo#1214916)

OBS-URL: https://build.opensuse.org/request/show/1108771
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/neochat?expand=0&rev=16
This commit is contained in:
Christophe Marin 2023-09-04 07:08:32 +00:00 committed by Git OBS Bridge
parent 9800cee161
commit 68c7bed0cd
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 4 06:38:34 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
- Add some qt5qmlimport runtime deps (boo#1214916)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 20 14:00:22 UTC 2023 - Christophe Marin <christophe@krop.fr> Sun Aug 20 14:00:22 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -22,7 +22,7 @@ Name: neochat
Version: 23.08.0 Version: 23.08.0
Release: 0 Release: 0
Summary: A chat client for Matrix, the decentralized communication protocol Summary: A chat client for Matrix, the decentralized communication protocol
License: GPL-3.0-or-later AND GPL-3.0-only AND BSD-2-Clause License: BSD-2-Clause AND GPL-3.0-only AND GPL-3.0-or-later
Group: Productivity/Networking/Instant Messenger Group: Productivity/Networking/Instant Messenger
URL: https://apps.kde.org/neochat/ URL: https://apps.kde.org/neochat/
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
@ -35,8 +35,8 @@ BuildRequires: cmark
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes BuildRequires: fdupes
%if 0%{?suse_version} == 1500 %if 0%{?suse_version} == 1500
BuildRequires: gcc12-c++
BuildRequires: gcc12-PIE BuildRequires: gcc12-PIE
BuildRequires: gcc12-c++
%endif %endif
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -71,6 +71,9 @@ Requires: kirigami2
Requires: kitemmodels-imports Requires: kitemmodels-imports
Requires: kquickimageeditor-imports Requires: kquickimageeditor-imports
Requires: syntax-highlighting-imports Requires: syntax-highlighting-imports
Requires: qt5qmlimport(QtLocation.5) >= 15
Requires: qt5qmlimport(QtPositioning.5) >= 15
Requires: qt5qmlimport(org.kde.quickcharts.1) >= 0
%description %description
Neochat is a client for Matrix, the decentralized communication protocol for instant Neochat is a client for Matrix, the decentralized communication protocol for instant