From 2d8da900e5af223538e00a4410243a6a3a9ce688 Mon Sep 17 00:00:00 2001 From: Honore Doktorr Date: Mon, 18 Jul 2022 18:08:13 -0400 Subject: [PATCH] Added libnotify integration for meson-driven builds --- zenity.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/zenity.spec b/zenity.spec index 5dd4193..d1f6fe4 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,6 +1,6 @@ Name: zenity Version: 3.41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Display dialog boxes from shell scripts License: LGPLv2+ @@ -8,6 +8,7 @@ URL: https://wiki.gnome.org/Projects/Zenity Source: https://download.gnome.org/sources/%{name}/3.41/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 +BuildRequires: pkgconfig(libnotify) >= 0.6.1 BuildRequires: gcc BuildRequires: gettext BuildRequires: itstool @@ -24,7 +25,7 @@ from the same family as dialog, Xdialog, and cdialog. %build -%meson +%meson -Dlibnotify=true %meson_build @@ -43,6 +44,10 @@ from the same family as dialog, Xdialog, and cdialog. %changelog +* Sun Jul 17 2022 Honore Doktorr - 3.41.0-2 +- Add missing BuildRequires for pkgconfig(libnotify) +- enable libnotify option for meson build + * Mon Aug 23 2021 Kalev Lember - 3.41.0-1 - Update to 3.41.0 - Switch to meson build system