commit b122b0bd922c79f9edd7bf0c73104ca3c6b9573a Author: tigro Date: Tue Feb 20 15:11:38 2024 +0300 Initial build for MSVSphere 8.9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e7c50d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/desktop-icons-ng-0.4.0.tar.xz diff --git a/.gnome-shell-extension-desktop-icons-ng.metadata b/.gnome-shell-extension-desktop-icons-ng.metadata new file mode 100644 index 0000000..71459a3 --- /dev/null +++ b/.gnome-shell-extension-desktop-icons-ng.metadata @@ -0,0 +1 @@ +0e351b51fc3afc2b75941053cd9511de8193f04b SOURCES/desktop-icons-ng-0.4.0.tar.xz diff --git a/SPECS/gnome-shell-extension-desktop-icons-ng.spec b/SPECS/gnome-shell-extension-desktop-icons-ng.spec new file mode 100644 index 0000000..575d463 --- /dev/null +++ b/SPECS/gnome-shell-extension-desktop-icons-ng.spec @@ -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 - 0.4.0-1 +- Initial build for MSVSphere 8.9 +