diff --git a/desktop-icons-20.04.0.tar.gz b/desktop-icons-20.04.0.tar.gz deleted file mode 100644 index 20e053a..0000000 Binary files a/desktop-icons-20.04.0.tar.gz and /dev/null differ diff --git a/desktop-icons-20.10.0.tar.gz b/desktop-icons-20.10.0.tar.gz new file mode 100644 index 0000000..68968ca Binary files /dev/null and b/desktop-icons-20.10.0.tar.gz differ diff --git a/gnome-shell-extension-desktop-icons.spec b/gnome-shell-extension-desktop-icons.spec index 94bde70..2a4c6c7 100644 --- a/gnome-shell-extension-desktop-icons.spec +++ b/gnome-shell-extension-desktop-icons.spec @@ -1,26 +1,27 @@ Name: gnome-shell-extension-desktop-icons -Version: 20.04.0 +Version: 20.10.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 +Source0: https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/archive/20.10.0/desktop-icons-20.10.0.tar.gz BuildArch: noarch BuildRequires: gobject-introspection BuildRequires: intltool BuildRequires: meson -Requires: gnome-shell +Requires: gnome-shell >= 3.30 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 +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 +%autosetup -n desktop-icons-%{version} sed -e "/meson_post_install/d" -i meson.build %build @@ -38,5 +39,8 @@ sed -e "/meson_post_install/d" -i meson.build %{_datadir}/gnome-shell/extensions/desktop-icons@csoriano/ %changelog +* Mon Oct 18 2021 weijin deng - 20.10.0-1 +- Upgrade to 20.10.0 + * Fri Aug 06 2021 guoshengsheng - 20.04.0-1 - Initial package