Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Use-libayatana-appindicator.patch
- This file was added.
| From 9262fc60a89de75b07dd400144baad77fe043a07 Mon Sep 17 00:00:00 2001 | |||||
| From: Fabio Forni <livingsilver94.solus@redaril.me> | |||||
| Date: Tue, 24 Aug 2021 20:37:35 +0200 | |||||
| Subject: [PATCH] Use libayatana-appindicator | |||||
| --- | |||||
| configure | 2 +- | |||||
| configure.ac | 2 +- | |||||
| src/main.c | 2 +- | |||||
| 3 files changed, 3 insertions(+), 3 deletions(-) | |||||
| diff --git a/configure b/configure | |||||
| index 024f31c..502b738 100755 | |||||
| --- a/configure | |||||
| +++ b/configure | |||||
| @@ -13610,7 +13610,7 @@ fi | |||||
| # Application indicator | |||||
| -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 2956be5..8e0e90a 100644 | |||||
| --- a/configure.ac | |||||
| +++ b/configure.ac | |||||
| @@ -112,7 +112,7 @@ AC_ARG_ENABLE([accountsservice], | |||||
| AM_CONDITIONAL([HAVE_ACCOUNTSSERVICE], [test "x$enable_accountsservice" = xyes]) | |||||
| # Application 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/src/main.c b/src/main.c | |||||
| index 43616cd..945a32e 100644 | |||||
| --- a/src/main.c | |||||
| +++ b/src/main.c | |||||
| @@ -31,7 +31,7 @@ | |||||
| #include <polkitagent/polkitagent.h> | |||||
| #ifdef HAVE_APPINDICATOR | |||||
| -#include <libappindicator/app-indicator.h> | |||||
| +#include <libayatana-appindicator/app-indicator.h> | |||||
| #endif | |||||
| #include "polkitmatelistener.h" | |||||
| -- | |||||
| 2.32.0 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.