From e4bdd9cd487a2b6f87cecff093d16047662485d4 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:35:08 -0500 Subject: [PATCH] feat(fluent-kde-theme): add sddm subpkg (#13381) (#13383) * feat(fluent-kde-theme): add sddm subpkg * qa (cherry picked from commit 7439986083000b6b7560abaa1f2345752da89b03) Co-authored-by: madomado --- .../fluent-kde-theme/fluent-kde-theme.spec | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/anda/themes/fluent-kde-theme/fluent-kde-theme.spec b/anda/themes/fluent-kde-theme/fluent-kde-theme.spec index b0014961a5..d6b17094a4 100644 --- a/anda/themes/fluent-kde-theme/fluent-kde-theme.spec +++ b/anda/themes/fluent-kde-theme/fluent-kde-theme.spec @@ -4,7 +4,7 @@ Name: fluent-kde-theme Version: %commit_date.%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: Fluent design theme for KDE License: GPL-3.0-only @@ -17,6 +17,13 @@ BuildRequires: fdupes %description %summary +%package sddm +Summary: Fluent sddm theme for KDE +Supplements: (sddm and fluent-kde-theme) + +%description sddm +Fluent sddm theme for KDE Plasma desktop. + %prep %autosetup -n Fluent-kde-%{commit} @@ -41,6 +48,11 @@ sed -i "s|^[[:space:]]*WALLPAPER_DIR=.*|WALLPAPER_DIR=%{buildroot}%{_datadir}/wa # Invoke the installer now that variables are patched ./install.sh +pushd sddm +sed -i "s|^[[:space:]]*THEME_DIR=.*|THEME_DIR=%{buildroot}%{_datadir}/sddm/themes|" install.sh +./install.sh +popd + %fdupes %buildroot%_datadir %files @@ -53,5 +65,9 @@ sed -i "s|^[[:space:]]*WALLPAPER_DIR=.*|WALLPAPER_DIR=%{buildroot}%{_datadir}/wa %{_datadir}/Kvantum/Fluent*/ %{_datadir}/wallpapers/Fluent*/ +%files sddm +%license LICENSE + %changelog -%autochangelog +* Sat Jun 27 2026 madonuko - 20251110.44794f2-2 +- add sddm subpkg.