From e0bc3f3ee6502da115ff0bf84725192351544cd34ee82b21210af34455fbee55 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 8 Jan 2023 18:22:47 +0000 Subject: [PATCH] Accepting request 1056915 from home:sp1rit Added "jq" to builddepends OBS-URL: https://build.opensuse.org/request/show/1056915 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=17 --- hyprland.changes | 3 +++ hyprland.spec | 1 + 2 files changed, 4 insertions(+) diff --git a/hyprland.changes b/hyprland.changes index ef3bde2..f983a96 100644 --- a/hyprland.changes +++ b/hyprland.changes @@ -96,6 +96,9 @@ Sun Jan 8 18:04:51 UTC 2023 - Florian "spirit" * use curves for special dim anim * verify lastmon status on connect +- Added "jq" to builddepends, as it it now used to calculate the + current version. + ------------------------------------------------------------------- Mon Dec 12 19:06:36 UTC 2022 - Florian "spirit" diff --git a/hyprland.spec b/hyprland.spec index 8190569..5d7f1b4 100644 --- a/hyprland.spec +++ b/hyprland.spec @@ -27,6 +27,7 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: gcc-c++ >= 11 BuildRequires: git BuildRequires: glslang-devel +BuildRequires: jq BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo)