2026-08-25 01:26:42 +02:00
|
|
|
# Generated for SonicDE from Fedora's breeze-gtk.spec.
|
|
|
|
|
# SonicDE is a hard fork of KDE Plasma; the sources come from the
|
|
|
|
|
# https://github.com/Sonic-DE/sonic-silver-gtk fork, not from download.kde.org.
|
|
|
|
|
%define _disable_source_fetch 0
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
%global reponame sonic-silver-gtk
|
|
|
|
|
# Upstream KDE project: breeze-gtk
|
|
|
|
|
%global oldname breeze-gtk
|
|
|
|
|
|
|
|
|
|
#Name: breeze-gtk
|
|
|
|
|
Name: sonic-silver-gtk
|
|
|
|
|
Version: 6.7.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Breeze widget theme for GTK
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause AND CC0-1.0
|
|
|
|
|
#URL: https://invent.kde.org/plasma/%%{name}
|
|
|
|
|
URL: https://github.com/Sonic-DE/%{reponame}
|
|
|
|
|
|
|
|
|
|
#Source0: http://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{name}-%%{version}.tar.xz
|
|
|
|
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{reponame}-%{version}.tar.gz
|
|
|
|
|
#Source1: http://download.kde.org/%%{stable_kf6}/plasma/%%{version}/%%{name}-%%{version}.tar.xz.sig
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gtk2-engines
|
|
|
|
|
BuildRequires: sonic-breeze-devel
|
|
|
|
|
BuildRequires: python3-cairo-devel
|
|
|
|
|
BuildRequires: sassc
|
|
|
|
|
|
|
|
|
|
BuildRequires: sonic-frameworks-cmake-modules
|
|
|
|
|
BuildRequires: sonic-rpm-macros
|
|
|
|
|
|
|
|
|
|
# not used directly, but is an indirect dep from ECMQueryQmake.cmake
|
|
|
|
|
# probably should be fixed there -- rex
|
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
|
|
|
|
|
|
# main meta package to depend on all subpkgs, for cleaner/simpler upgrade path
|
|
|
|
|
Requires: %{name}-gtk2 = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-gtk3 = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-gtk4 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
Provides: breeze-gtk = %{version}-%{release}
|
|
|
|
|
Conflicts: breeze-gtk < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package common
|
|
|
|
|
Summary: Breeze widget theme for GTK common files
|
|
|
|
|
Conflicts: sonic-silver-gtk < 5.20.2-2
|
|
|
|
|
|
|
|
|
|
Provides: breeze-gtk-common = %{version}-%{release}
|
|
|
|
|
Conflicts: breeze-gtk-common < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description common
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package gtk2
|
|
|
|
|
Summary: Breeze widget theme for GTK 2
|
|
|
|
|
Requires: gtk2-engines
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
Supplements: (sonic-breeze and gtk2)
|
|
|
|
|
Provides: breeze-gtk-gtk2 = %{version}-%{release}
|
|
|
|
|
Conflicts: breeze-gtk-gtk2 < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gtk2
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package gtk3
|
|
|
|
|
Summary: Breeze widget theme for GTK 3
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
Supplements: (sonic-breeze and gtk3)
|
|
|
|
|
Provides: breeze-gtk-gtk3 = %{version}-%{release}
|
|
|
|
|
Conflicts: breeze-gtk-gtk3 < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gtk3
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package gtk4
|
|
|
|
|
Summary: Breeze widget theme for GTK 4
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
Supplements: (sonic-breeze and gtk4)
|
|
|
|
|
Provides: breeze-gtk-gtk4 = %{version}-%{release}
|
|
|
|
|
Conflicts: breeze-gtk-gtk4 < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gtk4
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{reponame}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
# empty metapackage
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
|
%doc README.md
|
Fix spec files for RHEL 10 compatibility and SonicDE source changes
- sonic-win: Add sonic-win binary and systemd service to %files
- sonic-drawing-tablet: Stub WACOM_PROP_* constants (xorg-wacom not on RHEL 10)
- sonic-workspace: Remove Fedora look-and-feel setup, fix libklookandfeel version,
add unpackaged files (kconf_update, plasma-startup-sound, plasmanotify.portal)
- sonic-desktop-interface: Remove non-applicable SDDM patch, fix find_lang names,
remove non-existent files from %files, add unpackaged keyboardlayout/kconf_update
- sonic-login-manager: Rename plasmalogin -> soniclogin throughout spec,
patch CMakeLists.txt to use Xwayland instead of Xorg, update %files for new paths
- sonic-workspace-addons: Add missing dbus service file
- sonic-dr-robotnik: Add unpackaged systemd files and binaries
- sonic-system-info: Remove missing desktop file
- sonic-breeze: Add unpackaged kcursorgen, cmake, desktoptheme files
- sonic-sysguard-library: Fix tarball directory name, add ksysguard-identify
- sonic-ecco: Disable tests (xorg-x11-server-Xvfb not on RHEL 10)
- sonic-network-manager: Accept older Qt6Keychain version
- sonic-partition-manager: Accept older KPMcore version
- Various other find_lang and %files fixes
All 136 packages now build successfully on RHEL 10.
2026-08-26 09:00:53 +00:00
|
|
|
%dir %{_datadir}/themes/Silver/
|
|
|
|
|
%{_datadir}/themes/Silver/assets/
|
|
|
|
|
%{_datadir}/themes/Silver/settings.ini
|
|
|
|
|
%dir %{_datadir}/themes/Silver-Dark/
|
|
|
|
|
%{_datadir}/themes/Silver-Dark/assets/
|
|
|
|
|
%{_datadir}/themes/Silver-Dark/settings.ini
|
2026-08-25 01:26:42 +02:00
|
|
|
|
|
|
|
|
%files gtk2
|
Fix spec files for RHEL 10 compatibility and SonicDE source changes
- sonic-win: Add sonic-win binary and systemd service to %files
- sonic-drawing-tablet: Stub WACOM_PROP_* constants (xorg-wacom not on RHEL 10)
- sonic-workspace: Remove Fedora look-and-feel setup, fix libklookandfeel version,
add unpackaged files (kconf_update, plasma-startup-sound, plasmanotify.portal)
- sonic-desktop-interface: Remove non-applicable SDDM patch, fix find_lang names,
remove non-existent files from %files, add unpackaged keyboardlayout/kconf_update
- sonic-login-manager: Rename plasmalogin -> soniclogin throughout spec,
patch CMakeLists.txt to use Xwayland instead of Xorg, update %files for new paths
- sonic-workspace-addons: Add missing dbus service file
- sonic-dr-robotnik: Add unpackaged systemd files and binaries
- sonic-system-info: Remove missing desktop file
- sonic-breeze: Add unpackaged kcursorgen, cmake, desktoptheme files
- sonic-sysguard-library: Fix tarball directory name, add ksysguard-identify
- sonic-ecco: Disable tests (xorg-x11-server-Xvfb not on RHEL 10)
- sonic-network-manager: Accept older Qt6Keychain version
- sonic-partition-manager: Accept older KPMcore version
- Various other find_lang and %files fixes
All 136 packages now build successfully on RHEL 10.
2026-08-26 09:00:53 +00:00
|
|
|
%{_datadir}/themes/Silver/gtk-2.0/
|
|
|
|
|
%{_datadir}/themes/Silver-Dark/gtk-2.0/
|
2026-08-25 01:26:42 +02:00
|
|
|
|
|
|
|
|
%files gtk3
|
Fix spec files for RHEL 10 compatibility and SonicDE source changes
- sonic-win: Add sonic-win binary and systemd service to %files
- sonic-drawing-tablet: Stub WACOM_PROP_* constants (xorg-wacom not on RHEL 10)
- sonic-workspace: Remove Fedora look-and-feel setup, fix libklookandfeel version,
add unpackaged files (kconf_update, plasma-startup-sound, plasmanotify.portal)
- sonic-desktop-interface: Remove non-applicable SDDM patch, fix find_lang names,
remove non-existent files from %files, add unpackaged keyboardlayout/kconf_update
- sonic-login-manager: Rename plasmalogin -> soniclogin throughout spec,
patch CMakeLists.txt to use Xwayland instead of Xorg, update %files for new paths
- sonic-workspace-addons: Add missing dbus service file
- sonic-dr-robotnik: Add unpackaged systemd files and binaries
- sonic-system-info: Remove missing desktop file
- sonic-breeze: Add unpackaged kcursorgen, cmake, desktoptheme files
- sonic-sysguard-library: Fix tarball directory name, add ksysguard-identify
- sonic-ecco: Disable tests (xorg-x11-server-Xvfb not on RHEL 10)
- sonic-network-manager: Accept older Qt6Keychain version
- sonic-partition-manager: Accept older KPMcore version
- Various other find_lang and %files fixes
All 136 packages now build successfully on RHEL 10.
2026-08-26 09:00:53 +00:00
|
|
|
%{_datadir}/themes/Silver/gtk-3.0/
|
|
|
|
|
%{_datadir}/themes/Silver-Dark/gtk-3.0/
|
2026-08-25 01:26:42 +02:00
|
|
|
|
|
|
|
|
%files gtk4
|
Fix spec files for RHEL 10 compatibility and SonicDE source changes
- sonic-win: Add sonic-win binary and systemd service to %files
- sonic-drawing-tablet: Stub WACOM_PROP_* constants (xorg-wacom not on RHEL 10)
- sonic-workspace: Remove Fedora look-and-feel setup, fix libklookandfeel version,
add unpackaged files (kconf_update, plasma-startup-sound, plasmanotify.portal)
- sonic-desktop-interface: Remove non-applicable SDDM patch, fix find_lang names,
remove non-existent files from %files, add unpackaged keyboardlayout/kconf_update
- sonic-login-manager: Rename plasmalogin -> soniclogin throughout spec,
patch CMakeLists.txt to use Xwayland instead of Xorg, update %files for new paths
- sonic-workspace-addons: Add missing dbus service file
- sonic-dr-robotnik: Add unpackaged systemd files and binaries
- sonic-system-info: Remove missing desktop file
- sonic-breeze: Add unpackaged kcursorgen, cmake, desktoptheme files
- sonic-sysguard-library: Fix tarball directory name, add ksysguard-identify
- sonic-ecco: Disable tests (xorg-x11-server-Xvfb not on RHEL 10)
- sonic-network-manager: Accept older Qt6Keychain version
- sonic-partition-manager: Accept older KPMcore version
- Various other find_lang and %files fixes
All 136 packages now build successfully on RHEL 10.
2026-08-26 09:00:53 +00:00
|
|
|
%{_datadir}/themes/Silver/gtk-4.0/
|
|
|
|
|
%{_datadir}/themes/Silver-Dark/gtk-4.0/
|
2026-08-25 01:26:42 +02:00
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 24 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.7.4-1
|
|
|
|
|
- SonicDE hard fork build for Enterprise Linux 10 and Fedora
|