From 735b58da3613092fb9fbee78f24fdc20544bd09f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 19 Feb 2022 19:13:24 +0100 Subject: [PATCH] up to 0.9.1 --- ayatana-ido.spec | 4 ++-- build-type.patch | 6 +++--- link-math.patch | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ayatana-ido.spec b/ayatana-ido.spec index 3458e0c..961faf3 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.0 +Version: 0.9.1 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: 63e62f18952f874e9173285c621f62f4 +# Source0-md5: 4c97445871517e78657d78bdb7119d00 Patch0: build-type.patch Patch1: link-math.patch URL: https://github.com/AyatanaIndicators/ayatana-ido diff --git a/build-type.patch b/build-type.patch index 6e18ceb..d40f726 100644 --- a/build-type.patch +++ b/build-type.patch @@ -18,6 +18,6 @@ - set(CMAKE_BUILD_TYPE "Release") -endif() - - # Check for prerequisites - - set(DEPS glib-2.0>=2.58 gtk+-3.0>=3.24) + if(ENABLE_WERROR) + add_definitions("-Werror") + endif() diff --git a/link-math.patch b/link-math.patch index c6ba13c..0df7133 100644 --- a/link-math.patch +++ b/link-math.patch @@ -1,7 +1,7 @@ --- ayatana-ido-0.9.0/src/CMakeLists.txt.orig 2021-11-02 16:52:12.000000000 +0100 +++ ayatana-ido-0.9.0/src/CMakeLists.txt 2021-11-04 14:20:59.708636314 +0100 @@ -98,7 +98,7 @@ - set_source_files_properties(${SOURCES} PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS}) + add_library("ayatana-ido3-0.4" SHARED ${SOURCES}) set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0) -target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES}) -- 2.44.0