diff --git a/kf5-syntax-highlighting.spec b/kf5-syntax-highlighting.spec index edcaf83..0a7407b 100644 --- a/kf5-syntax-highlighting.spec +++ b/kf5-syntax-highlighting.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions License: MIT @@ -31,6 +31,7 @@ BuildRequires: kf5-rpm-macros BuildRequires: perl-interpreter BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel # optional deps %if ! 0%{?bootstrap} BuildRequires: qt5-qtxmlpatterns-devel @@ -81,6 +82,8 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_bindir}/kate-syntax-highlighter %{_kf5_libdir}/libKF5SyntaxHighlighting.so.* +%{_kf5_qmldir}/org/kde/syntaxhighlighting/libkquicksyntaxhighlightingplugin.so +%{_kf5_qmldir}/org/kde/syntaxhighlighting/qmldir %files devel %{_kf5_libdir}/libKF5SyntaxHighlighting.so @@ -91,6 +94,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Nov 11 2021 Marc Deop - 5.88.0-2 +- Add BuildRequires: qt5-qtdeclarative-devel +- Add qml files + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0