Some checks failed
Build RPMs / build (push) Failing after 1h25m48s
Build kaccounts-providers from upstream KDE Gear 26.04.3 source with SonicDE dependencies (sonic-frameworks-cmake-modules, sonic-rpm-macros, sonic-accounts-integration-qt6-devel, sonic-frameworks-qml-bridge-devel, sonic-frameworks-internationalization-devel, sonic-frameworks-io-devel). Changed signon-plugin-oauth2 from hard Requires to Recommends since SonicDE does not ship signon-plugin-oauth2 yet. The package still requires signon-ui (available from EPEL). Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
77 lines
2.2 KiB
RPMSpec
77 lines
2.2 KiB
RPMSpec
Name: kaccounts-providers
|
|
Version: 26.04.3
|
|
Release: 1%{?dist}
|
|
Summary: Additional service providers for KAccounts framework
|
|
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
|
License: GPL-2.0-only
|
|
URL: https://invent.kde.org/network/%{name}
|
|
|
|
Source0: %{name}-%{version}.tar.xz
|
|
|
|
# handled by qt6-srpm-macros, which defines %%qt6_qtwebengine_arches
|
|
%{?qt6_qtwebengine_arches:ExclusiveArch: %{qt6_qtwebengine_arches}}
|
|
|
|
BuildRequires: sonic-frameworks-cmake-modules
|
|
BuildRequires: sonic-rpm-macros
|
|
BuildRequires: intltool
|
|
BuildRequires: sonic-accounts-integration-qt6-devel
|
|
BuildRequires: sonic-frameworks-qml-bridge-devel
|
|
BuildRequires: sonic-frameworks-internationalization-devel
|
|
BuildRequires: sonic-frameworks-io-devel
|
|
|
|
BuildRequires: pkgconfig(libaccounts-glib)
|
|
BuildRequires: pkgconfig(Qt6Gui)
|
|
BuildRequires: pkgconfig(Qt6Qml)
|
|
BuildRequires: pkgconfig(Qt6WebEngineQuick)
|
|
BuildRequires: qcoro-qt6-devel
|
|
|
|
Requires: signon-ui
|
|
|
|
# google provider
|
|
Recommends: signon-plugin-oauth2
|
|
|
|
# https://pagure.io/fedora-kde/SIG/issue/66
|
|
Supplements: kaccounts-integration-qt6
|
|
|
|
# switched to arch'd pkg
|
|
Obsoletes: kaccounts-providers < 15.12.0
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang %{name} --all-name
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%license LICENSES/*
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
%{_datadir}/accounts/providers/kde/
|
|
%dir %{_kf6_datadir}/kpackage/genericqml
|
|
%{_kf6_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/
|
|
%dir %{_qt6_plugindir}/kaccounts/
|
|
%dir %{_qt6_plugindir}/kaccounts/ui/
|
|
%{_qt6_plugindir}/kaccounts/ui/nextcloud_plugin_kaccounts.so
|
|
%{_datadir}/accounts/services/kde/
|
|
%{_qt6_plugindir}/kaccounts/ui/owncloud_plugin_kaccounts.so
|
|
%{_kf6_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud/
|
|
%{_kf6_datadir}/icons/hicolor/*/*/*
|
|
|
|
|
|
%changelog
|
|
* Thu Aug 27 2026 SonicDE <dev@sonicde.org> - 26.04.3-1
|
|
- Update to 26.04.3
|
|
- Change BuildRequires to sonic-* packages
|
|
- Change signon-plugin-oauth2 from Requires to Recommends
|
|
(SonicDE does not ship signon-plugin-oauth2 yet)
|
|
|
|
* Sun Mar 08 2026 Steve Cossette <farchord@gmail.com> - 25.12.3-1
|
|
- 25.12.3
|