Compare commits
10 Commits
21116c0b68
...
e763151e85
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e763151e85 | ||
|
|
7a361a64f8 | ||
|
|
2027f766bc | ||
|
|
1e7cd90cd3 | ||
|
|
fd13df2ffd | ||
|
|
9eff95069a | ||
|
|
78540ed61a | ||
|
|
357d1a2867 | ||
|
|
0c09c18673 | ||
|
|
d7e41ddbad |
Binary file not shown.
BIN
layer-shell-qt-5.27.10.tar.xz
Normal file
BIN
layer-shell-qt-5.27.10.tar.xz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user