sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-18 18:38:43 +00:00
parent 2c0afcbbf3
commit b72ce7a5e9
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
1248 changed files with 11809 additions and 12798 deletions

View file

@ -3,15 +3,19 @@ Remove libappindicator support.
Index: src/gromit-mpx.h
--- src/gromit-mpx.h.orig
+++ src/gromit-mpx.h
@@ -27,7 +27,6 @@
@@ -28,11 +28,6 @@
#include <glib.h>
#include <gdk/gdk.h>
#include <gtk/gtk.h>
-#ifdef APPINDICATOR_IS_LEGACY
-#include <libappindicator/app-indicator.h>
-#else
-#include <libayatana-appindicator/app-indicator.h>
-#endif
#define GROMIT_MOUSE_EVENTS ( GDK_BUTTON_MOTION_MASK | \
@@ -98,7 +97,6 @@ typedef struct
GDK_BUTTON_PRESS_MASK | \
@@ -102,7 +97,6 @@ typedef struct
typedef struct
{
GtkWidget *win;