summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2020-01-06 10:58:12 +0400
committerMichał Górny <mgorny@gentoo.org>2020-01-06 15:04:25 +0100
commit7e70628c28fa4bbd2c43f74920b9a1073dd8f6df (patch)
tree0ee64e6dd3ee452d73b205fba25365f7cd90529c /net-news/liferea
parentnet-news/liferea: drop old (diff)
downloadgentoo-7e70628c28fa4bbd2c43f74920b9a1073dd8f6df.tar.gz
gentoo-7e70628c28fa4bbd2c43f74920b9a1073dd8f6df.tar.bz2
gentoo-7e70628c28fa4bbd2c43f74920b9a1073dd8f6df.zip
net-news/liferea: fixed build against >=net-libs/webkit-gtk-2.26.2
Closes: https://bugs.gentoo.org/704594 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/14257 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-news/liferea')
-rw-r--r--net-news/liferea/liferea-1.12.3.ebuild7
-rw-r--r--net-news/liferea/liferea-1.12.7.ebuild7
2 files changed, 14 insertions, 0 deletions
diff --git a/net-news/liferea/liferea-1.12.3.ebuild b/net-news/liferea/liferea-1.12.3.ebuild
index 8cd6e8a1b5de..523c5692039b 100644
--- a/net-news/liferea/liferea-1.12.3.ebuild
+++ b/net-news/liferea/liferea-1.12.3.ebuild
@@ -43,6 +43,13 @@ src_configure() {
gnome2_src_configure --disable-schemas-compile
}
+src_compile() {
+ # Workaround crash in libwebkit2gtk-4.0.so
+ # https://bugs.gentoo.org/704594
+ WEBKIT_DISABLE_COMPOSITING_MODE=1 \
+ gnome2_src_compile
+}
+
src_install() {
gnome2_src_install
diff --git a/net-news/liferea/liferea-1.12.7.ebuild b/net-news/liferea/liferea-1.12.7.ebuild
index 370391a17c9a..15e84f1529bb 100644
--- a/net-news/liferea/liferea-1.12.7.ebuild
+++ b/net-news/liferea/liferea-1.12.7.ebuild
@@ -34,6 +34,13 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
+src_compile() {
+ # Workaround crash in libwebkit2gtk-4.0.so
+ # https://bugs.gentoo.org/704594
+ WEBKIT_DISABLE_COMPOSITING_MODE=1 \
+ gnome2_src_compile
+}
+
pkg_postinst() {
gnome2_pkg_postinst