]> git.pld-linux.org Git - packages/synapse.git/blob - ayatana-indicator.patch
patch to use maintained ayatana indicators; rel 2
[packages/synapse.git] / ayatana-indicator.patch
1 diff --color -ur synapse-0.2.99.4.orig/configure.ac synapse-0.2.99.4/configure.ac
2 --- synapse-0.2.99.4.orig/configure.ac  2018-04-08 20:52:10.000000000 +0200
3 +++ synapse-0.2.99.4/configure.ac       2021-11-24 16:47:10.073022755 +0100
4 @@ -110,16 +110,16 @@
5  AM_CONDITIONAL(HAVE_ZEITGEIST, test "x$enable_zeitgeist" = "xyes")
6  
7  if test "x$enable_indicator" = "xauto" ; then
8 -       PKG_CHECK_EXISTS([appindicator3-0.1],
9 +       PKG_CHECK_EXISTS([ayatana-appindicator3-0.1],
10                          enable_indicator="yes",
11                          enable_indicator="no")
12  fi
13  
14  if test "x$enable_indicator" = "xyes" ; then
15 -       PKG_CHECK_EXISTS([appindicator3-0.1],,
16 -                        AC_MSG_ERROR([appindicator3-0.1 is not installed]))
17 -       PKG_CHECK_MODULES(APP_INDICATOR, appindicator3-0.1)
18 -       APP_INDICATOR_VALAFLAGS=" --pkg appindicator3-0.1 -D HAVE_INDICATOR"
19 +       PKG_CHECK_EXISTS([ayatana-appindicator3-0.1],,
20 +                        AC_MSG_ERROR([ayatana-appindicator3-0.1 is not installed]))
21 +       PKG_CHECK_MODULES(APP_INDICATOR, ayatana-appindicator3-0.1)
22 +       APP_INDICATOR_VALAFLAGS=" --pkg ayatana-appindicator3-0.1 -D HAVE_INDICATOR"
23         AC_SUBST(APP_INDICATOR_VALAFLAGS)
24         AC_DEFINE(HAVE_INDICATOR, 1, [Have AppIndicator])
25  fi
This page took 0.06704 seconds and 3 git commands to generate.