gnome-shell-extension-deskt.../gnome-shell-extension-desktop-icons.spec
2021-10-18 12:01:46 +08:00

47 lines
1.5 KiB
RPMSpec

Name: gnome-shell-extension-desktop-icons
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.10.0/desktop-icons-20.10.0.tar.gz
BuildArch: noarch
BuildRequires: gobject-introspection
BuildRequires: intltool
BuildRequires: meson
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.
%prep
%autosetup -n desktop-icons-%{version}
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
* Mon Oct 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 20.10.0-1
- Upgrade to 20.10.0
* Fri Aug 06 2021 guoshengsheng <guoshengsheng@kylinos.cn> - 20.04.0-1
- Initial package