forked from pool/neochat
Accepting request 1108774 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/1108774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neochat?expand=0&rev=17
This commit is contained in:
commit
ebb23a1a9e
@ -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>
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: neochat
|
||||
Version: 23.08.0
|
||||
Release: 0
|
||||
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
|
||||
URL: https://apps.kde.org/neochat/
|
||||
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: fdupes
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: gcc12-c++
|
||||
BuildRequires: gcc12-PIE
|
||||
BuildRequires: gcc12-c++
|
||||
%endif
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
@ -71,6 +71,9 @@ Requires: kirigami2
|
||||
Requires: kitemmodels-imports
|
||||
Requires: kquickimageeditor-imports
|
||||
Requires: syntax-highlighting-imports
|
||||
Requires: qt5qmlimport(QtLocation.5) >= 15
|
||||
Requires: qt5qmlimport(QtPositioning.5) >= 15
|
||||
Requires: qt5qmlimport(org.kde.quickcharts.1) >= 0
|
||||
|
||||
%description
|
||||
Neochat is a client for Matrix, the decentralized communication protocol for instant
|
||||
|
Loading…
Reference in New Issue
Block a user