forked from pool/purpose
Accepting request 891794 from KDE:Frameworks5
KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/891794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=48
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e0a04c90c6e2d97a08158e80f486163d30abf156035214ed5e665e37be70805
|
||||
size 159704
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprlMACgkQWNDuZIpI
|
||||
s7vjRwf/RDzs88wEFsLqT2m5LqQuPeBY2KLrAXHO23KOfIayOCBYXlnANObM9WHU
|
||||
rsFRCZdDYracEddOPctCiNTFiCLKqgH7er0JB8BcndsNfyfcQWHq3uuyb7S1sSFw
|
||||
4/cwALLcZvpVi9UZtWH+geAX0QoKhTbvDWnwkgd1GdjdUO5P4rhKVEgFuLkrT59f
|
||||
t92GRjiksUQBng9lIO9ox6luyc8ZXRS1CfvfxdPHIzilLK3rHC60kAIuZuOjsfZg
|
||||
mLWmsecSDor/YFTV1sZ49KFgEIoYDEYAptTErX51O5CPM152QM8feQn1GOhzoR73
|
||||
Pu5WQswj0TurQh6peKEqXUzbbOUESg==
|
||||
=1KrE
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.82.0.tar.xz
Normal file
3
purpose-5.82.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73649bae4cf36496aee27bb6391a855f6d80e23a90603f2c3700750a6e40f03
|
||||
size 159860
|
11
purpose-5.82.0.tar.xz.sig
Normal file
11
purpose-5.82.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNarIACgkQWNDuZIpI
|
||||
s7tzYAgApgIxr9he3DCQUaav6iSyX9AYqZP6psXhedBdhDiAJwtLL8GFQn6A2Wzf
|
||||
2giyJu5CEZEG6G7qpvNgMA0vN5FTzeIOq733L9DLjwERYRJUevGLPFa2iNDoPZxB
|
||||
eccAlNW4wM2MSs8cOuGx0QLFy5KBWgEygCEvek9OLmO63jEH3qXm15cutL0GPQcG
|
||||
SlmDmoOoifQvfcfE6iMQZ7amI4Cqx0SihDkGNg8cI3U+yPy2CiqbcqhhLHnYKnlt
|
||||
6D4F/QGvMnCXc3ufnpWvZ1PiBr2897IMaldfJBFtJ2qcWOTxt5GgB/s6n5LpndAt
|
||||
w/i0PKu41NVa6upnD3s5kzrmHfp8LQ==
|
||||
=2Qi7
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:41:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* FileItemActions: Use new signal to display errors
|
||||
* Port away from deprecated Qt methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
24
purpose.spec
24
purpose.spec
@@ -20,14 +20,14 @@
|
||||
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -53,12 +53,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.14.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
@@ -115,14 +115,14 @@ This package contains development files needed to build applications which rely
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang libpurpose_quick %{name}.lang
|
||||
|
Reference in New Issue
Block a user