diff options
| -rw-r--r-- | kde-frameworks/sonnet/metadata.xml | 1 | ||||
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-5.88.0.ebuild | 11 | ||||
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-9999.ebuild | 11 |
3 files changed, 15 insertions, 8 deletions
diff --git a/kde-frameworks/sonnet/metadata.xml b/kde-frameworks/sonnet/metadata.xml index 2f06842351f..3831387b762 100644 --- a/kde-frameworks/sonnet/metadata.xml +++ b/kde-frameworks/sonnet/metadata.xml @@ -12,6 +12,7 @@ <flag name="aspell">Enable the app-text/aspell spell-checking backend</flag> <flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag> <flag name="hunspell">Enable the app-text/hunspell spell-checking backend</flag> + <flag name="qml">Enable QML/QtQuick support via dev-qt/qtdeclarative</flag> </use> <slots> <subslots> diff --git a/kde-frameworks/sonnet/sonnet-5.88.0.ebuild b/kde-frameworks/sonnet/sonnet-5.88.0.ebuild index dfbc16b7039..336d50b85f6 100644 --- a/kde-frameworks/sonnet/sonnet-5.88.0.ebuild +++ b/kde-frameworks/sonnet/sonnet-5.88.0.ebuild @@ -9,25 +9,28 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" + LICENSE="LGPL-2+ LGPL-2.1+" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="aspell +hunspell nls" +IUSE="aspell +hunspell nls qml" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell:= ) + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) " RDEPEND="${DEPEND}" +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" src_configure() { local mycmakeargs=( $(cmake_use_find_package aspell ASPELL) $(cmake_use_find_package hunspell HUNSPELL) + -DSONNET_USE_QML=$(usex qml) ) ecm_src_configure diff --git a/kde-frameworks/sonnet/sonnet-9999.ebuild b/kde-frameworks/sonnet/sonnet-9999.ebuild index 897c6ca121a..476cbfdc700 100644 --- a/kde-frameworks/sonnet/sonnet-9999.ebuild +++ b/kde-frameworks/sonnet/sonnet-9999.ebuild @@ -9,25 +9,28 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends" + LICENSE="LGPL-2+ LGPL-2.1+" KEYWORDS="" -IUSE="aspell +hunspell nls" +IUSE="aspell +hunspell nls qml" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell:= ) + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) " RDEPEND="${DEPEND}" +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" src_configure() { local mycmakeargs=( $(cmake_use_find_package aspell ASPELL) $(cmake_use_find_package hunspell HUNSPELL) + -DSONNET_USE_QML=$(usex qml) ) ecm_src_configure |
