diff --git a/hyprland.changes b/hyprland.changes index 8c644e7..7175aab 100644 --- a/hyprland.changes +++ b/hyprland.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 20 12:47:48 UTC 2024 - Muhammad Akbar Yanuar Mantari + +- Add hyprland-wallpapers subpackage: Wallpapers too large are + included in the main package. + ------------------------------------------------------------------- Sat Mar 16 19:50:56 UTC 2024 - Florian "sp1rit" diff --git a/hyprland.spec b/hyprland.spec index 0bc160b..e63b8a5 100644 --- a/hyprland.spec +++ b/hyprland.spec @@ -70,6 +70,7 @@ BuildRequires: Mesa-libGLESv3-devel %if %{with xcb_errors} BuildRequires: pkgconfig(xcb-errors) %endif +Recommends: %{name}-wallpapers %if %{with devel} Suggests: %{name}-devel %endif @@ -81,6 +82,13 @@ that doesn't sacrifice on its looks. It supports multiple layouts, fancy effects, has a very flexible IPC model allowing for a lot of customization, and more. +%package wallpapers +Summary: Hyprland wallpapers +BuildArch: noarch + +%description wallpapers +Additional wallpapers for hyprland. + %if %{with devel} %package devel Summary: Files required to build Hyprland plugins @@ -113,7 +121,8 @@ rm -rf %{buildroot}/%{_includedir}/wlr/ %{_bindir}/Hyprland %{_bindir}/hyprctl %{_bindir}/hyprpm -%{_datadir}/%{name}/ +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/hyprland.conf %dir %{_datadir}/wayland-sessions/ %{_datadir}/wayland-sessions/%{name}.desktop %dir %{_datadir}/xdg-desktop-portal @@ -121,6 +130,9 @@ rm -rf %{buildroot}/%{_includedir}/wlr/ %{_mandir}/man1/Hyprland.* %{_mandir}/man1/hyprctl.* +%files wallpapers +%{_datadir}/%{name}/wall* + %if %{with devel} %files devel %{_includedir}/%{name}