summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-06 23:21:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-06 23:33:03 +0100
commitbf0917e51cefa4753d6e2423de5e4d8965444e30 (patch)
tree415653d1748e7c51e3ab1b32ba91a0ab5359140c /app-text
parent1dfca3d59fe8089b5e7f8aea763dffa0d7ecf3fd (diff)
downloadkde-bf0917e51cefa4753d6e2423de5e4d8965444e30.tar.gz
kde-bf0917e51cefa4753d6e2423de5e4d8965444e30.tar.bz2
kde-bf0917e51cefa4753d6e2423de5e4d8965444e30.zip
app-text/kbibtex: Add new dependency and inherit python-any-r1
Upstream commit c48fe708e23916f8e6598490b8dc605995e6d25d Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kbibtex/kbibtex-9999.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
index 3363ba906fe..90d461d291c 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -5,9 +5,10 @@ EAPI=8
ECM_HANDBOOK="optional"
ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm kde.org optfeature
+PYTHON_COMPAT=( python3_{10..13} )
+KFMIN=6.9.0
+QTMIN=6.7.2
+inherit ecm kde.org optfeature python-any-r1 xdg
DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX"
@@ -55,12 +56,13 @@ RDEPEND="${COMMON_DEPEND}
dev-tex/bibtex2html
"
DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
"
src_configure() {
local mycmakeargs=(
- -DQT_MAJOR_VERSION=6 # TODO: re-add KDocTools search to this awful piece of cmake...
+ -DQT_MAJOR_VERSION=6
$(cmake_use_find_package webengine Qt6WebEngineWidgets)
)
@@ -71,5 +73,5 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "PDF or PostScript document previews" "kde-apps/okular:6"
fi
- ecm_pkg_postinst
+ xdg_pkg_postinst
}