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
102
libkcddb/libkcddb.spec
Normal file
102
libkcddb/libkcddb.spec
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
%global debug_package %{nil}
|
||||
Name: libkcddb
|
||||
Version: 26.04.3
|
||||
Release: 1%{?dist}
|
||||
Summary: CDDB retrieval library
|
||||
|
||||
# Automatically converted from old format: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later - review is highly recommended.
|
||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
URL: https://invent.kde.org/multimedia/libkcddb
|
||||
|
||||
Source0: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: sonic-rpm-macros
|
||||
BuildRequires: cmake(KF6Config)
|
||||
BuildRequires: cmake(KF6DocTools)
|
||||
BuildRequires: cmake(KF6Codecs)
|
||||
BuildRequires: cmake(KF6I18n)
|
||||
BuildRequires: cmake(KF6KCMUtils)
|
||||
BuildRequires: cmake(KF6KIO)
|
||||
BuildRequires: cmake(KF6WidgetsAddons)
|
||||
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6Core5Compat)
|
||||
|
||||
BuildRequires: pkgconfig(libmusicbrainz5)
|
||||
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
|
||||
# kcmshell5
|
||||
Recommends: kde-cli-tools
|
||||
|
||||
# when split occured (kdemultimedia to libkcddb)
|
||||
Conflicts: kdemultimedia-libs < 6:4.8.80
|
||||
# translations moved here (kf5-libkcddb)
|
||||
Conflicts: kde-l10n < 17.03
|
||||
Obsoletes: kf5-libkcddb-kcm < 24.01.85
|
||||
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# when split occured
|
||||
Conflicts: kdemultimedia-devel < 6:4.8.80
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
# Automatically converted from old format: GFDL - review is highly recommended.
|
||||
License: LicenseRef-Callaway-GFDL
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# now ahead of kf5-libkcddb
|
||||
Conflicts: kf5-libkcddb-doc < 24.01.85
|
||||
Obsoletes: kf5-libkcddb-doc < 24.01.85
|
||||
%description doc
|
||||
Documentation for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
||||
%cmake_kf6 \
|
||||
-DQT_MAJOR_VERSION=6
|
||||
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name} --all-name --with-man
|
||||
%find_lang %{name}-doc --all-name --with-html --without-mo
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license LICENSES/*
|
||||
%{_kf6_libdir}/libKCddb6.so.5*
|
||||
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so
|
||||
%{_kf6_datadir}/applications/kcm_cddb.desktop
|
||||
%{_kf6_datadir}/config.kcfg/libkcddb5.kcfg
|
||||
%{_kf6_datadir}/qlogging-categories6/*
|
||||
|
||||
%files devel
|
||||
%{_kf6_libdir}/libKCddb6.so
|
||||
%{_includedir}/KCddb6/
|
||||
%{_kf6_libdir}/cmake/KCddb6/
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_KCddb.pri
|
||||
|
||||
%files doc -f %{name}-doc.lang
|
||||
|
||||
|
||||
%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
|
||||
Loading…
Add table
Add a link
Reference in a new issue