diff options
author | 2022-11-16 23:22:30 +0100 | |
---|---|---|
committer | 2022-11-16 17:56:33 -0500 | |
commit | 27798bec01b881642adb0bda32b98eec03ed09e3 (patch) | |
tree | 66e3010edecd54f2d764ac5d0bbdf0dcb75af3dd /app-misc | |
parent | virtual/rust: drop 1.64.0, 1.65.0 (diff) | |
download | gentoo-27798bec01b881642adb0bda32b98eec03ed09e3.tar.gz gentoo-27798bec01b881642adb0bda32b98eec03ed09e3.tar.bz2 gentoo-27798bec01b881642adb0bda32b98eec03ed09e3.zip |
app-misc/bijiben: link against webkit-gtk:4.1
The evolution-data-server version this ebuild is using is linked
against libsoup:3.0, we need to use a webkit-gtk version that does so
too.
Closes: https://bugs.gentoo.org/878109
Closes: https://github.com/gentoo/gentoo/pull/28304
Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/bijiben/bijiben-40.1-r2.ebuild (renamed from app-misc/bijiben/bijiben-40.1-r1.ebuild) | 1 | ||||
-rw-r--r-- | app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/bijiben/bijiben-40.1-r1.ebuild b/app-misc/bijiben/bijiben-40.1-r2.ebuild index d7e5045ca8bc..5170e1f11c80 100644 --- a/app-misc/bijiben/bijiben-40.1-r1.ebuild +++ b/app-misc/bijiben/bijiben-40.1-r2.ebuild @@ -38,6 +38,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-40.1-meson-0.61.patch + "${FILESDIR}"/${PN}-40.1-webkit-gtk-libsoup.patch ) src_configure() { diff --git a/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch b/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch new file mode 100644 index 000000000000..150f97010686 --- /dev/null +++ b/app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/878109 + +--- a/meson.build ++++ b/meson.build +@@ -126,7 +126,7 @@ bijiben_deps = [ + dependency('libxml-2.0'), + dependency('libcurl'), + dependency('uuid'), +- dependency('webkit2gtk-4.0', version: '>= 2.26'), ++ dependency('webkit2gtk-4.1', version: '>= 2.26'), + cc.find_library('m') + ] |