Compare commits
No commits in common. "c10" and "c10s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
||||
gnome-shell-extension-dash-to-panel-65.tar.gz
|
||||
/gnome-shell-extension-dash-to-panel-62.tar.gz
|
||||
/gnome-shell-extension-dash-to-panel-63.tar.gz
|
||||
/gnome-shell-extension-dash-to-panel-64.tar.gz
|
||||
/gnome-shell-extension-dash-to-panel-65.tar.gz
|
||||
/gnome-shell-extension-dash-to-panel-70.tar.gz
|
||||
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -1,29 +0,0 @@
|
||||
diff -up dash-to-panel-55/Makefile.orig dash-to-panel-55/Makefile
|
||||
--- dash-to-panel-55/Makefile.orig 2023-03-09 16:32:54.000000000 +0100
|
||||
+++ dash-to-panel-55/Makefile 2023-03-15 13:42:54.227368912 +0100
|
||||
@@ -10,9 +10,12 @@ EXTRA_IMAGES = highlight_stacked_bg.svg
|
||||
TOLOCALIZE = prefs.js appIcons.js
|
||||
MSGSRC = $(wildcard po/*.po)
|
||||
ifeq ($(strip $(DESTDIR)),)
|
||||
+ INSTALLTYPE = local
|
||||
INSTALLBASE = $(HOME)/.local/share/gnome-shell/extensions
|
||||
else
|
||||
+ INSTALLTYPE = system
|
||||
INSTALLBASE = $(DESTDIR)/usr/share/gnome-shell/extensions
|
||||
+ SHARE_PREFIX = $(DESTDIR)/usr/share
|
||||
endif
|
||||
INSTALLNAME = dash-to-panel@jderose9.github.com
|
||||
|
||||
@@ -71,6 +74,12 @@ install-local: _build
|
||||
rm -rf $(INSTALLBASE)/$(INSTALLNAME)
|
||||
mkdir -p $(INSTALLBASE)/$(INSTALLNAME)
|
||||
cp -r ./_build/* $(INSTALLBASE)/$(INSTALLNAME)/
|
||||
+ifeq ($(INSTALLTYPE),system)
|
||||
+ rm -r $(INSTALLBASE)/$(INSTALLNAME)/schemas $(INSTALLBASE)/$(INSTALLNAME)/locale
|
||||
+ mkdir -p $(SHARE_PREFIX)/glib-2.0/schemas $(SHARE_PREFIX)/locale
|
||||
+ cp -r ./schemas/*gschema.* $(SHARE_PREFIX)/glib-2.0/schemas
|
||||
+ cp -r ./_build/locale/* $(SHARE_PREFIX)/locale
|
||||
+endif
|
||||
-rm -fR _build
|
||||
echo done
|
||||
|
||||
@ -2,14 +2,12 @@
|
||||
%global extdir %{_datadir}/gnome-shell/extensions/dash-to-panel@jderose9.github.com
|
||||
|
||||
Name: gnome-shell-extension-%{ename}
|
||||
Version: 65
|
||||
Version: 70
|
||||
Release: 1%{?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
|
||||
BuildArch: noarch
|
||||
BuildRequires: gettext
|
||||
BuildRequires: make
|
||||
@ -42,6 +40,10 @@ rm -v %{buildroot}%{extdir}/{COPYING,README.md}
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{ename}.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2025 Florian Müllner <fmuellner@redhat.com> - 70-1
|
||||
- Update to 70
|
||||
Resolves: RHEL-127138
|
||||
|
||||
* Mon May 05 2025 Florian Müllner <fmuellner@redhat.com> - 65-1
|
||||
- Update to 65
|
||||
Resolves: RHEL-80432
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extension-dash-to-panel-65.tar.gz) = 6187ca2827b746e9a89abf0f54560932b5abeb0a117fedf4b0c338af7c6bdac566b6a58a19a942893eabec61960be0b440cd177431a3619af3ec851ea32321e9
|
||||
SHA512 (gnome-shell-extension-dash-to-panel-70.tar.gz) = a82391caf65d3d62e74bf2a240e47885d21dd6fcb532ae09c440bf3c2d89c9e91f5e8d7a28dc6cd6c749bfdb3ba2ffcaa8c593448e6d9b07ccce18533b9adab0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user