summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-05-26 12:15:35 +0200
committerPacho Ramos <pacho@gentoo.org>2021-05-26 12:15:45 +0200
commit1e3239c14bffae667b91d132c9734357c58c4e0e (patch)
tree8411de91135e94f925ca6e1273beca14039aa056 /x11-plugins/pidgin-indicator/files
parentnet-vpn/tor: add 0.4.5.8 for glibc 2.33 fix (diff)
downloadgentoo-1e3239c14bffae667b91d132c9734357c58c4e0e.tar.gz
gentoo-1e3239c14bffae667b91d132c9734357c58c4e0e.tar.bz2
gentoo-1e3239c14bffae667b91d132c9734357c58c4e0e.zip
x11-plugins/pidgin-indicator: Add appindicator plugin for pidgin
Since gnome-shell-extensions-topicons-plus is unmaintained for a long time and has no Gnome 40 support, this is the only way to still be able to manage pidgin from tray icon, relying on appindicator. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-indicator/files')
-rw-r--r--x11-plugins/pidgin-indicator/files/pidgin-indicator-1.0.1-appindicator3.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-indicator/files/pidgin-indicator-1.0.1-appindicator3.patch b/x11-plugins/pidgin-indicator/files/pidgin-indicator-1.0.1-appindicator3.patch
new file mode 100644
index 000000000000..436166fe3996
--- /dev/null
+++ b/x11-plugins/pidgin-indicator/files/pidgin-indicator-1.0.1-appindicator3.patch
@@ -0,0 +1,22 @@
+From b0d26dd060475505f3c0a6369f4fbbd3c20d84b0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Patrick=20H=C3=B6hn?= <hoehnp@users.noreply.github.com>
+Date: Fri, 7 Feb 2020 10:26:46 +0100
+Subject: [PATCH] Update configure.ac to make compatible with python3
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index dfd8a1b..fefd90d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -96,7 +96,7 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0])
+ AC_SUBST(GTK_LIBS)
+ AC_SUBST(GTK_CFLAGS)
+
+-PKG_CHECK_MODULES(INDICATOR, [appindicator-0.1])
++PKG_CHECK_MODULES(INDICATOR, [appindicator3-0.1])
+ AC_SUBST(INDICATOR_LIBS)
+ AC_SUBST(INDICATOR_CFLAGS)
+