Plasma 5.13 Beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=127
This commit is contained in:
parent
3736be6ec2
commit
e001298ffc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b86d1d725212b5250dada0f7d69a34e52d0170940177703e82a365b89d9d8822
|
|
||||||
size 118332
|
|
3
kscreenlocker-5.12.90.tar.xz
Normal file
3
kscreenlocker-5.12.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69511a292b477668b173dcfe1950b206460c2e7b9d320f39c30bd012e2fccd1e
|
||||||
|
size 120928
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 19 14:16:36 CEST 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.12.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.12.90.php
|
||||||
|
- Changes since 5.12.5:
|
||||||
|
* Use the default Plasma wallpaper on the lock screen
|
||||||
|
* expose the wallpaper config to the lockscreen
|
||||||
|
* Add script to unlock a broken session via ConsoleKit.
|
||||||
|
* Update path to fakekcheckpass with latest ECM's bin/ collection
|
||||||
|
* Help KSldTest to find its helper binaries with latest ECM's bin/ collection
|
||||||
|
* Use explicit
|
||||||
|
* Use override
|
||||||
|
* Use nullptr
|
||||||
|
* Remove module namespace from Qt includes
|
||||||
|
* Port away from deprecated KAuthorized::authorizeKAction()
|
||||||
|
* Drop ECMPackageConfigHelpers for CMakePackageConfigHelpers
|
||||||
|
* Use KF5_MIN_VERSION also for ECM, now that it's part of KF
|
||||||
|
* Use add_test signature where target command gets resolved to binary path
|
||||||
|
* Add missing project() in toplevel CMakeLists.txt
|
||||||
|
* Bump min cmake version to 3.0, move cmake_minimum_required to top
|
||||||
|
* Build test/autotest if BUILD_TESTING is defined
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 2 09:06:51 CEST 2018 - fabian@ritter-vogt.de
|
Wed May 2 09:06:51 CEST 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kscreenlocker
|
Name: kscreenlocker
|
||||||
Version: 5.12.5
|
Version: 5.12.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and components for secure lock screen architecture
|
Summary: Library and components for secure lock screen architecture
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: https://projects.kde.org/kscreenlocker
|
Url: https://projects.kde.org/kscreenlocker
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1
|
# PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1
|
||||||
Patch0: fix-wayland-version-requirement.diff
|
Patch0: fix-wayland-version-requirement.diff
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -60,7 +60,6 @@ BuildRequires: pkgconfig(xi)
|
|||||||
Requires(post): pam-config
|
Requires(post): pam-config
|
||||||
Requires(post): /usr/bin/killall
|
Requires(post): /usr/bin/killall
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library and components for secure lock screen architecture.
|
Library and components for secure lock screen architecture.
|
||||||
@ -125,12 +124,11 @@ exit 0
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libexec/kcheckpass
|
%{_kf5_libdir}/libexec/kcheckpass
|
||||||
%{_kf5_libdir}/libexec/kscreenlocker_greet
|
%{_kf5_libdir}/libexec/kscreenlocker_greet
|
||||||
%{_kf5_servicesdir}/
|
%{_kf5_servicesdir}/
|
||||||
@ -140,13 +138,11 @@ exit 0
|
|||||||
%{_kf5_sharedir}/ksmserver/
|
%{_kf5_sharedir}/ksmserver/
|
||||||
|
|
||||||
%files -n libKScreenLocker5
|
%files -n libKScreenLocker5
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKScreenLocker.so.*
|
%{_kf5_libdir}/libKScreenLocker.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKScreenLocker.so
|
%{_kf5_libdir}/libKScreenLocker.so
|
||||||
%{_kf5_prefix}/include/KScreenLocker/
|
%{_kf5_prefix}/include/KScreenLocker/
|
||||||
%{_kf5_libdir}/cmake/ScreenSaverDBusInterface/
|
%{_kf5_libdir}/cmake/ScreenSaverDBusInterface/
|
||||||
|
Loading…
Reference in New Issue
Block a user