From 0bc7a04d1d987233f377a67ff7425ad377a4778b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Apr 2022 05:46:38 -0400 Subject: [PATCH] import gnome-shell-extension-background-logo-40.0~rc-4.el9 --- .../0001-Adjust-default-values-for-RHEL.patch | 34 +++++++++++++++++++ ...gnome-shell-extension-background-logo.spec | 15 +++++--- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 SOURCES/0001-Adjust-default-values-for-RHEL.patch diff --git a/SOURCES/0001-Adjust-default-values-for-RHEL.patch b/SOURCES/0001-Adjust-default-values-for-RHEL.patch new file mode 100644 index 0000000..cef5503 --- /dev/null +++ b/SOURCES/0001-Adjust-default-values-for-RHEL.patch @@ -0,0 +1,34 @@ +From ca8d41f48b41f181e86804b940b2737b4255e4ef Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Mon, 28 Feb 2022 13:49:34 +0100 +Subject: [PATCH] Adjust default values for RHEL + +--- + .../org.fedorahosted.background-logo-extension.gschema.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/schemas/org.fedorahosted.background-logo-extension.gschema.xml b/schemas/org.fedorahosted.background-logo-extension.gschema.xml +index 74bc3a8..f7e8f07 100644 +--- a/schemas/org.fedorahosted.background-logo-extension.gschema.xml ++++ b/schemas/org.fedorahosted.background-logo-extension.gschema.xml +@@ -13,7 +13,7 @@ + + +- '/usr/share/fedora-logos/fedora_lightbackground.svg' ++ '/usr/share/redhat-logos/fedora_logo_darkbackground.svg' + Logo file + The full logo file path + +@@ -29,7 +29,7 @@ + + + +- 9.0 ++ 15.0 + Logo size + The logo size in percent relative to the screen width + +-- +2.35.1 + diff --git a/SPECS/gnome-shell-extension-background-logo.spec b/SPECS/gnome-shell-extension-background-logo.spec index eefcb81..f2f4261 100644 --- a/SPECS/gnome-shell-extension-background-logo.spec +++ b/SPECS/gnome-shell-extension-background-logo.spec @@ -3,7 +3,7 @@ Name: gnome-shell-extension-background-logo Version: 40.0~rc -Release: 3%{?dist} +Release: 4%{?dist} Summary: Background logo extension for GNOME Shell License: GPLv2+ @@ -16,12 +16,15 @@ BuildRequires: glib2-devel BuildRequires: git Requires: gnome-shell >= %{shell_version} +Requires: system-logos + +Patch0: 0001-Adjust-default-values-for-RHEL.patch # https://pagure.io/background-logo-extension/pull-request/32 -Patch0: 32.patch +Patch1: 32.patch -Patch1: 0001-Support-positioning-at-the-top.patch -Patch2: 0001-prefs-Scale-preview-border.patch +Patch2: 0001-Support-positioning-at-the-top.patch +Patch3: 0001-prefs-Scale-preview-border.patch %description Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop. @@ -42,6 +45,10 @@ Show your pride! Display the Fedora logo (or any other graphic) in the corner of %{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/ %changelog +* Mon Feb 28 2022 Florian Müllner - 40.0~rc-4 +- Adjust default values for RHEL + Resolves: #2057150 + * Tue Feb 22 2022 Florian Müllner - 40.0~rc-3 - Backport support for top positioning in RHEL Related: #2052594