diff --git a/wf-shell.changes b/wf-shell.changes index a98f847..d371742 100644 --- a/wf-shell.changes +++ b/wf-shell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 6 00:26:01 UTC 2025 - Shawn Dunn + +- Changed pkgconfig(wlroots) to >= 0.17.0 + * Multiple options available for wlroots + ------------------------------------------------------------------- Mon Aug 26 03:34:37 UTC 2024 - Dead Mozay diff --git a/wf-shell.spec b/wf-shell.spec index 69e5f9b..11aaf23 100644 --- a/wf-shell.spec +++ b/wf-shell.spec @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(wayfire) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wf-config) >= %{major_ver} -BuildRequires: pkgconfig(wlroots) >= 0.16.0 +BuildRequires: pkgconfig(wlroots) >= 0.17.0 %description wf-shell is a repository which contains the various components needed to built a fully functional DE based around wayfire. Currently it has only a GTK-based panel and background client. @@ -49,7 +49,7 @@ Summary: Development files for %{name} Requires: %{name} = %{version} %description devel -%{summary}. +Development libraries for %{name} %prep echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c