This commit is contained in:
parent
87dd0b0602
commit
d4a9c04422
@ -27,17 +27,15 @@ Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.as
|
||||
Source2: %{name}.keyring
|
||||
Patch1: 001-labwc-autostart-swaybg.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake(lxqt2-build-tools)
|
||||
BuildRequires: cmake(KF6WindowSystem)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(lxqt) >= 2.1.0
|
||||
BuildRequires: xdg-user-dirs
|
||||
BuildRequires: cmake(KF6WindowSystem)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: cmake(lxqt2-build-tools)
|
||||
BuildRequires: pkgconfig(lxqt) >= 2.1.0
|
||||
Requires: xdg-user-dirs
|
||||
#ecommends: kwin6
|
||||
#uggests: labwc
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -61,30 +59,35 @@ This package contains the openbox themes and other files for labwc.
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%make_build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%fdupes -s %{buildroot}%{_datadir}/themes/
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%{_bindir}/startlxqtwayland
|
||||
%license COPYING.LESSER
|
||||
%dir %{_datadir}/lxqt
|
||||
%dir %{_datadir}/lxqt/wayland
|
||||
%{_datadir}/lxqt/wayland/lxqt-*
|
||||
%dir %{_datadir}/lxqt/wayland/firstrun
|
||||
%{_datadir}/lxqt/wayland/firstrun/autostart
|
||||
%dir %{_datadir}/wayland-sessions
|
||||
%{_bindir}/startlxqtwayland
|
||||
%{_datadir}/lxqt/wayland/lxqt-*
|
||||
%{_datadir}/lxqt/wayland/firstrun/autostart
|
||||
%{_datadir}/wayland-sessions/lxqt-wayland.desktop
|
||||
%license COPYING.LESSER
|
||||
|
||||
%files -n labwc-theme-vent
|
||||
%dir %{_datadir}/lxqt/wallpapers
|
||||
%dir %{_datadir}/lxqt/wayland/labwc
|
||||
%dir %{_datadir}/lxqt/graphics
|
||||
%{_datadir}/themes/Vent/
|
||||
%{_datadir}/themes/Vent-dark/
|
||||
%dir %{_datadir}/lxqt/wallpapers
|
||||
%{_datadir}/lxqt/wallpapers/origami-dark-labwc.png
|
||||
%dir %{_datadir}/lxqt/wayland/labwc
|
||||
%{_datadir}/lxqt/wayland/labwc/README
|
||||
%{_datadir}/lxqt/wayland/labwc/autostart
|
||||
%{_datadir}/lxqt/wayland/labwc/environment
|
||||
@ -92,7 +95,6 @@ This package contains the openbox themes and other files for labwc.
|
||||
%{_datadir}/lxqt/wayland/labwc/rc.xml
|
||||
%{_datadir}/lxqt/wayland/labwc/themerc
|
||||
%{_datadir}/lxqt/wayland/labwc/themerc-override
|
||||
%dir %{_datadir}/lxqt/graphics
|
||||
%{_datadir}/lxqt/graphics/lxqt-labwc.png
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user