[packaging/kde-buildstream] patches/freedesktop-sdk: add fwupd patch for freedesktop-sdk
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4538979ac02a985372f38945ebabbcea0c7b4db4 by Harald Sitter. Committed on 28/07/2026 at 02:18. Pushed by sitter into branch 'master'. add fwupd patch for freedesktop-sdk sets sbat A +29 -0 patches/freedesktop-sdk/0003-modify-fwupd-efi-for-kde-linux.patch https://invent.kde.org/packaging/kde-buildstream/-/commit/4538979ac02a985372f38945ebabbcea0c7b4db4 diff --git a/patches/freedesktop-sdk/0003-modify-fwupd-efi-for-kde-linux.patch b/patches/freedesktop-sdk/0003-modify-fwupd-efi-for-kde-linux.patch new file mode 100644 index 0000000..28faa6e --- /dev/null +++ b/patches/freedesktop-sdk/0003-modify-fwupd-efi-for-kde-linux.patch @@ -0,0 +1,29 @@ +From efb97ec43b7772c0fb8f1240c5e266c13e25ff72 Mon Sep 17 00:00:00 2001 +From: Harald Sitter <[email protected]> +Date: Mon, 27 Jul 2026 20:43:48 +0200 +Subject: [PATCH 3/3] modify fwupd-efi for kde-linux + +--- + elements/components/_private/fwupd-efi.bst | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/elements/components/_private/fwupd-efi.bst b/elements/components/_private/fwupd-efi.bst +index a707d8b57..a75a27d9c 100644 +--- a/elements/components/_private/fwupd-efi.bst ++++ b/elements/components/_private/fwupd-efi.bst +@@ -11,9 +11,9 @@ build-depends: + + variables: + meson-local: >- +- -Defi_sbat_distro_id="freedesktop-sdk" +- -Defi_sbat_distro_summary="Freedesktop SDK" +- -Defi_sbat_distro_url="https://freedesktop-sdk.io/" ++ -Defi_sbat_distro_id="kde-linux" ++ -Defi_sbat_distro_summary="KDE Linux" ++ -Defi_sbat_distro_url="https://linux.kde.org" + + sources: + - kind: git_repo +-- +2.55.0 +