From 0e4b0dd64bc053256eaae13b6f83e25330884506 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 27 Feb 2023 08:47:07 +0100 Subject: [PATCH] up to 0.9.3 --- ayatana-ido.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ayatana-ido.spec b/ayatana-ido.spec index f138f2e..3e02695 100644 --- a/ayatana-ido.spec +++ b/ayatana-ido.spec @@ -1,13 +1,13 @@ Summary: Shared functions for Ayatana Indicator Display Objects Summary(pl.UTF-8): Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana Name: ayatana-ido -Version: 0.9.2 +Version: 0.9.3 Release: 1 License: LGPL v2.1 or LGPL v3 Group: Libraries #Source0Download: https://github.com/AyatanaIndicators/ayatana-ido/releases Source0: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 57e9fa08beb7cb406408188a9ae4d2d5 +# Source0-md5: 596a1f9a13d5a903bc46d26175bbe6b0 Patch0: build-type.patch URL: https://github.com/AyatanaIndicators/ayatana-ido BuildRequires: cmake >= 3.13 @@ -65,7 +65,9 @@ API języka Vala do biblioteki ayatana-ido. %patch0 -p1 %build -%cmake -B build +%cmake -B build \ + -DENABLE_TESTS:BOOL=OFF + %{__make} -C build %install -- 2.44.0