From ef37968d829cbfdf0a556c4649064bd1160555da Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Tue, 20 Jun 2023 17:46:58 +0200 Subject: [PATCH] import sources --- gtk3-icon-browser-no-icon.patch | 26 ++++++++++++++++++++++++++ gtk3.spec | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 gtk3-icon-browser-no-icon.patch diff --git a/gtk3-icon-browser-no-icon.patch b/gtk3-icon-browser-no-icon.patch new file mode 100644 index 0000000..ca9050b --- /dev/null +++ b/gtk3-icon-browser-no-icon.patch @@ -0,0 +1,26 @@ +From a7a10aa63fa4e24d109b2e50f98c9616818f7e7a Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Wed, 21 Apr 2021 15:08:22 -0400 +Subject: [PATCH] iconbrowser: Don't use a nonexistent icon + +We don't have this icon, so don't put it in the +desktop file, or tools will get upset. +--- + demos/icon-browser/gtk3-icon-browser.desktop | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/demos/icon-browser/gtk3-icon-browser.desktop b/demos/icon-browser/gtk3-icon-browser.desktop +index c1a546e1d2..a7d6b4f0cb 100644 +--- a/demos/icon-browser/gtk3-icon-browser.desktop ++++ b/demos/icon-browser/gtk3-icon-browser.desktop +@@ -2,7 +2,6 @@ + Name=Icon Browser + Comment=An application that shows themed icons + Exec=gtk3-icon-browser +-Icon=gtk3-icon-browser + Terminal=false + Type=Application + StartupNotify=true +-- +GitLab + diff --git a/gtk3.spec b/gtk3.spec index a0706d8..70d0a69 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -55,6 +55,9 @@ Patch12: gtk-3.22.20-quiet-exit.patch Patch13: gtk-3.22.20-avoid-cellarea-crash.patch # https://bugzilla.redhat.com/show_bug.cgi?id=2058260 Patch14: 0001-Remove-the-without-parent-warning.patch +# Fix the rpminspect warning +# https://gitlab.gnome.org/GNOME/gtk/-/commit/5e673e94de3f59e3b937ce14d22b8c07c6e975cd +Patch15: gtk3-icon-browser-no-icon.patch BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0)