1 From 06f6db28648cdeff02cc07f9a7f1410b228450a4 Mon Sep 17 00:00:00 2001
2 From: monsta <monsta@inbox.ru>
3 Date: Wed, 14 Sep 2016 18:20:25 +0300
4 Subject: [PATCH] check for libindicator 12.10.2 for new style indicators
7 fixes build on Gentoo which has 12.10.1 - turned out this version
8 had no indicator-ng yet.
10 note that (as of now) 12.10.2 isn't officially released upstream,
11 and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
12 12.10.2. however, that snapshot already has 12.10.2 version in .pc
13 file, so the build works with it.
16 1 file changed, 1 insertion(+), 1 deletion(-)
18 diff --git a/configure.ac b/configure.ac
19 index 5e9c505..9b4dafc 100644
22 @@ -46,7 +46,7 @@ case "$with_gtk" in
25 INDICATOR_REQUIRED_VERSION=0.3.90
26 -INDICATOR_NG_VERSION=12.10
27 +INDICATOR_NG_VERSION=12.10.2
28 INDICATOR_PKG=indicator$INDICATOR_API_VERSION-0.4
30 PKG_CHECK_MODULES(APPLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION