#6 Fix dependencies. Remove kipi and kdelibs4support, add purpose
Merged 3 months ago by aleasto. Opened 3 months ago by nicolasfella.
rpms/ nicolasfella/gwenview deps-fix  into  f39

file modified
+12 -3
@@ -2,7 +2,7 @@ 

  Summary: An image viewer

  Epoch:   1

  Version: 23.08.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  

  # app: GPLv2+

  # lib:  IJG and (LGPLv2 or LGPLv3 or LGPLv3+ (KDE e.V.)) and LGPLv2+ and GPLv2+
@@ -28,13 +28,19 @@ 

  BuildRequires: kf5-rpm-macros

  BuildRequires: kf5-baloo-devel

  BuildRequires: kf5-kactivities-devel

- BuildRequires: kf5-kdelibs4support-devel

  BuildRequires: kf5-kio-devel

+ BuildRequires: kf5-kitemmodels-devel

+ BuildRequires: kf5-ki18n-devel

+ BuildRequires: kf5-kparts-devel

+ BuildRequires: kf5-kiconthemes-devel

+ BuildRequires: kf5-knotifications-devel

+ BuildRequires: kf5-kguiaddons-devel

+ BuildRequires: kf5-purpose-devel

+ BuildRequires: kf5-kdoctools-devel

  #if "%{?copr_projectname}" == "digikam"

  # LibRaw not in all arches of RHEL8

  %if !(0%{?rhel} == 8 && ( "%{_arch}" == "aarch64" || "%{_arch}" == "s390x" ))

  BuildRequires: kf5-libkdcraw-devel

- BuildRequires: kf5-libkipi-devel

  %endif

  #endif

  BuildRequires: libappstream-glib
@@ -124,6 +130,9 @@ 

  

  

  %changelog

+ * Wed Mar 06 2024 Nicolas Fella <nicolas.fella@gmx.de> - 1:23.08.5-2

+ - Fix dependencies. Remove kipi and kdelibs4support, add purpose

+ 

  * Thu Feb 15 2024 Alessandro Astone <ales.astone@gmail.com> - 1:23.08.5-1

  - 23.08.5

  

no initial comment

rebased onto d0f611a

3 months ago

why is kf5-purpose-devel guarded by !(rhel8 && (aarch64 || s390x))?

rebased onto 2e8dd5d

3 months ago

why is kf5-purpose-devel guarded by !(rhel8 && (aarch64 || s390x))?

Because kf5-libkipi-devel was, for no apparent reason. Fixed

rebased onto 6a1d64c

3 months ago

rebased onto 56c6c9b

3 months ago

There's still "Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) ", but I guess that's out of scope for this patch

Pull-Request has been merged by aleasto

3 months ago
Metadata