Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-updates_testing-src > by-pkgid > a4da6fd29af59ab589f36a18faaccdaf > files > 1

audio-recorder-3.3.4-1.mga8.src.rpm

From d38fbe9ab114b70729f47b157d04957b208bd2e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Tue, 4 Aug 2020 18:04:55 +0300
Subject: [PATCH] Port to Ayatana AppIndicator

---
 configure.ac       | 2 +-
 src/systray-icon.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ae076ca..5c04499 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ AC_SUBST(DBUS_LIBS)
 # Support AppIndicator?
 # Ref: https://launchpad.net/indicator-application
 
-PKG_CHECK_MODULES(APP_INDICATOR, appindicator3-0.1 >= $APPINDICATOR_REQUIRED)
+PKG_CHECK_MODULES(APP_INDICATOR, ayatana-appindicator3-0.1 >= $APPINDICATOR_REQUIRED)
 AC_SUBST(APP_INDICATOR_CFLAGS)
 AC_SUBST(APP_INDICATOR_LIBS)
 
diff --git a/src/systray-icon.c b/src/systray-icon.c
index 0e2bcf8..3918adf 100644
--- a/src/systray-icon.c
+++ b/src/systray-icon.c
@@ -32,7 +32,7 @@
 #include "rec-window.h"
 #include "rec-manager.h"
 
-#include <libappindicator/app-indicator.h>
+#include <libayatana-appindicator/app-indicator.h>
 
 // Note: Uncomment this to show debug messages from this module
 //#define DEBUG_SYSTRAY
-- 
2.28.0