Accepting request 1041882 from home:favogt:branches:KDE:Applications

- Use qmlimport dependencies for public org.kde.kalendar.*
- Drop requires on nonexisting -import subpackage
- Install the plasmoid with kalendar if plasma5-workspace is installed

OBS-URL: https://build.opensuse.org/request/show/1041882
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kalendar?expand=0&rev=31
This commit is contained in:
Fabian Vogt 2022-12-09 13:47:22 +00:00 committed by Git OBS Bridge
parent a6d0e217d1
commit 9b91c3222c
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 9 13:30:12 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Use qmlimport dependencies for public org.kde.kalendar.*
- Drop requires on nonexisting -import subpackage
- Install the plasmoid with kalendar if plasma5-workspace is installed
-------------------------------------------------------------------
Fri Dec 2 12:24:51 UTC 2022 - Christophe Marin <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%global __requires_exclude qmlimport\\((org\\.kde\\.kalendar|org\\.kde\\.raven).*
%global __requires_exclude qmlimport\\((org\\.kde\\.kalendar\\.1|org\\.kde\\.raven).*
%define kf5_version 5.96.0
%bcond_without released
Name: kalendar
@ -46,11 +46,11 @@ BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5MailCommon)
BuildRequires: cmake(KF5PimCommonAkonadi)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5QQC2DesktopStyle)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5PimCommonAkonadi)
BuildRequires: cmake(Qt5Core) >= 5.15.2
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Gui)
@ -75,10 +75,11 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
Calendar application using Akonadi to sync with external services (NextCloud, GMail, ...).
%package plasmoid
Summary: Plasma widget to view address book contacts
Supplements: (%{name} and plasma5-workspace)
Requires: %{name} = %{version}
Requires: %{name}-imports = %{version}
%description plasmoid
This package provides a Plasma widget to view address book contacts.