Accepting request 1159843 from home:mantarimay:branches:X11:Wayland
- Add hyprland-wallpapers subpackage: Wallpapers too large are included in the main package. OBS-URL: https://build.opensuse.org/request/show/1159843 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=65
This commit is contained in:
parent
783e52b6d7
commit
6417b6698c
@ -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>
|
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}
|
%if %{with xcb_errors}
|
||||||
BuildRequires: pkgconfig(xcb-errors)
|
BuildRequires: pkgconfig(xcb-errors)
|
||||||
%endif
|
%endif
|
||||||
|
Recommends: %{name}-wallpapers
|
||||||
%if %{with devel}
|
%if %{with devel}
|
||||||
Suggests: %{name}-devel
|
Suggests: %{name}-devel
|
||||||
%endif
|
%endif
|
||||||
@ -81,6 +82,13 @@ that doesn't sacrifice on its looks.
|
|||||||
It supports multiple layouts, fancy effects, has a very flexible IPC
|
It supports multiple layouts, fancy effects, has a very flexible IPC
|
||||||
model allowing for a lot of customization, and more.
|
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}
|
%if %{with devel}
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files required to build Hyprland plugins
|
Summary: Files required to build Hyprland plugins
|
||||||
@ -113,7 +121,8 @@ rm -rf %{buildroot}/%{_includedir}/wlr/
|
|||||||
%{_bindir}/Hyprland
|
%{_bindir}/Hyprland
|
||||||
%{_bindir}/hyprctl
|
%{_bindir}/hyprctl
|
||||||
%{_bindir}/hyprpm
|
%{_bindir}/hyprpm
|
||||||
%{_datadir}/%{name}/
|
%dir %{_datadir}/%{name}
|
||||||
|
%{_datadir}/%{name}/hyprland.conf
|
||||||
%dir %{_datadir}/wayland-sessions/
|
%dir %{_datadir}/wayland-sessions/
|
||||||
%{_datadir}/wayland-sessions/%{name}.desktop
|
%{_datadir}/wayland-sessions/%{name}.desktop
|
||||||
%dir %{_datadir}/xdg-desktop-portal
|
%dir %{_datadir}/xdg-desktop-portal
|
||||||
@ -121,6 +130,9 @@ rm -rf %{buildroot}/%{_includedir}/wlr/
|
|||||||
%{_mandir}/man1/Hyprland.*
|
%{_mandir}/man1/Hyprland.*
|
||||||
%{_mandir}/man1/hyprctl.*
|
%{_mandir}/man1/hyprctl.*
|
||||||
|
|
||||||
|
%files wallpapers
|
||||||
|
%{_datadir}/%{name}/wall*
|
||||||
|
|
||||||
%if %{with devel}
|
%if %{with devel}
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user