diff --git a/0001-Adjust-default-values-for-AlmaLinux.patch b/0001-Adjust-default-values-for-AlmaLinux.patch new file mode 100644 index 0000000..fe3c547 --- /dev/null +++ b/0001-Adjust-default-values-for-AlmaLinux.patch @@ -0,0 +1,47 @@ +From b1de707062a2478f9a980683db8a8fbf55881f8d Mon Sep 17 00:00:00 2001 +From: Andrew Lukoshko +Date: Thu, 10 Oct 2024 20:50:04 +0000 +Subject: [PATCH] Adjust default values for AlmaLinux + +--- + ...org.fedorahosted.background-logo-extension.gschema.xml | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/schemas/org.fedorahosted.background-logo-extension.gschema.xml b/schemas/org.fedorahosted.background-logo-extension.gschema.xml +index 14f6793..5e23b3a 100644 +--- a/schemas/org.fedorahosted.background-logo-extension.gschema.xml ++++ b/schemas/org.fedorahosted.background-logo-extension.gschema.xml +@@ -13,18 +13,18 @@ + + +- '/usr/share/fedora-logos/fedora_lightbackground.svg' ++ '/usr/share/almalinux-logos/fedora_logo_darkbackground.svg' + Logo file + The full logo file path + + +- '/usr/share/fedora-logos/fedora_darkbackground.svg' ++ '/usr/share/almalinux-logos/fedora_logo_darkbackground.svg' + Logo file in dark mode + The full logo file path for dark mode + + +- 'bottom-right' ++ 'bottom-left' + Logo position + + The position logo of the logo; valid values are 'center', +@@ -34,7 +34,7 @@ + + + +- 9.0 ++ 9.0 + Logo size + The logo size in percent relative to the screen width + +-- +2.43.5 + diff --git a/gnome-shell-extension-background-logo.spec b/gnome-shell-extension-background-logo.spec index 5e3a865..9d971c9 100644 --- a/gnome-shell-extension-background-logo.spec +++ b/gnome-shell-extension-background-logo.spec @@ -9,6 +9,9 @@ Summary: Background logo extension for GNOME Shell License: GPL-2.0-or-later URL: https://pagure.io/background-logo-extension Source0: https://releases.pagure.org/background-logo-extension/background-logo-extension-%{tarball_version}.tar.xz + +Patch0: 0001-Adjust-default-values-for-AlmaLinux.patch + BuildArch: noarch BuildRequires: meson @@ -22,7 +25,7 @@ Requires: system-logos Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop. %prep -%autosetup -n background-logo-extension-%{tarball_version} -S git +%autosetup -n background-logo-extension-%{tarball_version} -S git -p1 %build %meson