From 60225ffce77d0d5bfe583d9075b4edef52a7a1f4 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Mon, 5 Jun 2023 15:24:10 -0700 Subject: [PATCH] app-editors/apostrophe: Fix dependencies I'd prefer to patch it to use WebKit 4.1, but this was easier. --- app-editors/apostrophe/apostrophe-2.6.3.ebuild | 16 +++++++++------- app-editors/apostrophe/apostrophe-9999.ebuild | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/app-editors/apostrophe/apostrophe-2.6.3.ebuild b/app-editors/apostrophe/apostrophe-2.6.3.ebuild index efed764..3efdf2b 100644 --- a/app-editors/apostrophe/apostrophe-2.6.3.ebuild +++ b/app-editors/apostrophe/apostrophe-2.6.3.ebuild @@ -29,18 +29,18 @@ DEPEND=" dev-libs/glib dev-libs/gobject-introspection >=gui-libs/libhandy-1.6.0 - net-libs/webkit-gtk[introspection] + net-libs/webkit-gtk:4[introspection] sys-devel/gettext x11-libs/gtk+:3[introspection] " RDEPEND=" ${DEPEND} - dev-python/pycairo - dev-python/pyenchant - dev-python/pygobject - dev-python/pypandoc - dev-python/Levenshtein - dev-python/regex + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pyenchant[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/pypandoc[${PYTHON_USEDEP}] + dev-python/Levenshtein[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] " BDEPEND="dev-lang/sassc" @@ -48,3 +48,5 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update } + +distutils_enable_tests pytest diff --git a/app-editors/apostrophe/apostrophe-9999.ebuild b/app-editors/apostrophe/apostrophe-9999.ebuild index efed764..3efdf2b 100644 --- a/app-editors/apostrophe/apostrophe-9999.ebuild +++ b/app-editors/apostrophe/apostrophe-9999.ebuild @@ -29,18 +29,18 @@ DEPEND=" dev-libs/glib dev-libs/gobject-introspection >=gui-libs/libhandy-1.6.0 - net-libs/webkit-gtk[introspection] + net-libs/webkit-gtk:4[introspection] sys-devel/gettext x11-libs/gtk+:3[introspection] " RDEPEND=" ${DEPEND} - dev-python/pycairo - dev-python/pyenchant - dev-python/pygobject - dev-python/pypandoc - dev-python/Levenshtein - dev-python/regex + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pyenchant[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/pypandoc[${PYTHON_USEDEP}] + dev-python/Levenshtein[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] " BDEPEND="dev-lang/sassc" @@ -48,3 +48,5 @@ pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update } + +distutils_enable_tests pytest