Compare commits

..

2 Commits

Author SHA1 Message Date
025ea02476 Fix filename 2022-05-06 13:18:23 +03:00
36a9d751f5 AlmaLinux changes 2022-05-06 12:13:29 +03:00
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -aruN background-logo-extension-40.rc/schemas/org.fedorahosted.background-logo-extension.gschema.xml background-logo-extension-40.rc.alma/schemas/org.fedorahosted.background-logo-extension.gschema.xml
--- background-logo-extension-40.rc/schemas/org.fedorahosted.background-logo-extension.gschema.xml 2022-05-06 12:07:58.000000000 +0300
+++ background-logo-extension-40.rc.alma/schemas/org.fedorahosted.background-logo-extension.gschema.xml 2022-05-06 12:08:53.000000000 +0300
@@ -10,7 +10,7 @@
<schema path="/org/fedorahosted/background-logo-extension/"
id="org.fedorahosted.background-logo-extension">
<key type="s" name="logo-file">
- <default>'/usr/share/redhat-logos/fedora_logo_darkbackground.svg'</default>
+ <default>'/usr/share/almalinux-logos/fedora_logo_darkbackground.svg'</default>
<summary>Logo file</summary>
<description>The full logo file path</description>
</key>

View File

@ -3,7 +3,7 @@
Name: gnome-shell-extension-background-logo Name: gnome-shell-extension-background-logo
Version: 40.0~rc Version: 40.0~rc
Release: 4%{?dist} Release: 4%{?dist}.alma
Summary: Background logo extension for GNOME Shell Summary: Background logo extension for GNOME Shell
License: GPLv2+ License: GPLv2+
@ -26,6 +26,9 @@ Patch1: 32.patch
Patch2: 0001-Support-positioning-at-the-top.patch Patch2: 0001-Support-positioning-at-the-top.patch
Patch3: 0001-prefs-Scale-preview-border.patch Patch3: 0001-prefs-Scale-preview-border.patch
# AlmaLinux patches
Patch1000: almalinux_background.patch
%description %description
Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop. Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop.
@ -45,6 +48,9 @@ Show your pride! Display the Fedora logo (or any other graphic) in the corner of
%{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/ %{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/
%changelog %changelog
* Fri May 06 2022 Eduard Abdullin <eabdullin@almalinux.org> - 40.0~rc-4.alma
- Added almalinux_background.patch
* Mon Feb 28 2022 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-4 * Mon Feb 28 2022 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-4
- Adjust default values for RHEL - Adjust default values for RHEL
Resolves: #2057150 Resolves: #2057150