diff --git a/desktop-icons-20.04.0.tar.gz b/desktop-icons-20.04.0.tar.gz new file mode 100644 index 0000000..20e053a Binary files /dev/null and b/desktop-icons-20.04.0.tar.gz differ diff --git a/gnome-shell-extension-desktop-icons.spec b/gnome-shell-extension-desktop-icons.spec new file mode 100644 index 0000000..94bde70 --- /dev/null +++ b/gnome-shell-extension-desktop-icons.spec @@ -0,0 +1,42 @@ +Name: gnome-shell-extension-desktop-icons +Version: 20.04.0 +Release: 1 +Summary: GNOME Shell extension for providing desktop icons + +License: GPLv3+ +URL: https://gitlab.gnome.org/World/ShellExtensions/desktop-icons +Source0: https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/archive/20.04.0/desktop-icons-20.04.0.tar.gz +BuildArch: noarch + +BuildRequires: gobject-introspection +BuildRequires: intltool +BuildRequires: meson + +Requires: gnome-shell +Requires: nautilus >= 3.30.4 +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 desktop-icons@csoriano + +%prep +%autosetup -n desktop-icons-20.04.0 +sed -e "/meson_post_install/d" -i meson.build + +%build +%meson --localedir=%{_datadir}/locale +%meson_build + +%install +%meson_install +%find_lang desktop-icons + +%files -f desktop-icons.lang +%license LICENSE +%doc README.md +%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml +%{_datadir}/gnome-shell/extensions/desktop-icons@csoriano/ + +%changelog +* Fri Aug 06 2021 guoshengsheng - 20.04.0-1 +- Initial package