43 lines
1.4 KiB
RPMSpec
43 lines
1.4 KiB
RPMSpec
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 <guoshengsheng@kylinos.cn> - 20.04.0-1
|
|
- Initial package
|