summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Chan <29583860+enlich@users.noreply.github.com>2020-10-31 05:02:45 -0700
committerJoonas Niilola <juippis@gentoo.org>2020-11-01 08:13:54 +0200
commit77ff0c5e421f1ff1a4eab09ebf2c666172358a85 (patch)
tree2bcd72b8a5545d1f2ff4a785b133176aac703e5a /dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
parentdev-libs/libtpms: Remove old (diff)
downloadgentoo-77ff0c5e421f1ff1a4eab09ebf2c666172358a85.tar.gz
gentoo-77ff0c5e421f1ff1a4eab09ebf2c666172358a85.tar.bz2
gentoo-77ff0c5e421f1ff1a4eab09ebf2c666172358a85.zip
dev-libs/libappindicator: fix segfault in app_indicator_set_icon_full
Applies the two patches from paulieg and sersorrel attached to https://bugs.launchpad.net/archlinux/+source/libappindicator/+bug/1867996 Signed-off-by: Henry Chan <29583860+enlich@users.noreply.github.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/18090 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild')
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
index 0a3bd6b40731..534690231318 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
@@ -33,6 +33,9 @@ PATCHES=(
"${FILESDIR}"/${P}-conditional-py-bindings.patch
# http://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.12.10/revision/244
"${FILESDIR}"/${P}-vala-inherit.patch
+ # https://bugs.launchpad.net/archlinux/+source/libappindicator/+bug/1867996
+ "${FILESDIR}"/${P}-lp1867996-fix-g-signal-emit.patch
+ "${FILESDIR}"/${P}-lp1867996-fix-iterate-search-path.patch
)
src_prepare() {