# # Please do not update/rebuild/touch this package before asking first # to mikala and/or neoclust and/or daviddavid # This package is part of the KDE Stack. # %define rel 1 Name: markdownpart Version: 20.12.3 Release: %mkrel %{rel} Summary: KPart for rendering Markdown content Group: Graphical desktop/KDE License: GPLv2+ Url: https://kde.org/ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: kf5-macros BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5Parts) %description A(nother) Markdown viewer KParts plugin, which allows KParts-using applications to display files in Markdown format in the rendered target format. Examples are Ark, Krusader, Kate's preview plugin & Konqueror. %files -f %{name}.lang %{_kf5_plugindir}/parts/markdownpart.so %{_kf5_services}/markdownpart.desktop %{_kf5_metainfodir}/org.kde.markdownpart.metainfo.xml #------------------------------------------------------------------------- %prep %autosetup -p1 %build %cmake_kf5 %cmake_build %install %cmake_install %find_lang %{name} --with-html