forked from pool/purpose
KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=100
This commit is contained in:
parent
d021b8ce27
commit
ce83a8c455
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd0edb0e7ba8b5336436848fe2452ff98c1b5bf2c49ea7744a8c0038d4e8887d
|
||||
size 157920
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5bQACgkQWNDuZIpI
|
||||
s7t5iAgAkXBQbm0odZJkaRmDOECNc1x/BBD2KA40uaKtFgcaUooxUgxwReaSv7ie
|
||||
GxNwJWeeFY+CzZ104EF+GfuM81szJ3JE2Hhj19ddHHlnoi+FKKmPvBQ8P8I0r5xi
|
||||
m6+Kfo2NFtM+q2okyCp7LgB9UQby3QNwZLJenAHXIRmVvN2uRQsngERMa/yP7zEL
|
||||
Eoeokc/Aa78iDT8S9AzZ2aGUrS3Gf4JzFwiwMlYfO4Yx7PNvdjUzqGkdQAJSPO49
|
||||
ZhxbbYARr2UiUSRyjq1hXU+DMYmlH/B66si4spNCtdaw4HkTcNQey0sbdERrCdk/
|
||||
j5ZQiMwyT5MCc2sUUjR9TgcWt7oj9g==
|
||||
=CQIk
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.77.0.tar.xz
Normal file
3
purpose-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc48dbaa200336dafb5519ff63adf01c6bd22737a8c8423103e9c2d305f0f674
|
||||
size 158016
|
11
purpose-5.77.0.tar.xz.sig
Normal file
11
purpose-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LoH4ACgkQWNDuZIpI
|
||||
s7sA8gf/ReEekpiYc9cPGsPYCUgvaSHq3UsFQhbFZs5CNJzpZQPJ7gXxwJomGNCL
|
||||
hWormdj4Ro4DRmz6jWlD3Swxc1r3xyT74V1kLun92YWJAv9jOmNEkAxroAy1hiMv
|
||||
JClqoOPm+8vcmqT8qPVX6kv4jT+g0NX9zh3vPgGEEHaPZeRtV5ZbPAoGAutVN7+W
|
||||
VyXaobGKmWuLvfis97ddNhhPb/xBTR0+jxBs3mKgUpjFN+yq9tIwPu9ZnHL0Ulpm
|
||||
VEqSE8NXi4ZXF3jc+LPGa8tz12dnwbHs7T4YdXaYGD0q04dLThwKaF0JSa4YFzJa
|
||||
B/d846DAVpxYcDG7zgQP3+TI9F3EVQ==
|
||||
=O7hc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:14:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* Remove unused include
|
||||
* [bluetooth] Fix sharing multiple files (kde#429620)
|
||||
* Read translated plugin action label (kde#429510)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:35:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
16
purpose.spec
16
purpose.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -50,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.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
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
|
Loading…
x
Reference in New Issue
Block a user