Skip to content

Commit

Permalink
media-sound/amarok: Rename IUSE wikipedia -> webengine
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 22, 2025
1 parent 4d49729 commit 3a21916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions media-sound/amarok/amarok-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOMEPAGE="https://amarok.kde.org/"

LICENSE="GPL-2"
SLOT="0"
IUSE="ipod mariadb mtp wikipedia X" # lastfm podcast
IUSE="ipod mariadb mtp webengine X" # lastfm podcast

# ipod requires gdk enabled and also gtk compiled in libgpod
DEPEND="
Expand Down Expand Up @@ -67,7 +67,7 @@ DEPEND="
mariadb? ( dev-db/mariadb-connector-c:= )
!mariadb? ( dev-db/mysql-connector-c:= )
mtp? ( media-libs/libmtp )
wikipedia? ( >=dev-qt/qtwebengine-${QTMIN}:6[widgets] )
webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[widgets] )
"
# lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
# podcast? ( >=media-libs/libmygpo-qt-1.0.9_p20180307 )
Expand All @@ -93,7 +93,7 @@ src_configure() {
$(cmake_use_find_package !mariadb MySQL)
$(cmake_use_find_package mtp Mtp)
# $(cmake_use_find_package podcast Mygpo-qt5)
$(cmake_use_find_package wikipedia Qt6WebEngineWidgets)
$(cmake_use_find_package webengine Qt6WebEngineWidgets)
-DWITH_X11=$(usex X)
)
use ipod && mycmakeargs+=( -DWITH_GDKPixBuf=ON )
Expand Down
2 changes: 1 addition & 1 deletion media-sound/amarok/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<flag name="mariadb">Prefer <pkg>dev-db/mariadb-connector-c</pkg> over <pkg>dev-db/mysql-connector-c</pkg></flag>
<flag name="mtp">Enable support for libMTP (Plays4Sure) devices access through libmtp</flag>
<!-- <flag name="podcast">Enable gpodder.net podcast support via <pkg>media-libs/libmygpo-qt</pkg></flag> -->
<flag name="wikipedia">Enable wikipedia widget using <pkg>dev-qt/qtwebengine</pkg></flag>
<flag name="webengine">Enable wikipedia widget using <pkg>dev-qt/qtwebengine</pkg></flag>
</use>
</pkgmetadata>

0 comments on commit 3a21916

Please sign in to comment.