Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Use-libayatana-appindicator.patch
- This file was added.
| From 5599b91b6937065ff9355b78f48f66bf02725352 Mon Sep 17 00:00:00 2001 | |||||
| From: Fabio Forni <livingsilver94.solus@redaril.me> | |||||
| Date: Mon, 23 Aug 2021 23:17:00 +0200 | |||||
| Subject: [PATCH] Use libayatana-appindicator | |||||
| --- | |||||
| configure | 2 +- | |||||
| configure.ac | 2 +- | |||||
| typing-break/drwright.c | 2 +- | |||||
| 3 files changed, 3 insertions(+), 3 deletions(-) | |||||
| diff --git a/configure b/configure | |||||
| index b70cbf2..73c2b04 100755 | |||||
| --- a/configure | |||||
| +++ b/configure | |||||
| @@ -17003,7 +17003,7 @@ else | |||||
| fi | |||||
| -APPINDICATOR_PKG=appindicator3-0.1 | |||||
| +APPINDICATOR_PKG=ayatana-appindicator3-0.1 | |||||
| # Check whether --enable-appindicator was given. | |||||
| if test "${enable_appindicator+set}" = set; then : | |||||
| diff --git a/configure.ac b/configure.ac | |||||
| index d9c72eb..b95cb08 100644 | |||||
| --- a/configure.ac | |||||
| +++ b/configure.ac | |||||
| @@ -85,7 +85,7 @@ AM_CONDITIONAL(HAVE_LIBCANBERRA_GTK, test "x$CANBERRA_GTK" = "x1") | |||||
| AM_CONDITIONAL(HAVE_TYPING_BREAK, test "x$TYPING_BREAK" = xtyping-break) | |||||
| dnl app indicator | |||||
| -APPINDICATOR_PKG=appindicator3-0.1 | |||||
| +APPINDICATOR_PKG=ayatana-appindicator3-0.1 | |||||
| AC_ARG_ENABLE(appindicator, | |||||
| AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators ]), | |||||
| diff --git a/typing-break/drwright.c b/typing-break/drwright.c | |||||
| index b43cc63..e3c5874 100644 | |||||
| --- a/typing-break/drwright.c | |||||
| +++ b/typing-break/drwright.c | |||||
| @@ -31,7 +31,7 @@ | |||||
| #include <gio/gio.h> | |||||
| #ifdef HAVE_APP_INDICATOR | |||||
| -#include <libappindicator/app-indicator.h> | |||||
| +#include <libayatana-appindicator/app-indicator.h> | |||||
| #endif /* HAVE_APP_INDICATOR */ | |||||
| #define MATE_DESKTOP_USE_UNSTABLE_API | |||||
| -- | |||||
| 2.32.0 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.