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
BIN
libkcompactdisc/libkcompactdisc-25.12.3.tar.xz
Normal file
BIN
libkcompactdisc/libkcompactdisc-25.12.3.tar.xz
Normal file
Binary file not shown.
77
libkcompactdisc/libkcompactdisc.spec
Normal file
77
libkcompactdisc/libkcompactdisc.spec
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
%global debug_package %{nil}
|
||||
Name: libkcompactdisc
|
||||
Version: 25.12.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A KDE compact disc library
|
||||
|
||||
# License for this library is very nebulous.
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
URL: https://invent.kde.org/multimedia/libkcompactdisc
|
||||
|
||||
Source0: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: sonic-rpm-macros
|
||||
BuildRequires: cmake(KF6CoreAddons)
|
||||
BuildRequires: cmake(KF6Solid)
|
||||
BuildRequires: cmake(KF6I18n)
|
||||
|
||||
BuildRequires: cmake(Qt6DBus)
|
||||
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(phonon4qt6)
|
||||
|
||||
# historical conflicts
|
||||
# when split occured (kdemultimedia to libkcompactdisc)
|
||||
Conflicts: kdemultimedia-libs < 6:4.8.80
|
||||
# translations moved here (during kf5-libkcompactdisc)
|
||||
Conflicts: kde-l10n < 17.03
|
||||
# translations conflict with kf5-libkcompactdisc
|
||||
Conflicts: kf5-libkcompactdisc < 24.01.85
|
||||
Obsoletes: kf5-libkcompactdisc < 24.01.85
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: kf5-libkcompactdisc-devel < 24.01.85
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
%cmake_kf6 \
|
||||
-DQT_MAJOR_VERSION=6
|
||||
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name} --all-name --with-html --with-man
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING*
|
||||
%{_kf6_libdir}/libKCompactDisc6.so.5*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/KCompactDisc6/
|
||||
%{_kf6_libdir}/libKCompactDisc6.so
|
||||
%{_kf6_libdir}/cmake/KCompactDisc6/
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_KCompactDisc.pri
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 25.12.3-1
|
||||
- SonicDE build for Enterprise Linux 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue