forked from pool/purpose
5.72
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=85
This commit is contained in:
parent
9cf1e8cd20
commit
24ab9fcf66
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de0531a84f671a15fe4a6348220e922a3230178554e26baf392a1f295044e4be
|
||||
size 155344
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dO2UACgkQWNDuZIpI
|
||||
s7vDeQf/b3U/yqDIhNuznr1vTUdJIHcp4yEJEwryUwC4QOoxJ5+I27J/7ePGQ9OV
|
||||
bm1yf24e3iAaHmpVHVE2NZi3ujhTmNrXxPqyKN9ezsNcphRI0REU1p6UHH9E0u5f
|
||||
kkhtjDHGmBW5Sjf9HSJ1X3gRluuAFf3L2+tYMonvaNAYZeuq3MRdWIYWwllASnRV
|
||||
GkRXVevcVOs7kzLzd/l32iKX7Zvk5LYP/1CNGOJLeBSqy4d3c3I1xDWayWDlS9tf
|
||||
/Olbx2kGpO2Krx3BgthYi3SusVlmi6cDP0KaXmKGyYCNoNnLSBZsQZzdEsr5AInd
|
||||
vIt625ev7t7NGV97dBL4BOvyU4q/CQ==
|
||||
=8+mp
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.72.0.tar.xz
Normal file
3
purpose-5.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95736d1659af7fc9a90f20af43a1222c02eb8b0dac14b584622f1a6e4f92a0a8
|
||||
size 155416
|
11
purpose-5.72.0.tar.xz.sig
Normal file
11
purpose-5.72.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Au4wACgkQWNDuZIpI
|
||||
s7vwjAf/UrfDFnkKWXQElRxNOWQn8c/Bj0wlomgPuX8EwUQl8rnGc5M3ReImFJl1
|
||||
a5CTHmWWUA+rlublBzvBZXwVyZmkox+kJktpOunrxop25se0p0BXHXCz4gcwRkKN
|
||||
NX9PTCPOMvr6Bpo5fjQSTwl1NpZlh6evT5jgWyLVz3OVmcu7Z+9QwySDXvQtIuZA
|
||||
a4TCZDczIWjHnrEVv7h582J8uwiqJmnzmIapqQfVYcZQZaWKAtstZmbTEam+8+yE
|
||||
tSXFF/aOHmq8Zky+R83MXT9vRtQO3tUZ/Xa2N6h6YT3xXEHokxUh43W99fXuVSVW
|
||||
esAfhg76oTePLmO3TmLVvRSA0SUeZA==
|
||||
=t8h3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 07:55:55 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.72.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||
- Changes since 5.71.0:
|
||||
* Explicitly use Kirigami units instead of implicitly using Plasma units
|
||||
* Port job dialogs to Kirigami.PlaceholderMessage
|
||||
* Fix mem leak. Configuration was never deleted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 08:07:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
19
purpose.spec
19
purpose.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.71
|
||||
%define _tar_path 5.72
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.71.0
|
||||
Version: 5.72.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -36,8 +36,7 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libaccounts-glib-devel
|
||||
@ -51,12 +50,12 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
|
Loading…
x
Reference in New Issue
Block a user