From 01735e9d041249facabfc19a583bfd1e7206ad4e Mon Sep 17 00:00:00 2001 From: lea Date: Mon, 1 Apr 2024 20:31:24 -0700 Subject: [PATCH] fix(gnome-shell-extension-appmenu-is-back): patch for GNOME 46 (#1033) --- .../gnome-shell-extension-appmenu-is-back.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec b/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec index a7a3ab0f8d..16fa825ea8 100644 --- a/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec +++ b/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec @@ -3,7 +3,7 @@ Name: gnome-shell-extension-%{extension} Version: 2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME Shell extension to bring back the app menu License: GPL-3.0-only URL: https://github.com/fthx/appmenu-is-back @@ -11,8 +11,9 @@ URL: https://github.com/fthx/appmenu-is-back BuildArch: noarch Source0: https://github.com/fthx/appmenu-is-back/archive/refs/tags/v%{version}.tar.gz +Patch0: https://github.com/fthx/appmenu-is-back/commit/c251ff36d226dac679eb745638e3df236d3e1a20.patch -Requires: (gnome-shell >= 45~ with gnome-shell < 46~) +Requires: (gnome-shell >= 46~ with gnome-shell < 47~) Recommends: gnome-extensions-app %description @@ -30,5 +31,8 @@ install -Dm644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uui %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Mon Apr 1 2024 Lleyton Gray - 2-2 +- Patch for GNOME 46 compatibility + * Thu Nov 16 2023 Lleyton Gray - 2-1 - Initial Release