parent
bb0f0a88c5
commit
7a53c82b97
@ -0,0 +1 @@
|
|||||||
|
/layer-shell-qt-5.21.90.tar.xz
|
@ -0,0 +1,76 @@
|
|||||||
|
Name: layer-shell-qt
|
||||||
|
Version: 5.21.90
|
||||||
|
Release: 2%{?dist}
|
||||||
|
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
|
||||||
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= 5.82
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
# needs /usr/lib64/libQt5XkbCommonSupport.a
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
|
BuildRequires: qt5-qtbase-static
|
||||||
|
|
||||||
|
BuildRequires: cmake(Qt5WaylandClient)
|
||||||
|
BuildRequires: cmake(Qt5Qml)
|
||||||
|
BuildRequires: cmake(Qt5XkbCommonSupport)
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Developer files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: cmake(Qt5Gui) >= 5.15.0
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf5
|
||||||
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSES/*
|
||||||
|
%{_libdir}/libLayerShellQtInterface.so.5*
|
||||||
|
%{_qt5_plugindir}/wayland-shell-integration/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/LayerShellQt/
|
||||||
|
%{_libdir}/libLayerShellQtInterface.so
|
||||||
|
%{_libdir}/cmake/LayerShellQt/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri May 14 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-2
|
||||||
|
- shorten summary
|
||||||
|
|
||||||
|
* Thu May 13 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
||||||
|
- first try
|
||||||
|
|
Loading…
Reference in new issue