From 29936c5843c9c0fab2ecd9f951697d7a3eb7b357 Mon Sep 17 00:00:00 2001 From: Honore Doktorr Date: Mon, 18 Jul 2022 17:58:24 -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 96ff31b..a50d330 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,6 +1,6 @@ Name: zenity Version: 3.43.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.43/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.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 @@ -46,6 +47,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/gdialog %changelog +* Sun Jul 17 2022 Honore Doktorr - 3.43.0-2 +- Add missing BuildRequires for pkgconfig(libnotify) +- enable libnotify option for meson build + * Thu Jul 07 2022 David King - 3.43.0-1 - Update to 3.43.0