diff --git a/layer-shell-qt.spec b/layer-shell-qt.spec index 9ac9932..e4efab1 100644 --- a/layer-shell-qt.spec +++ b/layer-shell-qt.spec @@ -1,15 +1,15 @@ %define majver %(echo %version | cut -d. -f1-2) Name: layer-shell-qt -Version: 5.27.10 +Version: 6.0.2 Release: 1mamba Summary: KDE Plasma component meant for applications to be able to easily use clients based on wlr-layer-shell Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://kde.org -Source: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz +URL: https://kde.org/it/plasma-desktop/ +Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/layer-shell-qt-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -18,11 +18,12 @@ BuildRequires: libglvnd-devel BuildRequires: libstdc++6-devel BuildRequires: libwayland-devel BuildRequires: libxkbcommon-devel -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtwayland-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtdeclarative-devel +BuildRequires: qt6-qtwayland-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRequires: rpm-macros-kde5 +BuildRequires: kf6-rpm-macros BuildRequires: extra-cmake-modules Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -51,12 +52,12 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -68,7 +69,9 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libLayerShellQtInterface.so.* -%{_libdir}/qt5/plugins/wayland-shell-integration/liblayer-shell.so +%{_qt6_plugindir}/wayland-shell-integration/liblayer-shell.so +%dir %{_qt6_qmldir}/org/kde/layershell +%{_qt6_qmldir}/org/kde/layershell/* %doc LICENSES %files -n lib%{name}-devel @@ -80,6 +83,21 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libLayerShellQtInterface.so %changelog +* Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Wed Mar 06 2024 Automatic Build System 6.0.1-1mamba +- automatic version update by autodist + +* Thu Feb 29 2024 Automatic Build System 6.0.0-1mamba +- automatic version update by autodist + +* Fri Feb 02 2024 Automatic Build System 5.93.0-1mamba +- automatic version update by autodist + +* Sat Jan 27 2024 Automatic Build System 5.92.0-1mamba +- automatic version update by autodist + * Thu Dec 07 2023 Automatic Build System 5.27.10-1mamba - automatic version update by autodist