Mark as compatible with GNOME 47
Resolves: https://issues.redhat.com/browse/RHEL-49586
This commit is contained in:
parent
8d8cc462a8
commit
e239dcd76b
25
0001-Mark-as-compatible-with-GNOME-47.patch
Normal file
25
0001-Mark-as-compatible-with-GNOME-47.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 64c679efc298bdcee920bc57c58228c61767706c Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||||
|
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
|
||||||
|
|
@ -3,18 +3,19 @@
|
|||||||
|
|
||||||
Name: gnome-shell-extension-%{ename}
|
Name: gnome-shell-extension-%{ename}
|
||||||
Version: 62
|
Version: 62
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Integrated icon taskbar and status panel for Gnome Shell
|
Summary: Integrated icon taskbar and status panel for Gnome Shell
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/home-sweet-gnome/dash-to-panel
|
URL: https://github.com/home-sweet-gnome/dash-to-panel
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
# https://github.com/home-sweet-gnome/dash-to-panel/pull/1948
|
# https://github.com/home-sweet-gnome/dash-to-panel/pull/1948
|
||||||
Patch0: %{name}-system-install-paths.patch
|
Patch0: %{name}-system-install-paths.patch
|
||||||
|
Patch1: 0001-Mark-as-compatible-with-GNOME-47.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: %{_bindir}/glib-compile-schemas
|
BuildRequires: %{_bindir}/glib-compile-schemas
|
||||||
Requires: gnome-shell >= 45~rc
|
Requires: gnome-shell >= 47~alpha
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dash to Panel is an icon taskbar for Gnome Shell. This extension moves the dash
|
Dash to Panel is an icon taskbar for Gnome Shell. This extension moves the dash
|
||||||
|
Loading…
Reference in New Issue
Block a user