From 96574580f922929b8287110ac861387d1c75e228 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 7 Mar 2024 19:39:32 +0100 Subject: [PATCH] up to 1.6.0 --- kanshi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kanshi.spec b/kanshi.spec index b62f73e..3bf7ab6 100644 --- a/kanshi.spec +++ b/kanshi.spec @@ -1,13 +1,14 @@ Summary: Dynamic output configuration Name: kanshi -Version: 1.5.1 +Version: 1.6.0 Release: 1 License: MIT Group: Applications Source0: https://git.sr.ht/~emersion/kanshi/archive/v%{version}.tar.gz -# Source0-md5: f486a98e118524552cbfd54a45e91928 +# Source0-md5: bbb32895fb2074bd7f122df7b046006d URL: https://wayland.emersion.fr/kanshi/ BuildRequires: gcc >= 6:4.6 +BuildRequires: libscfg-devel BuildRequires: libvarlink-devel BuildRequires: meson >= 0.59.0 BuildRequires: ninja @@ -25,7 +26,9 @@ enabled and disabled on hotplug. %setup -q -n %{name}-v%{version} %build -%meson build +%meson build \ + -Dwerror=false + %ninja_build -C build %install -- 2.43.0