Initial build for MSVSphere 8.9

i8 changed/i8/gnome-shell-extension-desktop-icons-ng-0.4.0-1.el8
Arkady L. Shane 7 months ago
commit b122b0bd92
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/desktop-icons-ng-0.4.0.tar.xz

@ -0,0 +1 @@
0e351b51fc3afc2b75941053cd9511de8193f04b SOURCES/desktop-icons-ng-0.4.0.tar.xz

@ -0,0 +1,59 @@
%global extid %{extname}@rastersoft.com
%global extname ding
%global extname_full desktop-icons-ng
%global uuid org.gnome.shell.extensions.%{extname}
Name: gnome-shell-extension-%{extname_full}
Version: 0.4.0
Release: 1%{?dist}
Summary: GNOME Shell extension (next gen) for providing desktop icons
License: GPLv3+
URL: https://gitlab.com/rastersoft/desktop-icons-ng
Source0: %{url}/-/archive/%{version}/desktop-icons-ng-%{version}.tar.xz
BuildArch: noarch
BuildRequires: gobject-introspection
BuildRequires: intltool
BuildRequires: meson
Requires: gnome-shell
Requires: nautilus
Requires: xdg-desktop-portal-gtk
%description
This package provides a GNOME Shell extension for showing the contents of
~/Desktop on the desktop of the Shell. Common file management operations such as
launching, copy/paste, rename and deleting are supported.
You can use gnome-tweaks (additional package) or run in terminal:
gnome-extensions enable %{extid}
%prep
%autosetup -n %{extname_full}-%{version}
sed -e "/meson_post_install/d" -i meson.build
%build
%meson --localedir=%{_datadir}/locale
%meson_build
%install
%meson_install
%find_lang %{extname}
%files -f %{extname}.lang
#%license LICENSE
%doc README.md
%{_datadir}/glib-2.0/schemas/%{uuid}.gschema.xml
%{_datadir}/gnome-shell/extensions/%{extid}/
%changelog
* Tue Feb 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.0-1
- Initial build for MSVSphere 8.9
Loading…
Cancel
Save