|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global extdir %{_datadir}/gnome-shell/extensions/dash-to-panel@jderose9.github.com
|
|
|
|
|
|
|
|
|
|
Name: gnome-shell-extension-%{ename}
|
|
|
|
|
Version: 44
|
|
|
|
|
Version: 56
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Integrated icon taskbar and status panel for Gnome Shell
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
@ -15,7 +15,7 @@ BuildRequires: gettext
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: %{_bindir}/glib-compile-schemas
|
|
|
|
|
Requires: clutter
|
|
|
|
|
Requires: gnome-shell >= 40
|
|
|
|
|
Requires: gnome-shell >= 42
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Dash to Panel is an icon taskbar for Gnome Shell. This extension moves the dash
|
|
|
|
@ -43,5 +43,16 @@ rm -v %{buildroot}%{extdir}/{COPYING,README.md}
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{ename}.gschema.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 44-1
|
|
|
|
|
* Thu Sep 07 2023 Dominik Mierzejewski <dominik@greysector.net> - 56-1
|
|
|
|
|
- update to 56
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 55-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Dominik Mierzejewski <dominik@greysector.net> - 55-2
|
|
|
|
|
- correct run-time dependencies
|
|
|
|
|
- add explicit slash to extdir
|
|
|
|
|
- add missing comment
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Dominik Mierzejewski <dominik@greysector.net> - 55-1
|
|
|
|
|
- intial package
|
|
|
|
|