Accepting request 1060391 from home:tschmitz:branches:KDE:Extra
- update to 22.11: * work on end-to-end encryption implementation * configuration settings ported to new form components * new settings component for managing notifications settings * add proxy configuration menu * added developer tools for inspecting raw matrix events * added confirmation dialog when signing out and when enabling end-to-end encryption * rewrite of theaccount switcher - fix buildrequires, remove redundant requires - fix permissions of license file OBS-URL: https://build.opensuse.org/request/show/1060391 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/neochat?expand=0&rev=25
This commit is contained in:
parent
76ee7f347b
commit
fe8d5e238f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9135cc31196394dafbdff0ff011aef176b365036c226b6a4cc33e084763517c9
|
||||
size 361856
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmMzGecACgkQEZaMRJKM
|
||||
rvx0TQf/TVa1V6S2a9zspo6TnKnelr0v5iB5nBSK6msbm+MZsRRVSSz/ms2uLzIE
|
||||
wKdcZi5FTz8mvOOIpcyrUi6fcQXSBP0e+NaMj2WwPTM/PSChqchxOAZueefmfuWq
|
||||
DRC3a4MHjkXI57tpyKWKE4Bk3T6v5I7dfXe2vUaHuXH3G842XrEs5jY/4RsMTclt
|
||||
lSQRS4OAKOgMLAsgsxUmGUYQpE7hJB8VO9tMfBmGBt7u4LDoWKS+ojVI5iTBUVGM
|
||||
TaIIK4kni1k/pwPe48c2UA/ZR0awUNyc7cknzcAOU740Xi14ducY2vh8CqWzIl4m
|
||||
ajGD+ygAjyVmgYi/PbCLQQ3qaUXTGw==
|
||||
=wWGV
|
||||
-----END PGP SIGNATURE-----
|
3
neochat-22.11.tar.xz
Normal file
3
neochat-22.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25362be430c930ff6d964a69a19b49d53043c2789a34893c61ab00ce619ad0be
|
||||
size 465660
|
11
neochat-22.11.tar.xz.sig
Normal file
11
neochat-22.11.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmOHFlwACgkQEZaMRJKM
|
||||
rvxsOgf/QruiuJ+8ORGn9fhv8qcWB4ZaGUXy52yumvnBof05DbV/0KPV0oSvkSER
|
||||
vh+Rgqy5dT759LnE6Fe7Xc6To4Y9TeZPMY6pfxFG6H177lxNgirO3G4MdxFWHkLW
|
||||
5msTZ+4loLNmpqSqeykptxYpyybSJwwKdkMX61SsglSDTIzjH064h1ZPfcsKzhlw
|
||||
Xa58z4tyu51SmT8Czy24sqh+VqmWv926po+2rxDmc8gwjIETKxjU5UtxLyOmtGOo
|
||||
Rqb1ZbJOEnuy1z5Fc3UzYjr9rNVSraymd0AG4Eds4ONq0KoaIcWe01RXf6k6Qp7F
|
||||
LnfJtCc0vcH1e3dW8kmSh9Rb0klQTg==
|
||||
=1sdu
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 12:19:20 UTC 2023 - Tamara Schmitz <tschmitz@suse.com>
|
||||
|
||||
- update to 22.11:
|
||||
* work on end-to-end encryption implementation
|
||||
* configuration settings ported to new form components
|
||||
* new settings component for managing notifications settings
|
||||
* add proxy configuration menu
|
||||
* added developer tools for inspecting raw matrix events
|
||||
* added confirmation dialog when signing out and when enabling end-to-end encryption
|
||||
* rewrite of theaccount switcher
|
||||
- fix buildrequires, remove redundant requires
|
||||
- fix permissions of license file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 19:55:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
52
neochat.spec
52
neochat.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neochat
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,10 +19,10 @@
|
||||
%define _kf5_version 5.88.0
|
||||
%bcond_without lang
|
||||
Name: neochat
|
||||
Version: 22.09
|
||||
Version: 22.11
|
||||
Release: 0
|
||||
Summary: A chat client for Matrix, the decentralized communication protocol
|
||||
License: BSD-2-Clause AND GPL-3.0-only AND GPL-3.0-or-later
|
||||
License: GPL-3.0-or-later AND GPL-3.0-only AND BSD-2-Clause
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
URL: https://www.kde.org
|
||||
Source0: https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz
|
||||
@ -39,37 +39,36 @@ BuildRequires: gcc10-c++
|
||||
%endif
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(QCoro5Coro)
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Declarative) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5ItemModels) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KirigamiAddons)
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5QQC2DesktopStyle) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Sonnet) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KQuickImageEditor) >= 0.1
|
||||
BuildRequires: cmake(QCoro5)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5Keychain)
|
||||
BuildRequires: cmake(Qt5Multimedia) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5QuickControls2) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Multimedia) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5QuickControls2) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.15.2
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.2
|
||||
BuildRequires: cmake(Quotient) >= 0.6.3
|
||||
BuildRequires: pkgconfig(libcmark)
|
||||
Requires: kirigami2
|
||||
Requires: kirigami-addons
|
||||
Requires: kitemmodels-imports
|
||||
Requires: kquickimageeditor-imports
|
||||
Requires: libQt5Multimedia5
|
||||
Requires: libqt5-qtgraphicaleffects
|
||||
Requires: libqt5-qtquickcontrols
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Requires: syntax-highlighting-imports
|
||||
|
||||
%description
|
||||
@ -100,18 +99,23 @@ messaging.
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%attr(0644, root, root) %license LICENSES/*
|
||||
%doc README*
|
||||
%doc %lang(en) %{_kf5_mandir}/man1/neochat.1%{?ext_man}
|
||||
%doc %lang(ca) %{_kf5_mandir}/ca/man1/neochat.1%{?ext_man}
|
||||
%doc %lang(es) %{_kf5_mandir}/es/man1/neochat.1%{?ext_man}
|
||||
%doc %lang(nl) %{_kf5_mandir}/nl/man1/neochat.1%{?ext_man}
|
||||
%doc %lang(uk) %{_kf5_mandir}/uk/man1/neochat.1%{?ext_man}
|
||||
%{_kf5_bindir}/neochat
|
||||
%{_kf5_applicationsdir}/org.kde.neochat.desktop
|
||||
%dir %{_kf5_iconsdir}/hicolor/*
|
||||
%dir %{_kf5_iconsdir}/hicolor/*/apps
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/org.kde.neochat*.svg
|
||||
%dir %{_kf5_sharedir}/krunner/
|
||||
%dir %{_kf5_sharedir}/krunner/dbusplugins/
|
||||
%{_kf5_sharedir}/krunner/dbusplugins/plasma-runner-neochat.desktop
|
||||
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.neochat.svg
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/org.kde.neochat.svg
|
||||
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.neochat.tray.svg
|
||||
%{_kf5_appstreamdir}/org.kde.neochat.appdata.xml
|
||||
%{_kf5_notifydir}/neochat.notifyrc
|
||||
%dir %{_kf5_sharedir}/krunner
|
||||
%dir %{_kf5_sharedir}/krunner/dbusplugins
|
||||
%{_kf5_sharedir}/krunner/dbusplugins/plasma-runner-neochat.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user