!3 update to upstream version 5.24.0
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
aaa0ad4acb
Binary file not shown.
BIN
kscreenlocker-5.24.0.tar.xz
Normal file
BIN
kscreenlocker-5.24.0.tar.xz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: kscreenlocker
|
Name: kscreenlocker
|
||||||
Version: 5.15.4
|
Version: 5.24.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library and components for secure lock screen architecture
|
Summary: Library and components for secure lock screen architecture
|
||||||
|
|
||||||
@ -18,7 +18,34 @@ Source0: http://download.kde.org/%{stable}/plasma/%{plasmaver}/%{name}-%{
|
|||||||
# help upgrades, split from plasma-workspace since 5.5
|
# help upgrades, split from plasma-workspace since 5.5
|
||||||
Conflicts: plasma-workspace < 5.5
|
Conflicts: plasma-workspace < 5.5
|
||||||
|
|
||||||
BuildRequires: perl-generators qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtx11extras-devel kf5-rpm-macros extra-cmake-modules kf5-plasma-devel kf5-kcmutils-devel kf5-kdeclarative-devel kf5-kidletime-devel kf5-kdelibs4support-devel kf5-kcrash-devel kf5-kglobalaccel-devel kf5-kwayland-devel libX11-devel xcb-util-keysyms-devel wayland-devel pkgconfig(xi) libXcursor-devel pam-devel
|
BuildRequires: layer-shell-qt-devel
|
||||||
|
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
BuildRequires: qt5-qtx11extras-devel
|
||||||
|
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
|
BuildRequires: kf5-plasma-devel
|
||||||
|
BuildRequires: kf5-kcmutils-devel
|
||||||
|
BuildRequires: kf5-kdeclarative-devel
|
||||||
|
BuildRequires: kf5-kidletime-devel
|
||||||
|
BuildRequires: kf5-kdelibs4support-devel
|
||||||
|
BuildRequires: kf5-kcrash-devel
|
||||||
|
BuildRequires: kf5-kglobalaccel-devel
|
||||||
|
|
||||||
|
BuildRequires: kf5-kwayland-devel
|
||||||
|
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: xcb-util-keysyms-devel
|
||||||
|
BuildRequires: wayland-devel
|
||||||
|
BuildRequires: pkgconfig(xi)
|
||||||
|
|
||||||
|
BuildRequires: libXcursor-devel
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -34,7 +61,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{plasmaver} -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,7 +70,7 @@ pushd %{_target_platform}
|
|||||||
%{cmake_kf5} ..
|
%{cmake_kf5} ..
|
||||||
popd
|
popd
|
||||||
|
|
||||||
make %{?_smp_mflags} -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -64,7 +91,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%dir %{_kf5_datadir}/ksmserver/
|
%dir %{_kf5_datadir}/ksmserver/
|
||||||
%{_kf5_datadir}/ksmserver/screenlocker/
|
%{_kf5_datadir}/ksmserver/screenlocker/
|
||||||
%{_kf5_datadir}/kservices5/*.desktop
|
%{_kf5_datadir}/kservices5/*.desktop
|
||||||
%{_kf5_qtplugindir}/screenlocker_kcm.so
|
%{_kf5_qtplugindir}/kcms/kcm_screenlocker.so
|
||||||
|
%{_kf5_datadir}/kpackage/kcms/kcm_screenlocker/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_libdir}/libKScreenLocker.so
|
%{_kf5_libdir}/libKScreenLocker.so
|
||||||
@ -75,6 +103,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1
|
||||||
|
- update to upstream version 5.24.0
|
||||||
|
|
||||||
|
* Tue Jan 18 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.18.5-1
|
||||||
|
- update to upstream version 5.18.5
|
||||||
|
|
||||||
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 5.15.4-1
|
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 5.15.4-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/kscreenlocker
|
src_repo: KDE/kscreenlocker
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user