]> git.pld-linux.org Git - packages/ayatana-ido.git/commitdiff
up to 0.9.1
authorJan Palus <atler@pld-linux.org>
Sat, 19 Feb 2022 18:13:24 +0000 (19:13 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 19 Feb 2022 18:13:24 +0000 (19:13 +0100)
ayatana-ido.spec
build-type.patch
link-math.patch

index 3458e0c66a3408ec6ab1d766109b9900b2f50ffc..961faf38d11c499a1f6b861fe1b590c6fb6765d5 100644 (file)
@@ -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
index 6e18cebdb676aa7cc3371805f2c1aec684f77a95..d40f7263279bbdef123ab27aaade1698f8c2b02b 100644 (file)
@@ -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()
index c6ba13c8cf2dd0c93ca32fd99b98c505e3573c1f..0df71338695770cb95bd48b65f84dc5dcae981ab 100644 (file)
@@ -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})
This page took 0.186572 seconds and 4 git commands to generate.