Also adds manually built Plasma 6.7.4 packages (plasma-systemsettings, plasma-keyboard/kcm, plasma-print-manager, flatpak-kcm, sddm, sddm-kcm, kdebugsettings) and provides plasma-desktop-doc from sonic-desktop-interface-doc. Build-order regenerated. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
66 lines
1.4 KiB
RPMSpec
66 lines
1.4 KiB
RPMSpec
%global debug_package %{nil}
|
|
Name: libkdcraw
|
|
Summary: A C++ interface around LibRaw library
|
|
Version: 26.04.3
|
|
Release: 1%{?dist}
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later
|
|
URL: https://invent.kde.org/graphics/%{name}
|
|
Source0: http://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
## upstream patches
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gettext
|
|
BuildRequires: sonic-rpm-macros
|
|
BuildRequires: sonic-frameworks-cmake-modules
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: pkgconfig(libraw) >= 0.15
|
|
|
|
Requires: kf6-filesystem
|
|
|
|
%description
|
|
Libkdcraw is a C++ interface around LibRaw library used to decode RAW
|
|
picture files. More information about LibRaw can be found at
|
|
http://www.libraw.org.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: cmake(Qt6Gui)
|
|
%description devel
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%build
|
|
%cmake_kf6 \
|
|
-DQT_MAJOR_VERSION=6
|
|
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
|
|
%files
|
|
%doc AUTHORS
|
|
%license LICENSES/*
|
|
%{_kf6_libdir}/libKDcrawQt6.so.*
|
|
%{_kf6_datadir}/qlogging-categories6/*
|
|
|
|
%files devel
|
|
%{_kf6_libdir}/libKDcrawQt6.so
|
|
%{_includedir}/KDcrawQt6/
|
|
%{_kf6_libdir}/cmake/KDcrawQt6/
|
|
|
|
|
|
%changelog
|
|
* Fri Aug 28 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 26.04.3-1
|
|
- SonicDE build for Enterprise Linux 10
|