Accepting request 1131306 from GNOME:Factory

Sync a patch with Leap/SLE, make it unfunctional since the rebase is needed. (forwarded request 1131282 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/1131306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=238
This commit is contained in:
Ana Guerrero 2023-12-07 18:09:08 +00:00 committed by Git OBS Bridge
commit cd765484c9
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/panels/info-overview/cc-info-overview-panel.c 2022-05-27 06:08:12.000000000 +0300
+++ b/panels/info-overview/cc-info-overview-panel.c 2022-10-17 22:35:19.478332000 +0300
@@ -954,6 +954,7 @@
icon = g_themed_icon_new_from_names ((char **) array->pdata, array->len);
gtk_image_set_from_gicon (panel->os_logo, icon, GTK_ICON_SIZE_INVALID);
+ gtk_image_set_pixel_size (panel->os_logo, 148);
}
static void

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 6 08:22:24 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
- Mark gnome-control-center-info-fix-distro-logo.patch as rebase
needed. The patch needs a deeper review because its base is too
old and SLE/Leap specific.
-------------------------------------------------------------------
Tue Nov 28 12:09:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
@ -530,6 +537,12 @@ Tue Dec 6 04:31:50 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com>
when method is WPA3 Personal
(glgo#GNOME/gnome-control-center!1520).
-------------------------------------------------------------------
Tue Oct 18 08:50:23 UTC 2022 - Milachew <milachew@mail.lv>
- Add gnome-control-center-info-fix-distro-logo.patch: Fix the size
of logo icon in About system (boo#1200581).
-------------------------------------------------------------------
Tue Oct 18 08:00:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -49,6 +49,8 @@ Patch1001: gnome-control-center-info-never-use-gnome-software.patch
Patch1002: gnome-control-center-more-power-button-actions.patch
# PATCH-FEATURE-SLE gnome-control-center-bring-back-firewall-zone.patch fate#316719 sckang@suse.com -- network: Bring back the firewall zone combo box to select proper firewall zone for each connection.
Patch1003: gnome-control-center-bring-back-firewall-zone.patch
# PATCH-NEEDS-REBASE gnome-control-center-info-fix-distro-logo.patch boo#1200581 milachew@mail.lv -- Fix the size of logo icon in About system
Patch1004: gnome-control-center-info-fix-distro-logo.patch
BuildRequires: /usr/bin/Xvfb
BuildRequires: cups-devel >= 1.4
@ -194,6 +196,8 @@ GNOME control center.
%patch -P 1001 -p1
%patch -P 1002 -p1
%patch -P 1003 -p1
# patch needs rebase
# %patch -P 1004 -p1
%endif
%build