Added start-hyprland to files for update, removed unnecessary package
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 23m16s
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 23m16s
requirement for hyprwire on package install
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
%global hyprland_commit 279a07c2ce0c189625ad5dea0a17a07e345304fc
|
%global hyprland_commit cedadf4fdc63e04ab41cab00c0417ba248ce748e
|
||||||
%global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7})
|
%global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7})
|
||||||
%global bumpver 1
|
%global bumpver 2
|
||||||
%global commits_count 6675
|
%global commits_count 6685
|
||||||
%global commit_date Thu Dec 04 06:06:17 2025
|
%global commit_date Fri Dec 05 12:48:38 2025
|
||||||
|
|
||||||
%global protocols_commit 3a5c2bda1c1a4e55cc1330c782547695a93f05b2
|
%global protocols_commit 3a5c2bda1c1a4e55cc1330c782547695a93f05b2
|
||||||
%global protocols_shortcommit %(c=%{protocols_commit}; echo ${c:0:7})
|
%global protocols_shortcommit %(c=%{protocols_commit}; echo ${c:0:7})
|
||||||
@@ -130,7 +130,6 @@ Requires: hyprcursor%{?_isa} >= 0.1.13
|
|||||||
Requires: hyprgraphics%{?_isa} >= 0.1.6
|
Requires: hyprgraphics%{?_isa} >= 0.1.6
|
||||||
Requires: hyprlang%{?_isa} >= 0.6.3
|
Requires: hyprlang%{?_isa} >= 0.6.3
|
||||||
Requires: hyprutils%{?_isa} >= 0.8.4
|
Requires: hyprutils%{?_isa} >= 0.8.4
|
||||||
Requires: hyprwire${?_isa}
|
|
||||||
|
|
||||||
%{lua:do
|
%{lua:do
|
||||||
if string.match(rpm.expand('%{name}'), '%-git$') then
|
if string.match(rpm.expand('%{name}'), '%-git$') then
|
||||||
@@ -266,6 +265,7 @@ install -Dpm644 %{SOURCE4} -t %{buildroot}%{_rpmconfigdir}/macros.d
|
|||||||
%{_bindir}/[Hh]yprland
|
%{_bindir}/[Hh]yprland
|
||||||
%{_bindir}/hyprctl
|
%{_bindir}/hyprctl
|
||||||
%{_bindir}/hyprpm
|
%{_bindir}/hyprpm
|
||||||
|
%{_bindir}/start-hyprland
|
||||||
%{_datadir}/hypr/
|
%{_datadir}/hypr/
|
||||||
%{_datadir}/wayland-sessions/hyprland.desktop
|
%{_datadir}/wayland-sessions/hyprland.desktop
|
||||||
%{_datadir}/xdg-desktop-portal/hyprland-portals.conf
|
%{_datadir}/xdg-desktop-portal/hyprland-portals.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user