i9
changed/i9/gnome-shell-extension-notification-position-reloaded-0.0.0-1.git52923844.el9
commit
6e690c11a3
@ -0,0 +1 @@
|
|||||||
|
SOURCES/notification-position-reloaded-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
1a4424fe4728c02877c62d72bbd9944dd8e69f04 SOURCES/notification-position-reloaded-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz
|
@ -0,0 +1,45 @@
|
|||||||
|
%global extid %{extname_full}@marcinjakubowski.github.com
|
||||||
|
%global extname_full notification-position-reloaded
|
||||||
|
%global commit 52923844b3bd0975a79ec6d5048216d887ce1bd4
|
||||||
|
%global commit_short 52923844
|
||||||
|
%global commit_date 20230424
|
||||||
|
|
||||||
|
Name: gnome-shell-extension-%{extname_full}
|
||||||
|
Version: 0.0.0
|
||||||
|
Release: 1.%{?date}git%{?commit_short}%{?dist}
|
||||||
|
Summary: Gnome Shell extension allowing customization of notification banner
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
URL: https://github.com/marcinjakubowski/notification-position-reloaded
|
||||||
|
Source0: %{extname_full}-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: gnome-shell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Gnome Shell extension allowing customization of notification banner position
|
||||||
|
and animation properties
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{extname_full}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
||||||
|
cp -r . %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
%{_datadir}/gnome-shell/extensions/%{extid}/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Sep 08 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.0.0-1.git52923844
|
||||||
|
- Rebuilt for MSVSphere 9.2
|
||||||
|
|
||||||
|
* Fri Sep 8 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.0.0-1.20230424git52923844
|
||||||
|
- Initial build for MSVSphere 9.2
|
Loading…
Reference in new issue