Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=252
This commit is contained in:
Christophe Giboudeaux 2020-02-08 00:13:31 +00:00 committed by Git OBS Bridge
parent 6bc0180343
commit 9698470f0a
6 changed files with 33 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da91ee9f87a5c488c30eb7e1289b98c072cca0c0553bb5eddee0007779842e51
size 613448

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gU5sACgkQ7JTRj38F
mX6AHQgAi37+pq5vvL6t0CgKqnwYdrzgRmD1hr7X3uEx4kz+Fb1ggSb+tW8NLn9w
bR/vRwtKpqJ0FWtBWNhDJtJ922J4QvalO8oCrzoTmYkO+YhR+TxczgqCOBBFmNme
ysEyWl81D03ch2dFNPXH2VD7K0EGxJew87aY5xgvzIU/SRo3fwKbVD4T+GcAvEsp
Yc+kCBYX7lEjra5LHi4vgx1XEXt6r4nX/wN8Qwi92U9vgqjeOidMPp1RaHTCYxfp
yHTgjaceRju5AjJF7dAasRtui2N1NK7up19YAJBew7Qt/O2iMC5Oh0dTwsFC77GW
dvvqt5GTOvB8RM3FcMUaHr/SOuP17w==
=ZaUw
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f6ef7025a38b818001d095d8f8b52d880507bcccd823adca70bc464eb3d9a07
size 614856

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48D40ACgkQ7JTRj38F
mX5g3AgAkz4chJoRrFQj3oBcR2jm3E6U3W+Zp1lXYRaM6Bkcrdph7BnueyqH7umh
L1kmN0sPIaEYrbtGRN8+kRKOBIVa/gp7XQX1ySo43GVtybGMBBQQZpyV+EphQwaz
vmkez0lWM6SAUb257slfexoOjm7P+784pa93scBSy0106oCWKoy04tekT6z0spi+
ESnxTPi5PMp1Kmpj8MsjguC9E6XiAQnsWyIE4jhot1qhfsIdRvkNTICgFSApQlG6
Do3lW+KOrdbNAev5yEBnaX/Z5AF14xDM65q4ZvKOIOqRRd+/JZ+MJDEwU5a/dE47
0umIWdDG0jntrTWb/s/eTjUaXrwG3g==
=oxyY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 6 15:10:05 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.0.php
- Changes since 5.17.90:
* [applets/weather] Port weather station picker to QQC2+ListView (kde#414442)
-------------------------------------------------------------------
Thu Jan 23 11:20:35 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 16 14:04:19 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Thu Jan 16 14:04:19 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,7 +18,7 @@
%bcond_without lang %bcond_without lang
Name: plasma5-addons Name: plasma5-addons
Version: 5.17.90 Version: 5.18.0
Release: 0 Release: 0
# Full Plasma 5 version (e.g. 5.8.95) # Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@ -28,9 +28,9 @@ Summary: Additional Plasma5 Widgets
License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org/ Url: http://www.kde.org/
Source: https://download.kde.org/unstable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz Source: kdeplasma-addons-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz.sig Source1: kdeplasma-addons-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %endif
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -94,7 +94,7 @@ the Plasma desktop.
%build %build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build