summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2024-02-23 09:15:37 +0000
committerJoonas Niilola <juippis@gentoo.org>2024-02-23 15:03:42 +0200
commitf406a34a23d17778d383c5cab0b86d86c32911db (patch)
tree6072dedcde7f4c06752e7ef6627833d1c127126f /net-irc
parentnet-irc/kvirc: fix build with +dcc-video (diff)
downloadgentoo-f406a34a23d17778d383c5cab0b86d86c32911db.tar.gz
gentoo-f406a34a23d17778d383c5cab0b86d86c32911db.tar.bz2
gentoo-f406a34a23d17778d383c5cab0b86d86c32911db.zip
net-irc/kvirc: sync live
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/35253 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/kvirc/kvirc-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
index aff1e010cbc6..32a984d0afbb 100644
--- a/net-irc/kvirc/kvirc-9999.ebuild
+++ b/net-irc/kvirc/kvirc-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
-IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora"
+IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webengine"
REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
BDEPEND="dev-lang/perl:0
@@ -29,6 +29,7 @@ BDEPEND="dev-lang/perl:0
kde? ( kde-frameworks/extra-cmake-modules:0 )
nls? ( sys-devel/gettext )"
DEPEND="dev-qt/qtcore:5
+ dev-qt/qtconcurrent:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
@@ -60,7 +61,8 @@ DEPEND="dev-qt/qtcore:5
media-libs/libogg
media-libs/libtheora
media-libs/libvorbis
- )"
+ )
+ webengine? ( dev-qt/qtwebengine:5[widgets] )"
RDEPEND="${DEPEND}
gsm? ( media-sound/gsm )"
@@ -114,7 +116,7 @@ src_configure() {
-DWANT_PHONON=$(usex phonon)
-DWANT_PYTHON=$(usex python)
-DWANT_QTDBUS=$(usex dbus)
- -DWANT_QTWEBKIT=OFF
+ -DWANT_QTWEBENGINE=$(usex webengine)
-DWANT_SPELLCHECKER=$(usex spell)
-DQT_VERSION_MAJOR=5