From 4b1757094258889d1dd5975672bb167f5f5f16df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 23 Feb 2022 08:43:46 -0600 Subject: [PATCH] Recommends: (icoutils if wine) to support .exe/.ico file previews --- kio-extras.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/kio-extras.spec b/kio-extras.spec index 1cbca80..098936e 100644 --- a/kio-extras.spec +++ b/kio-extras.spec @@ -1,5 +1,3 @@ -%undefine __cmake_in_source_build - # uncomment to enable bootstrap mode #global bootstrap 1 @@ -9,7 +7,7 @@ Name: kio-extras Version: 21.12.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Additional components to increase the functionality of KIO Framework License: GPLv2+ @@ -103,7 +101,9 @@ Provides: kio-extras-docs = %{version}-%{release} Obsoletes: kio-extras-htmlthumbnail < 18.08.3 # helpful for imagethumbnail plugin -Recommends: qt5-qtimageformats%{?_isa} +Recommends: qt5-qtimageformats%{?_isa} +# .exe/.ico previews, will limit dep to only if wine is installed for now -- rdieter +Recommends: (icoutils if wine) # when -info was split out Obsoletes: kio-extras < 19.04.1-1 @@ -160,7 +160,6 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" || %{_kf5_libexecdir}/smbnotifier %dir %{_kf5_plugindir}/kded %{_kf5_plugindir}/kded/filenamesearchmodule.so -#{_kf5_plugindir}/kded/networkwatcher.so %{_kf5_plugindir}/kded/recentdocumentsnotifier.so %{_kf5_plugindir}/kded/smbwatcher.so %dir %{_kf5_plugindir}/kio/ @@ -175,7 +174,6 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" || %{_kf5_plugindir}/kio/man.so %{_kf5_plugindir}/kiod/kmtpd.so %{_kf5_plugindir}/kio/mtp.so -#{_kf5_plugindir}/kio/network.so %{_kf5_plugindir}/kio/nfs.so %{_kf5_plugindir}/kio/recentdocuments.so %{_kf5_plugindir}/kio/recentlyused.so @@ -226,6 +224,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" || %changelog +* Wed Feb 23 2022 Rex Dieter - 21.12.2-2 +- Recommends: (icoutils if wine) + * Fri Feb 04 2022 Rex Dieter - 21.12.2-1 - 21.12.2