From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/
Date: Mon, 21 Aug 2023 12:43:25 +0000 (UTC) [thread overview]
Message-ID: <1692621587.0ce649767cf297927f61e4d0efe898fbe3d5f27c.lanodan@gentoo> (raw)
commit: 0ce649767cf297927f61e4d0efe898fbe3d5f27c
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Aug 21 12:38:36 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Aug 21 12:39:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ce64976
www-client/badwolf: Add webkit41 USE flag
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
www-client/badwolf/badwolf-1.2.2.ebuild | 9 +++++----
www-client/badwolf/badwolf-9999.ebuild | 7 ++++---
www-client/badwolf/metadata.xml | 3 +++
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/www-client/badwolf/badwolf-1.2.2.ebuild b/www-client/badwolf/badwolf-1.2.2.ebuild
index 76ce085ee2..0da003d06e 100644
--- a/www-client/badwolf/badwolf-1.2.2.ebuild
+++ b/www-client/badwolf/badwolf-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,13 +24,14 @@ SLOT="0"
DOCS=("README.md" "KnowledgeBase.md")
-IUSE="test"
+IUSE="+webkit41 test"
RESTRICT="!test? ( test )"
DEPEND="
x11-libs/gtk+:3
net-libs/libsoup:2.4
- net-libs/webkit-gtk:4=
+ webkit41? ( net-libs/webkit-gtk:4.1= )
+ !webkit41? ( net-libs/webkit-gtk:4= )
"
RDEPEND="${DEPEND}"
BDEPEND="test? ( app-text/mandoc )"
@@ -42,7 +43,7 @@ src_configure() {
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
LDFLAGS="${LDFLAGS}" \
DOCDIR="/usr/share/doc/${PF}" \
- WITH_WEBKITGTK=4.0 \
+ WITH_WEBKITGTK=$(usex webkit41 4.1 4.0) \
PREFIX="/usr" \
./configure
}
diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild
index 5c0d7dbc5c..4b6ebbec3b 100644
--- a/www-client/badwolf/badwolf-9999.ebuild
+++ b/www-client/badwolf/badwolf-9999.ebuild
@@ -24,12 +24,13 @@ SLOT="0"
DOCS=("README.md" "KnowledgeBase.md")
-IUSE="test"
+IUSE="+webkit41 test"
RESTRICT="!test? ( test )"
DEPEND="
x11-libs/gtk+:3
- net-libs/webkit-gtk:4=
+ webkit41? ( net-libs/webkit-gtk:4.1= )
+ !webkit41? ( net-libs/webkit-gtk:4= )
"
RDEPEND="${DEPEND}"
BDEPEND="test? ( app-text/mandoc )"
@@ -41,7 +42,7 @@ src_configure() {
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
LDFLAGS="${LDFLAGS}" \
DOCDIR="/usr/share/doc/${PF}" \
- WITH_WEBKITGTK=4.0 \
+ WITH_WEBKITGTK=$(usex webkit41 4.1 4.0) \
PREFIX="/usr" \
./configure
}
diff --git a/www-client/badwolf/metadata.xml b/www-client/badwolf/metadata.xml
index 67827df66f..3436bb79a3 100644
--- a/www-client/badwolf/metadata.xml
+++ b/www-client/badwolf/metadata.xml
@@ -10,4 +10,7 @@
for first-usage usability. Privacy is the first goal, and it should be
usable (security=usability^(-1) being false).
</longdescription>
+ <use>
+ <flag name="webkit41">Use <pkg>net-libs/webkit:4.1</pkg> (uses libsoup3 and so allows HTTP/2) instead of <pkg>net-libs/webkit:4</pkg></flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2023-08-21 12:43 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-21 12:43 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-17 9:45 [gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/ Haelwenn Monnier
2025-05-23 23:06 demize
2024-05-31 15:14 Haelwenn Monnier
2024-04-02 12:34 Haelwenn Monnier
2024-03-09 0:39 Piotr Kubaj
2024-02-27 20:28 Piotr Kubaj
2024-01-09 18:05 Haelwenn Monnier
2023-09-19 6:23 Haelwenn Monnier
2023-08-24 22:41 David Roman
2023-07-19 8:49 Haelwenn Monnier
2022-05-24 17:53 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2022-05-24 17:41 ` [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-10-02 17:26 Haelwenn Monnier
2021-10-01 21:09 Haelwenn Monnier
2021-09-07 2:44 Haelwenn Monnier
2021-04-19 21:25 Haelwenn Monnier
2021-04-19 21:25 Haelwenn Monnier
2021-04-02 21:20 Haelwenn Monnier
2021-04-02 18:33 Haelwenn Monnier
2020-09-04 9:27 Haelwenn Monnier
2020-07-21 13:53 Andrew Ammerlaan
2020-07-08 6:14 Haelwenn Monnier
2020-07-08 6:14 Haelwenn Monnier
2020-05-18 3:14 Haelwenn Monnier
2020-05-18 3:14 Haelwenn Monnier
2020-04-26 22:39 Alessandro Barbieri
2020-04-04 22:11 Haelwenn Monnier
2020-03-30 21:56 Haelwenn Monnier
2020-03-30 21:56 Haelwenn Monnier
2019-12-29 23:19 Haelwenn Monnier
2019-12-14 23:07 Haelwenn Monnier
2019-12-14 22:57 Haelwenn Monnier
2019-12-01 11:01 Haelwenn Monnier
2019-12-01 11:01 Haelwenn Monnier
2019-11-30 6:41 Haelwenn Monnier
2019-11-23 14:18 Haelwenn Monnier
2019-07-05 6:54 Haelwenn Monnier
2019-07-05 6:54 Haelwenn Monnier
2019-06-20 23:21 Haelwenn Monnier
2019-06-20 23:21 Haelwenn Monnier
2019-06-20 23:21 Haelwenn Monnier
2019-05-17 6:22 Haelwenn Monnier
2019-04-27 10:17 Haelwenn Monnier
2019-04-27 0:27 Haelwenn Monnier
2019-04-27 0:27 Haelwenn Monnier
2019-04-26 16:30 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1692621587.0ce649767cf297927f61e4d0efe898fbe3d5f27c.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox