Change hyprland release version, add hyprwire to dependencies
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 22m34s
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 22m34s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%global hyprland_commit 279a07c2ce0c189625ad5dea0a17a07e345304fc
|
||||
%global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7})
|
||||
%global bumpver 23
|
||||
%global bumpver 1
|
||||
%global commits_count 6675
|
||||
%global commit_date Thu Dec 04 06:06:17 2025
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
%global libxkbcommon_version 1.11.0
|
||||
|
||||
Name: hyprland-git
|
||||
Version: 0.52.1%{?bumpver:^%{bumpver}.git%{hyprland_shortcommit}}
|
||||
Version: 0.52.2%{?bumpver:^%{bumpver}.git%{hyprland_shortcommit}}
|
||||
Release: %autorelease
|
||||
Summary: Dynamic tiling Wayland compositor that doesn't sacrifice on its looks
|
||||
|
||||
@@ -88,6 +88,7 @@ hyprdeps = {
|
||||
"pkgconfig(xcb)",
|
||||
"pkgconfig(xcursor)",
|
||||
"pkgconfig(xwayland)",
|
||||
"pkgconfig(hyprwire)",
|
||||
}
|
||||
}
|
||||
%if 0%{?fedora} > 42
|
||||
@@ -129,6 +130,7 @@ Requires: hyprcursor%{?_isa} >= 0.1.13
|
||||
Requires: hyprgraphics%{?_isa} >= 0.1.6
|
||||
Requires: hyprlang%{?_isa} >= 0.6.3
|
||||
Requires: hyprutils%{?_isa} >= 0.8.4
|
||||
Requires: hyprwire${?_isa}
|
||||
|
||||
%{lua:do
|
||||
if string.match(rpm.expand('%{name}'), '%-git$') then
|
||||
@@ -283,7 +285,4 @@ install -Dpm644 %{SOURCE4} -t %{buildroot}%{_rpmconfigdir}/macros.d
|
||||
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Dec 03 2025 John Doe <packager@example.com> - 0.52.1^20.git3cf0280-1
|
||||
- Uncommitted changes
|
||||
## END: Generated by rpmautospec
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user