Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=203
This commit is contained in:
parent
6b84850583
commit
3104daf32a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb51a3bd6f98674fdd0ea0939fea76e227748d83ee9bbde08c38ffa1ac11410f
|
||||
size 124600
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gVNoACgkQ7JTRj38F
|
||||
mX6KBgf/U1dl9uqxPO9H47l7gsSStILy6SUXZZHkOrhnZ0XZM/xAneOnekgQVeDh
|
||||
g9GBrv87ttVmptWF7VIoK7M51IMabUmGQYSrZXsihRiv9KR4rT7Mtm3LuVlRLNMz
|
||||
OuhL2d+3HqWwWj2qY3aAmz3bSWI6MOVVq0Axrtbr14YoBilwDhlxnwawJ1c9ii2O
|
||||
qehX3q5ZebVLwG69XjOWkn27P4FgAowhDae7kQDslHGPAkV0T0HIx1RpvmCshQ8j
|
||||
ERO5dhE+K9gzgvWEWIvjExU1zfJyW8XxOY1BclOLg/KF7A7qusFTQGwjkG6tqJdH
|
||||
vPBQ6rKZSCU2gtjFPdjoUNfaAeMinA==
|
||||
=Vb7s
|
||||
-----END PGP SIGNATURE-----
|
3
kscreenlocker-5.18.0.tar.xz
Normal file
3
kscreenlocker-5.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb339ebac3870748b2199c65242e562bdfeedcb420c797f18cf125528c236d3e
|
||||
size 125120
|
11
kscreenlocker-5.18.0.tar.xz.sig
Normal file
11
kscreenlocker-5.18.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48EL0ACgkQ7JTRj38F
|
||||
mX5COwf9HJmESeNz/yhUHDGLQ8CFUFliXOiasI7lBDZqcaHRO2cPKjlYp3ewZ4dc
|
||||
d3UtIhjpicHufLCqzp8PPJeih4YdQYLj4hxvhIeOZNKLjn7/fblZ3smaDlDhz/0R
|
||||
1Lsy1ao2HyvXvBXHy3ptuEdnt9Z2GmbBa09Fepo5LZa/tW7ITzMiDmIPkc+uwhVb
|
||||
ir/xSEukPlaQ7U916HPwPYbG8d63TJUkDUVorUMJtrDBahFAut4iVZI4luxG5JcG
|
||||
MXCWo9ml3a6XRJXdi+p50sYFvSLMU4qhztbwxsBB82cyMMjdq2ItwL7t5xypWepN
|
||||
TAB2vcWZ4Jj5bvZL6Vs9DuJQxrrMTg==
|
||||
=2GVs
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 15:10:04 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:
|
||||
* [kcm] Handle empty shortcut in property fetch (kde#416397)
|
||||
* Load user information once on startup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 11:20:19 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 14:04:17 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -20,15 +20,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kscreenlocker
|
||||
Version: 5.17.90
|
||||
Version: 5.18.0
|
||||
Release: 0
|
||||
Summary: Library and components for secure lock screen architecture
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/kscreenlocker
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
|
||||
Source: kscreenlocker-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig
|
||||
Source1: kscreenlocker-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
Source3: kde
|
||||
@ -91,7 +91,7 @@ Development files for Library and components for secure lock screen architecture
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=kde -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
# Ship our own file to not depend on a display manager being installed (boo#1108329)
|
||||
|
Loading…
Reference in New Issue
Block a user