Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e763151e85
!16 fixed layer-shell-qt build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 06:43:50 +00:00
ChenYanpan
7a361a64f8
adapt to the new CMake macros to fix build failure 2024-11-15 19:44:21 +08:00
openeuler-ci-bot
2027f766bc
!14 升级版本到5.27.10
From: @hou-hongxun 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 06:31:00 +00:00
HouHongxun
1e7cd90cd3 update to version 5.27.10
Signed-off-by: HouHongxun <houhongxun@kylinos.cn>
2024-01-08 14:13:47 +08:00
openeuler-ci-bot
fd13df2ffd
!12 upstream version 5.27.6
From: @jackwike 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-07 02:49:17 +00:00
Jackwike
9eff95069a upstream version 5.27.6 2023-08-07 10:36:15 +08:00
openeuler-ci-bot
78540ed61a
!10 update to version 5.26.4
From: @jianli-97 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-13 09:29:43 +00:00
jianli-97
357d1a2867 update to version 5.26.4 2022-12-12 19:51:02 +08:00
openeuler-ci-bot
0c09c18673
!8 update verison to 5.25.2
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-27 14:34:08 +00:00
pei-jiankang
d7e41ddbad update version to 5.25.2 2022-07-26 22:44:54 +08:00
3 changed files with 25 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +1,15 @@
Name: layer-shell-qt
Version: 5.24.0
Version: 5.27.10
Release: 2
Summary: Library to easily use clients based on wlr-layer-shell
License: LGPLv3+
URL: https://invent.kde.org/plasma/%{name}
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: libxml2
BuildRequires: extra-cmake-modules >= 5.82
BuildRequires: qt5-qtbase-devel
@ -28,6 +23,7 @@ BuildRequires: libxkbcommon-devel
BuildRequires: plasma-wayland-protocols-devel
BuildRequires: wayland-devel
BuildRequires: wayland-protocols-devel
%description
This component is meant for applications to be able to easily use clients
based on wlr-layer-shell
@ -44,14 +40,12 @@ Requires: qt5-qtbase-devel >= 5.15.0
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%{cmake_kf5}
%{cmake_build}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{cmake_install}
%files
@ -65,8 +59,23 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_libdir}/cmake/LayerShellQt/
%changelog
* Mon Feb 28 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-2
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.27.10-2
- adapt to the new CMake macros to fix build failure
* Mon Jan 08 2024 houhongxun <houhongxun@kylinos.cn> - 5.27.10-1
- update to version 5.27.10
* Mon Aug 07 2023 yajun<yajun@kylinos.cn> - 5.27.6-1
- update to upstream version 5.27.6
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.26.4-1
- update to version 5.26.4
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 5.25.2-1
- update to version 5.25.2
* Tue Feb 22 2022 peijiankang<peijiankang@kylinos.cn> - 5.24.0-2
- update to version 5.24.0-2
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1
* Sat Feb 12 2022 peijiankang<peijiankang@kylinos.cn> - 5.24.0-1
- update to upstream version 5.24.0