From c3dfed549c37d229a79d9282c66e33b3727d849fafcd7257b3a5a946f6e3498e Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Tue, 7 Jan 2025 05:27:57 +0000 Subject: [PATCH] - Changed pkgconfig(wlroots) to >= 0.17.0 * Multiple options available for wlroots OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-shell?expand=0&rev=9 --- wf-shell.changes | 6 ++++++ wf-shell.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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