Accepting request 1160964 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1160964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprland?expand=0&rev=17
This commit is contained in:
commit
3366a51244
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 12:47:48 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Add hyprland-wallpapers subpackage: Wallpapers too large are
|
||||
included in the main package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 19:50:56 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user