forked from pool/purpose
KDE Frameworks 5.87.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=120
This commit is contained in:
parent
c19d2e5e2f
commit
333eff0c94
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6722e6fbef07d57742951a15dd2b7e8235a72aebc48b1e26df2721633d8cbba3
|
|
||||||
size 161844
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2eEACgkQWNDuZIpI
|
|
||||||
s7secwf+N1s5eG0AM3LcQ80Vz7N48ZzHfiDaCmAENgW97LbLQ1B7tx0Nz6Iycgfy
|
|
||||||
Y1Tv8cYXEw4/PrYPlC5zru6AmbI2dUR968X1lWUzwF310QdUqPSPpB6I44a2bW78
|
|
||||||
IvN2lhh45pTDGR+X3VYvsn7NYLgmiLdbsfhcEVZADQR7ADxEHgmfe/DYExVLDBti
|
|
||||||
Rx1v2tY5uLOnkojXSVHdbKjYS2a0kQLBSD5tR0nwhBBAy6XT/w4PoWYITYKl7so0
|
|
||||||
GPqdcYY29MyxzAZpSrZOV7yds2GNwxg6r8VEkJxqpGH8lmyz8XyD7h1rYSPlVT43
|
|
||||||
/TUSnZm/qUgeGro4/bebp6RXCp0ZIQ==
|
|
||||||
=BnK/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
purpose-5.87.0.tar.xz
Normal file
3
purpose-5.87.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4dc3c6984216fbfd00f4754832e75cc51a90f426ce7d39611137f451a1a8b735
|
||||||
|
size 165172
|
11
purpose-5.87.0.tar.xz.sig
Normal file
11
purpose-5.87.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYl/UACgkQWNDuZIpI
|
||||||
|
s7ua6Qf/ZKH99NwMuT/kq1/5icEM64mmVqmpojXN2N3w/5/E/AmGEQ0iXwcQMPFu
|
||||||
|
D/axWRvMHi91kfxtjZTbdC1gaej+/gbJo40yb+qNVMLFW86MtdLCJ0q/FUb1dVrv
|
||||||
|
DY8PT94/1jsCNG9HwSHsmH1rQjAPPG79Ohb5xNdY6i6U2DoRhi0yQtHnqFhyOJwo
|
||||||
|
xVZbwtSgQNZggF4J0a0okMq4H4lyCQCnCWndO8laJ8kqQLAr+oqeiBF2V77W1mRx
|
||||||
|
i3uRzN6LNG8ii8c18V82hib/eOi4Jnj/Y/IQOLzTnYoGbfI0MbTH2YI/nHbZ/FuG
|
||||||
|
FZfCHShFBQyAQ50fU12QwLQ3mQbFdw==
|
||||||
|
=nmmh
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 3 20:34:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.87.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.87.0
|
||||||
|
- Changes since 5.86.0:
|
||||||
|
* Add Gitlab CI configuration
|
||||||
|
* plugins/barcode: Call it a "QR code" in the UI
|
||||||
|
* Add Barcode plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 15 08:24:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Sep 15 08:24:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -20,14 +20,14 @@
|
|||||||
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
||||||
|
|
||||||
%define lname libKF5Purpose5
|
%define lname libKF5Purpose5
|
||||||
%define _tar_path 5.86
|
%define _tar_path 5.87
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: purpose
|
Name: purpose
|
||||||
Version: 5.86.0
|
Version: 5.87.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework to integrate services and actions in applications
|
Summary: Framework to integrate services and actions in applications
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -127,6 +127,7 @@ This package contains development files needed to build applications which rely
|
|||||||
%find_lang libpurpose_quick %{name}.lang
|
%find_lang libpurpose_quick %{name}.lang
|
||||||
%find_lang libpurpose_widgets %{name}.lang
|
%find_lang libpurpose_widgets %{name}.lang
|
||||||
%find_lang purpose-fileitemaction %{name}.lang
|
%find_lang purpose-fileitemaction %{name}.lang
|
||||||
|
%find_lang purpose_barcode %{name}.lang
|
||||||
%find_lang purpose_bluetooth %{name}.lang
|
%find_lang purpose_bluetooth %{name}.lang
|
||||||
%find_lang purpose_email %{name}.lang
|
%find_lang purpose_email %{name}.lang
|
||||||
%find_lang purpose_imgur %{name}.lang
|
%find_lang purpose_imgur %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user