Update to 63
This commit is contained in:
parent
e239dcd76b
commit
eeadf9a884
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/gnome-shell-extension-dash-to-panel-62.tar.gz
|
/gnome-shell-extension-dash-to-panel-62.tar.gz
|
||||||
|
/gnome-shell-extension-dash-to-panel-63.tar.gz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
@ -2,15 +2,14 @@
|
|||||||
%global extdir %{_datadir}/gnome-shell/extensions/dash-to-panel@jderose9.github.com
|
%global extdir %{_datadir}/gnome-shell/extensions/dash-to-panel@jderose9.github.com
|
||||||
|
|
||||||
Name: gnome-shell-extension-%{ename}
|
Name: gnome-shell-extension-%{ename}
|
||||||
Version: 62
|
Version: 63
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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
|
||||||
@ -43,6 +42,10 @@ rm -v %{buildroot}%{extdir}/{COPYING,README.md}
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{ename}.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{ename}.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 07 2024 Florian Müllner <fmuellner@redhat.com> - 63-1
|
||||||
|
- Update to 63
|
||||||
|
Resolves: RHEL-61623
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 62-3
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 62-3
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-shell-extension-dash-to-panel-62.tar.gz) = b3c9255b999bf5761245836666f1d95201ed484cb272875de5abccdf3fffd22eb7e5bca27eec75006d774d7f0567624619a53e3778afc0c53e07fa129f141ca6
|
SHA512 (gnome-shell-extension-dash-to-panel-63.tar.gz) = 0b852ce2c8857135535eee04e0fa9eefd7ebb4b7d37de9ab6236a49f6249b4737b3ccc6d77d406878b284df6e9c155d7e4cf10d18a585c518f7be8746c0620be
|
||||||
|
Loading…
Reference in New Issue
Block a user