Flatpak: Add appindicator plugin
Modules are copied from https://github.com/flathub/shared-modules
This commit is contained in:
20
flatpak/modules/libappindicator/libappindicator-ftbfs.patch
Normal file
20
flatpak/modules/libappindicator/libappindicator-ftbfs.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
From: Olivier Tilloy <olivier.tilloy@canonical.com>
|
||||
Date: Tue 2018-03-20 12:47:56 +0000
|
||||
Subject: [PATCH] libappindicator FTBFS on bionic
|
||||
|
||||
Fix build failures on bionic,
|
||||
and update Vcs-* fields in debian/control. (LP: #1757121)
|
||||
|
||||
Approved by: Marco Trevisan (Treviño)
|
||||
---
|
||||
--- libappindicator-12.10.0/src/app-indicator.c 2017-02-15 14:10:41 +0000
|
||||
+++ libappindicator-12.10.0/src/app-indicator.c 2018-03-20 12:38:59 +0000
|
||||
@@ -2196,7 +2196,7 @@ app_indicator_set_secondary_activate_tar
|
||||
|
||||
g_return_if_fail (GTK_IS_WIDGET (menuitem));
|
||||
|
||||
- priv->sec_activate_target = g_object_ref(G_OBJECT(menuitem));
|
||||
+ priv->sec_activate_target = g_object_ref(menuitem);
|
||||
priv->sec_activate_enabled = widget_is_menu_child(self, menuitem);
|
||||
g_signal_connect(menuitem, "parent-set", G_CALLBACK(sec_activate_target_parent_changed), self);
|
||||
}
|
||||
Reference in New Issue
Block a user