forked from pool/purpose
KDE Frameworks 5.114.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=170
This commit is contained in:
parent
e0e6e8ea73
commit
f01ff68135
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ec2ad4867cf9414224f7171cba491e7a43f3a254af4920ee2e17035f366bf5c
|
||||
size 179544
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA+4ACgkQWNDuZIpI
|
||||
s7tmaAgAhAlYfwSBFLKjWgjR1vmPS+VBnEkTt+Fjz94pCl7WTzaqwRwF/qZPnrGi
|
||||
O2HBXyFzq8goPOEhnkHont7FwbWIEsdCjY9tcTOY+gnmc8Q9w9F06LcXyQrktBbP
|
||||
9V6sAIJSZ9xCtV7zCGRMKoMBTP+J09QOhxGAgB7oO3yr04pa1hXQQAxQOxSvAOz3
|
||||
2D041YgRp+lXE45AjOYzaSDyJvatXXU02fmF9Nfckern3Hen1DZz78nfNby3U18N
|
||||
moECNjQDPjSk9q0W5/lO8jBKBrYMN9Xq+DsPbl6Z7ddjBCjPSg3gxRyQ8pDa2DgY
|
||||
BKuGxXntBzd0BSQan4ev4+6lifCvGg==
|
||||
=+Aqe
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.114.0.tar.xz
Normal file
3
purpose-5.114.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1930ae43795281fff7b4959e9625aa75bced7ca6cb0e157826b3fd2813b46d2
|
||||
size 179776
|
11
purpose-5.114.0.tar.xz.sig
Normal file
11
purpose-5.114.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZKHgACgkQWNDuZIpI
|
||||
s7vsfwf+Ijb3EC2WDRBJxrECY6TAd0ETxnb2rAin5iWW1f0oAOma4pZrFVgLJges
|
||||
x/RWPwdApP/fHeSrb4/aRdcQNvtbrJP+NaBWTGUnbyx09LSH5deKn2Pl6Ydoxjac
|
||||
XNAlgJNlhMIEy0SuoDk5AxNdupsoISz5gBY4nsgEUv7yrk78SPnMUCIAaYvXO/5Z
|
||||
J1ODeA+d4sCgnQlzBHkygl4mVNp/sAL08B1PEbmGKip47kMG+AdmKruXn897BhAu
|
||||
IqM2m/7YLo02bJGoVJKnBvxtITZcgy/u8etvxVGn1KgDwC3I4wcknpCVjJf+cFAg
|
||||
+w6j8NfoCxHp4hCC/ZuWs7PGaWw8Qg==
|
||||
=88zn
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:22:11 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.114.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.114.0
|
||||
- Changes since 5.113.0:
|
||||
* Adapt to KAccounts API change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:18:05 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
37
purpose.spec
37
purpose.spec
@ -20,14 +20,14 @@
|
||||
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: purpose
|
||||
Version: 5.113.0
|
||||
Version: 5.114.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -37,27 +37,28 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libaccounts-glib-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(AccountsQt5)
|
||||
BuildRequires: cmake(KAccounts)
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
Requires: kdeclarative-components >= %{_kf5_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
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.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
|
||||
Suggests: kdeconnect-kde
|
||||
|
||||
@ -99,7 +100,7 @@ Summary: Framework to integrate services and actions - Build Environment
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libKF5PurposeWidgets5 = %{version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
|
||||
%description devel
|
||||
This package contains development files needed to build applications which rely on the purpose framework.
|
||||
|
Loading…
x
Reference in New Issue
Block a user