commit: 27798bec01b881642adb0bda32b98eec03ed09e3 Author: Christophe Lermytte <gentoo <AT> lermytte <DOT> be> AuthorDate: Wed Nov 16 22:22:30 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 22:56:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27798bec
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 <AT> lermytte.be> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../{bijiben-40.1-r1.ebuild => bijiben-40.1-r2.ebuild} | 1 + app-misc/bijiben/files/bijiben-40.1-webkit-gtk-libsoup.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/app-misc/bijiben/bijiben-40.1-r1.ebuild b/app-misc/bijiben/bijiben-40.1-r2.ebuild similarity index 95% rename from app-misc/bijiben/bijiben-40.1-r1.ebuild rename to 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') + ]
