Accepting request 1093589 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/1093589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kweather?expand=0&rev=4
This commit is contained in:
commit
f36295b07c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 17 13:06:26 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Add runtime dep on QtCharts QML module (boo#1212470)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 6 20:01:43 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Tue Jun 6 20:01:43 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# spec file for kweather
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
|
# spec file for package kweather
|
||||||
|
#
|
||||||
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -11,14 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kweather
|
Name: kweather
|
||||||
Version: 23.04.2
|
Version: 23.04.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Summary: Weather application for Plasma
|
Summary: Weather application for Plasma
|
||||||
Url: https://apps.kde.org/kweather
|
URL: https://apps.kde.org/kweather
|
||||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
@ -31,8 +35,8 @@ BuildRequires: cmake(KF5Config)
|
|||||||
BuildRequires: cmake(KF5CoreAddons)
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: cmake(KF5I18n)
|
BuildRequires: cmake(KF5I18n)
|
||||||
BuildRequires: cmake(KF5KWeatherCore) >= 0.6.0
|
BuildRequires: cmake(KF5KWeatherCore) >= 0.6.0
|
||||||
BuildRequires: cmake(KF5KirigamiAddons)
|
|
||||||
BuildRequires: cmake(KF5Kirigami2)
|
BuildRequires: cmake(KF5Kirigami2)
|
||||||
|
BuildRequires: cmake(KF5KirigamiAddons)
|
||||||
BuildRequires: cmake(KF5Notifications)
|
BuildRequires: cmake(KF5Notifications)
|
||||||
BuildRequires: cmake(KF5Plasma)
|
BuildRequires: cmake(KF5Plasma)
|
||||||
BuildRequires: cmake(Qt5Charts)
|
BuildRequires: cmake(Qt5Charts)
|
||||||
@ -46,6 +50,7 @@ BuildRequires: cmake(Qt5Test)
|
|||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
Requires: kirigami-addons
|
Requires: kirigami-addons
|
||||||
Requires: kirigami2
|
Requires: kirigami2
|
||||||
|
Requires: qt5qmlimport(QtCharts.2) >= 3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A convergent weather application for Plasma. Has flat and dynamic/animated
|
A convergent weather application for Plasma. Has flat and dynamic/animated
|
||||||
|
Loading…
Reference in New Issue
Block a user