Codebase list cairo-dock-plug-ins / 45fe9b0
Add d/patches/0009-Swith-use-libido3-0.1-to-libayatana-ido3-0.4.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 3 years ago
2 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From 97f4b3baeed5e821f599f60c18ed1d23bbeb964c Mon Sep 17 00:00:00 2001
1 From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
2 Date: Sun, 3 Jan 2021 01:07:32 +0900
3 Subject: [PATCH] Swith use libido3-0.1 to libayatana-ido3-0.4
4
5 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
6 ---
7 CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index 5f5db1b..08e0d9e 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -210,7 +210,7 @@ endif()
15 ## libido
16 enable_if_not_defined (enable-libido-support)
17 if (enable-libido-support)
18 - set (IDO_MODULE libido3-0.1)
19 + set (IDO_MODULE libayatana-ido3-0.4)
20 pkg_check_modules (IDO ${IDO_MODULE})
21 if (IDO_FOUND)
22 STRING (REGEX REPLACE "\\..*" "" IDO_MAJOR "${IDO_VERSION}")
23 --
24 2.30.0.rc2
25
55 0006-Fix-support-libetpan-pkgconfig.patch
66 0007-Change-version-to-3.4.1-in-CMakeLists.txt.patch
77 0008-weather-Use-unsigned-int.patch
8 0009-Swith-use-libido3-0.1-to-libayatana-ido3-0.4.patch