Add missing packages for SonicDE: KDE Gear 26.04.3, KF6 6.29.0, and support packages.
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>
This commit is contained in:
parent
ae7e14e753
commit
72af9e8022
70 changed files with 5036 additions and 3 deletions
55
kdsoap-ws-discovery-client/kdsoap-ws-discovery-client.spec
Normal file
55
kdsoap-ws-discovery-client/kdsoap-ws-discovery-client.spec
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
%global debug_package %{nil}
|
||||
Name: kdsoap-ws-discovery-client
|
||||
Version: 0.4.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Library for finding WS-Discovery devices in the network using Qt6 and KDSoap
|
||||
|
||||
License: GPL-3.0-or-later AND LicenseRef-OASIS AND LicenseRef-WS-Addressing AND LicenseRef-Discovery AND W3C
|
||||
URL: https://invent.kde.org/libraries/kdsoap-ws-discovery-client/
|
||||
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: cmake(KDSoap-qt6)
|
||||
BuildRequires: cmake(Qt6)
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development libraries and header files for Qt6 %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: cmake(KDSoap-qt6)
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
sed -i '/add_subdirectory(docs)/d' CMakeLists.txt
|
||||
|
||||
%build
|
||||
%cmake_kf6 -DBUILD_WITH_QT6=ON -DBUILD_QCH=OFF -DBUILD_DOCS=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
# Tests fail without internet
|
||||
%ctest || :
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSES/*
|
||||
%{_libdir}/libKDSoapWSDiscoveryClient.so.0{,.*}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/KDSoapWSDiscoveryClient/
|
||||
%{_libdir}/cmake/KDSoapWSDiscoveryClient/
|
||||
%{_libdir}/libKDSoapWSDiscoveryClient.so
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 0.4.0-4
|
||||
- SonicDE build for Enterprise Linux 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue