From 6e690c11a3edaca701a4cbef8dcc46bdf4150784 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 8 Sep 2023 12:49:58 +0300 Subject: [PATCH] import gnome-shell-extension-notification-position-reloaded-0.0.0-1.git52923844.el9 --- .gitignore | 1 + ...on-notification-position-reloaded.metadata | 1 + ...xtension-notification-banner-reloaded.spec | 45 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 .gnome-shell-extension-notification-position-reloaded.metadata create mode 100644 SPECS/gnome-shell-extension-notification-banner-reloaded.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9682917 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/notification-position-reloaded-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz diff --git a/.gnome-shell-extension-notification-position-reloaded.metadata b/.gnome-shell-extension-notification-position-reloaded.metadata new file mode 100644 index 0000000..f382218 --- /dev/null +++ b/.gnome-shell-extension-notification-position-reloaded.metadata @@ -0,0 +1 @@ +1a4424fe4728c02877c62d72bbd9944dd8e69f04 SOURCES/notification-position-reloaded-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz diff --git a/SPECS/gnome-shell-extension-notification-banner-reloaded.spec b/SPECS/gnome-shell-extension-notification-banner-reloaded.spec new file mode 100644 index 0000000..fe66299 --- /dev/null +++ b/SPECS/gnome-shell-extension-notification-banner-reloaded.spec @@ -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 - 0.0.0-1.git52923844 +- Rebuilt for MSVSphere 9.2 + +* Fri Sep 8 2023 Arkady L. Shane - 0.0.0-1.20230424git52923844 +- Initial build for MSVSphere 9.2