diff --git a/0001-Mark-as-compatible-with-GNOME-47.patch b/0001-Mark-as-compatible-with-GNOME-47.patch new file mode 100644 index 0000000..a406b28 --- /dev/null +++ b/0001-Mark-as-compatible-with-GNOME-47.patch @@ -0,0 +1,25 @@ +From 64c679efc298bdcee920bc57c58228c61767706c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Tue, 23 Jul 2024 15:51:59 -0600 +Subject: [PATCH] Mark as compatible with GNOME 47 + +--- + metadata.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/metadata.json b/metadata.json +index cbe0821..e2c7056 100644 +--- a/metadata.json ++++ b/metadata.json +@@ -3,7 +3,7 @@ + "uuid": "dash-to-panel@jderose9.github.com", + "name": "Dash to Panel", + "description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nFor a more traditional experience, you may also want to use Tweak Tool to enable Windows > Titlebar Buttons > Minimize & Maximize.\n\nFor the best support, please report any issues on Github. Dash-to-panel is developed and maintained by @jderose9 and @charlesg99.", +- "shell-version": [ "46" ], ++ "shell-version": [ "46", "47" ], + "url": "https://github.com/home-sweet-gnome/dash-to-panel", + "gettext-domain": "dash-to-panel", + "version": 9999, +-- +2.45.2 + diff --git a/gnome-shell-extension-dash-to-panel.spec b/gnome-shell-extension-dash-to-panel.spec index 3a970f0..a77eb5f 100644 --- a/gnome-shell-extension-dash-to-panel.spec +++ b/gnome-shell-extension-dash-to-panel.spec @@ -3,18 +3,19 @@ Name: gnome-shell-extension-%{ename} Version: 62 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Integrated icon taskbar and status panel for Gnome Shell License: GPL-2.0-or-later URL: https://github.com/home-sweet-gnome/dash-to-panel Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # https://github.com/home-sweet-gnome/dash-to-panel/pull/1948 Patch0: %{name}-system-install-paths.patch +Patch1: 0001-Mark-as-compatible-with-GNOME-47.patch BuildArch: noarch BuildRequires: gettext BuildRequires: make BuildRequires: %{_bindir}/glib-compile-schemas -Requires: gnome-shell >= 45~rc +Requires: gnome-shell >= 47~alpha %description Dash to Panel is an icon taskbar for Gnome Shell. This extension moves the dash