From 7228e7507f59b8f0982c3a68cc5ba8ea35ce1a76 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 2 Mar 2023 19:31:55 +0000 Subject: gentoo auto-resync : 02:03:2023 - 19:31:55 --- www-client/uget/files/uget-2.2.1-ayatana.patch | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www-client/uget/files/uget-2.2.1-ayatana.patch (limited to 'www-client/uget/files') diff --git a/www-client/uget/files/uget-2.2.1-ayatana.patch b/www-client/uget/files/uget-2.2.1-ayatana.patch new file mode 100644 index 000000000000..2cac1e750d56 --- /dev/null +++ b/www-client/uget/files/uget-2.2.1-ayatana.patch @@ -0,0 +1,28 @@ +--- a/configure.ac.old 2023-03-02 14:21:42.687929964 +0100 ++++ b/configure.ac 2023-03-02 14:28:47.497666291 +0100 +@@ -169,12 +169,12 @@ + [enable_appindicator="auto"] + ) + if test x$enable_appindicator = xauto ; then +- PKG_CHECK_EXISTS([appindicator3-0.1], ++ PKG_CHECK_EXISTS([ayatana-appindicator3-0.1], + [enable_appindicator="yes"], + [enable_appindicator="no"]) + fi + if test x$enable_appindicator = xyes ; then +- PKG_CHECK_MODULES(APP_INDICATOR, appindicator3-0.1) ++ PKG_CHECK_MODULES(APP_INDICATOR, ayatana-appindicator3-0.1) + AC_SUBST(APP_INDICATOR_CFLAGS) + AC_SUBST(APP_INDICATOR_LIBS) + AC_DEFINE(HAVE_APP_INDICATOR, 1, [Have AppIndicator]) +--- a/ui-gtk/UgtkTrayIcon.h.old 2023-03-02 14:32:54.816318966 +0100 ++++ b/ui-gtk/UgtkTrayIcon.h 2023-03-02 14:33:20.186180008 +0100 +@@ -41,7 +41,7 @@ + #include + + #ifdef HAVE_APP_INDICATOR +-#include ++#include + #endif + + #ifdef __cplusplus -- cgit v1.2.3